This seems to just be removal of Python 3.5 support. All regression tests
pass and its sole consumer, tootstream, is happy with the update.

ok?

--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/py-humanize/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile    1 Aug 2020 08:17:39 -0000       1.7
+++ Makefile    31 Aug 2020 07:43:41 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =              python number humanization utilities
 
-MODPY_EGG_VERSION =    2.5.0
+MODPY_EGG_VERSION =    2.6.0
 DISTNAME =             humanize-${MODPY_EGG_VERSION}
 PKGNAME =              py-humanize-${MODPY_EGG_VERSION}
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/py-humanize/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    1 Aug 2020 08:17:39 -0000       1.3
+++ distinfo    31 Aug 2020 07:43:41 -0000
@@ -1,2 +1,2 @@
-SHA256 (humanize-2.5.0.tar.gz) = imi9m8y4mf2b+x5tlsHoTkR1VRzJpbW9vWm5sc/RnIA=
-SIZE (humanize-2.5.0.tar.gz) = 48126
+SHA256 (humanize-2.6.0.tar.gz) = juNY6mwj3olrnRkl6+aoUEuyun6Y1cz00Hq387KPOBk=
+SIZE (humanize-2.6.0.tar.gz) = 53753
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/textproc/py-humanize/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   1 Aug 2020 08:17:40 -0000       1.3
+++ pkg/PLIST   31 Aug 2020 07:43:41 -0000
@@ -1,6 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.3 2020/08/01 08:17:40 kmos Exp $
-@pkgpath textproc/py-humanize
 @conflict py-humanize-<2.5.0
+@pkgpath textproc/py-humanize
 lib/python${MODPY_VERSION}/site-packages/humanize/
 
lib/python${MODPY_VERSION}/site-packages/humanize-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
 
lib/python${MODPY_VERSION}/site-packages/humanize-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO

Reply via email to