pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-humanize py-humanize: updated to 3.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e7b8c8eeae8
branches:  trunk
changeset: 440174:4e7b8c8eeae8
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Oct 03 18:19:42 2020 +0000

description:
py-humanize: updated to 3.0.1

3.0.1
Fixed
Fix some translation for id_ID


3.0.0
Added
Add explicit setuptools dependency for pkg_resources

Removed
Drop support for Python 3.5

Fixed
Update minimum_unit handling of naturaldelta and naturaltime
Internationalise a previously hardcoded 'and'
Update docs

diffstat:

 textproc/py-humanize/Makefile |  12 ++++++------
 textproc/py-humanize/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 11 deletions(-)

diffs (48 lines):

diff -r 2f0cd58996e4 -r 4e7b8c8eeae8 textproc/py-humanize/Makefile
--- a/textproc/py-humanize/Makefile     Sat Oct 03 18:13:26 2020 +0000
+++ b/textproc/py-humanize/Makefile     Sat Oct 03 18:19:42 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2020/07/14 12:46:02 adam Exp $
+# $NetBSD: Makefile,v 1.10 2020/10/03 18:19:42 adam Exp $
 
-DISTNAME=      humanize-2.5.0
+DISTNAME=      humanize-3.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/humanize/}
@@ -11,16 +11,16 @@
 LICENSE=       mit
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
+DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYSETUPTESTTARGET=     pytest
 
-do-test:
-       cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 2f0cd58996e4 -r 4e7b8c8eeae8 textproc/py-humanize/distinfo
--- a/textproc/py-humanize/distinfo     Sat Oct 03 18:13:26 2020 +0000
+++ b/textproc/py-humanize/distinfo     Sat Oct 03 18:19:42 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2020/07/14 12:46:02 adam Exp $
+$NetBSD: distinfo,v 1.8 2020/10/03 18:19:42 adam Exp $
 
-SHA1 (humanize-2.5.0.tar.gz) = 7c6de5a5ea90687798c30b08101de0990d0dc87e
-RMD160 (humanize-2.5.0.tar.gz) = d0689e3c291b47681572ed1e6b95c58244d2809d
-SHA512 (humanize-2.5.0.tar.gz) = ffd8df6041108cdcc20dbad2b04e6e4d7ba010065574bb0c2f19a4bbb55687265a3f834223588f71825736737d8c710fa98f3549035369a90e385b92efea8ee1
-Size (humanize-2.5.0.tar.gz) = 48126 bytes
+SHA1 (humanize-3.0.1.tar.gz) = bf1d28ddc83730e53dbdbbcffc8acde997a817fa
+RMD160 (humanize-3.0.1.tar.gz) = 8200a426ab58ceac173a31c222a838090caf8006
+SHA512 (humanize-3.0.1.tar.gz) = d2c0dfcc32923d70bb01b384299b3735436ff84328921b57bc436a938b4b8e65b22ce56ef07487aa3ddfc017e649c25a848129a11f1c9d7cd1e808359a1a30c3
+Size (humanize-3.0.1.tar.gz) = 53151 bytes



Home | Main Index | Thread Index | Old Index