Thursday, July 04, 2019

Update: textproc/py-xmltodict 1.11.0 -> 1.12.0

From the changelog:
v0.12.0

Allow force_commits=True for getting all keys as lists (#204)
README.md: fix useless uses of cat (#200)
Add FreeBSD install instructions (#199)
Fix and simplify travis config (#192)
Add support for Python 3.7 (#189)
Drop support for EOL Python (#191)
Use Markdown long_description on PyPI (#190)
correct spelling mistake (#165)
correctly unparse booleans (#180)
Updates README.md with svg badge

Theoretically the Python 3.7 thing effects us, but the old version
passes all its tests just fine.

No PLIST changes.

New version passes all its regression tests amd64 and sparc64. I show no
consumers.

The usual move to PERMIT_PACKAGE while here.

cc maintainer

--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/py-xmltodict/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile 28 Apr 2019 20:51:58 -0000 1.2
+++ Makefile 5 Jul 2019 02:40:42 -0000
@@ -2,17 +2,16 @@

COMMENT = makes working with XML feel like orking with JSON

-MODPY_EGG_VERSION = 0.11.0
+MODPY_EGG_VERSION = 0.12.0
DISTNAME = xmltodict-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
-REVISION = 0

CATEGORIES = textproc

MAINTAINER = Joerg Jung <jung@openbsd.org>

# MIT
-PERMIT_PACKAGE_CDROM = Yes
+PERMIT_PACKAGE = Yes

MODULES = lang/python
MODPY_PI = Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/py-xmltodict/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo 4 May 2018 11:40:32 -0000 1.1.1.1
+++ distinfo 5 Jul 2019 02:40:42 -0000
@@ -1,2 +1,2 @@
-SHA256 (xmltodict-0.11.0.tar.gz) = j419QKoo2D9BCafoqobmek3yAtlTi+QMDLHXDaUnsN8=
-SIZE (xmltodict-0.11.0.tar.gz) = 26589
+SHA256 (xmltodict-0.12.0.tar.gz) = UNjGOO1+y4jZBWG+7b9yDJtOhRqfpsR+vWTpnRZtiiE=
+SIZE (xmltodict-0.12.0.tar.gz) = 18481

No comments:

Post a Comment