Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoSign in
Socket

mf2util

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mf2util - pypi Package Compare versions

Comparing version
0.4.1
to
0.4.2
+1
-1
mf2util.egg-info/PKG-INFO
Metadata-Version: 1.1
Name: mf2util
Version: 0.4.1
Version: 0.4.2
Summary: Python Microformats2 utilities, a companion to mf2py

@@ -5,0 +5,0 @@ Home-page: http://indiewebcamp.com/mf2util

@@ -515,3 +515,3 @@ """Utilities for interpreting mf2 data.

result = {}
for prop in ('url', 'uid', 'photo'):
for prop in ('url', 'uid', 'photo', 'featured' 'logo'):
value = get_plain_text(hentry['properties'].get(prop))

@@ -521,3 +521,3 @@ if value:

for prop in ('start', 'end', 'published', 'updated'):
for prop in ('start', 'end', 'published', 'updated', 'deleted'):
date_str = get_plain_text(hentry['properties'].get(prop))

@@ -524,0 +524,0 @@ if date_str:

Metadata-Version: 1.1
Name: mf2util
Version: 0.4.1
Version: 0.4.2
Summary: Python Microformats2 utilities, a companion to mf2py

@@ -5,0 +5,0 @@ Home-page: http://indiewebcamp.com/mf2util

@@ -6,4 +6,4 @@ [pytest]

tag_build =
tag_svn_revision = 0
tag_date = 0
tag_svn_revision = 0

@@ -27,3 +27,3 @@ #!/usr/bin/env python

setup(name='mf2util',
version='0.4.1',
version='0.4.2',
description='Python Microformats2 utilities, a companion to mf2py',

@@ -30,0 +30,0 @@ long_description="""