pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/py-inflect
Module Name: pkgsrc
Committed By: adam
Date: Mon May 15 20:52:47 UTC 2023
Modified Files:
pkgsrc/lang/py-inflect: Makefile distinfo
Log Message:
py-inflect: updated to 6.0.4
v6.0.4
* Internal cleanup.
v6.0.3
* A/an support now more correctly honors leading
capitalized words and abbreviations.
* Improve support for ordinals for floats.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/py-inflect/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/py-inflect/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/py-inflect/Makefile
diff -u pkgsrc/lang/py-inflect/Makefile:1.6 pkgsrc/lang/py-inflect/Makefile:1.7
--- pkgsrc/lang/py-inflect/Makefile:1.6 Mon Nov 14 15:08:31 2022
+++ pkgsrc/lang/py-inflect/Makefile Mon May 15 20:52:47 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2022/11/14 15:08:31 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2023/05/15 20:52:47 adam Exp $
-DISTNAME= inflect-6.0.2
+DISTNAME= inflect-6.0.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/inflect/}
@@ -23,7 +23,7 @@ USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/lang/py-inflect/distinfo
diff -u pkgsrc/lang/py-inflect/distinfo:1.4 pkgsrc/lang/py-inflect/distinfo:1.5
--- pkgsrc/lang/py-inflect/distinfo:1.4 Sun Nov 6 18:08:15 2022
+++ pkgsrc/lang/py-inflect/distinfo Mon May 15 20:52:47 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2022/11/06 18:08:15 adam Exp $
+$NetBSD: distinfo,v 1.5 2023/05/15 20:52:47 adam Exp $
-BLAKE2s (inflect-6.0.2.tar.gz) = b3b489e8584a9f09643c3ef41c7bdab47eaf8c32f6928f93b084b0ba32ff655d
-SHA512 (inflect-6.0.2.tar.gz) = ddb0439eeffbd21b3293208eb7e89f97fe556a3ba1e88de7e15d1c6bc5a59cdb25a224d7cfec5a010dd384728b15317c1dc752e3a8d4d95dd6eea8224a4f2877
-Size (inflect-6.0.2.tar.gz) = 70830 bytes
+BLAKE2s (inflect-6.0.4.tar.gz) = cf64608e47e1318dd35550c17a24b0e0af723b1c45dcef0ebf983ffe72f99456
+SHA512 (inflect-6.0.4.tar.gz) = 96aaa74b3e8c5dcc91d81af336af73535826f3cedaa556d6baf540ca54db1a7c1f17a372c240446c0d81697520eab154bad4f0aad6195c6ab8e131ae443d3811
+Size (inflect-6.0.4.tar.gz) = 71131 bytes
Home |
Main Index |
Thread Index |
Old Index