pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/py-aniso8601



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Feb  9 06:58:55 UTC 2021

Modified Files:
        pkgsrc/time/py-aniso8601: Makefile PLIST distinfo

Log Message:
py-aniso8601: updated to 8.1.1

Changes 8.1.1:

Deprecate running tests with python setup.py tests as the test suite support in Setuptools is deprecated
Add version to __init__.py
Cleaner reading of README.rst into the long_description field of setup.py
Define long_description_content_type as text/x-rst
Simplify Sphinx configuration
Add compat.is_string method, returns True for str, unicode types, False otherwise


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/time/py-aniso8601/Makefile \
    pkgsrc/time/py-aniso8601/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/time/py-aniso8601/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/py-aniso8601/Makefile
diff -u pkgsrc/time/py-aniso8601/Makefile:1.6 pkgsrc/time/py-aniso8601/Makefile:1.7
--- pkgsrc/time/py-aniso8601/Makefile:1.6       Wed Dec  9 12:37:29 2020
+++ pkgsrc/time/py-aniso8601/Makefile   Tue Feb  9 06:58:55 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/12/09 12:37:29 adam Exp $
+# $NetBSD: Makefile,v 1.7 2021/02/09 06:58:55 adam Exp $
 
-DISTNAME=      aniso8601-8.1.0
+DISTNAME=      aniso8601-8.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aniso8601/}
Index: pkgsrc/time/py-aniso8601/distinfo
diff -u pkgsrc/time/py-aniso8601/distinfo:1.6 pkgsrc/time/py-aniso8601/distinfo:1.7
--- pkgsrc/time/py-aniso8601/distinfo:1.6       Wed Dec  9 12:37:29 2020
+++ pkgsrc/time/py-aniso8601/distinfo   Tue Feb  9 06:58:55 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2020/12/09 12:37:29 adam Exp $
+$NetBSD: distinfo,v 1.7 2021/02/09 06:58:55 adam Exp $
 
-SHA1 (aniso8601-8.1.0.tar.gz) = ec0efc15f0ae12da87571c311eac1ca4fd4305ee
-RMD160 (aniso8601-8.1.0.tar.gz) = 09e1cb22ec0fda08ea3570a9e129cee637a7a64a
-SHA512 (aniso8601-8.1.0.tar.gz) = 1660faf2ca0f3a6787e281bdee7379a8fb823f716127f77205255e05a8b5ab2ef8bbcfcf9c66e1bee8693274cbeb6c8f66d6b2b92b8515f9e440019733dd862d
-Size (aniso8601-8.1.0.tar.gz) = 38769 bytes
+SHA1 (aniso8601-8.1.1.tar.gz) = a6235d33f75b09fe8228e2eae11557d4538f7e75
+RMD160 (aniso8601-8.1.1.tar.gz) = 64e3f5ea71c5de437fa56a31b7383811e37400b2
+SHA512 (aniso8601-8.1.1.tar.gz) = f9c3412c5e7dec04cca56df5806a747779848adb90137293368b4d50c365692b1d1f792a00f57172925229ccdee34ef5b50cc2d06f4c9b4d697c651e5a2e3674
+Size (aniso8601-8.1.1.tar.gz) = 39143 bytes

Index: pkgsrc/time/py-aniso8601/PLIST
diff -u pkgsrc/time/py-aniso8601/PLIST:1.4 pkgsrc/time/py-aniso8601/PLIST:1.5
--- pkgsrc/time/py-aniso8601/PLIST:1.4  Fri Nov 15 14:02:20 2019
+++ pkgsrc/time/py-aniso8601/PLIST      Tue Feb  9 06:58:55 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2019/11/15 14:02:20 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/02/09 06:58:55 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -48,6 +48,9 @@ ${PYSITELIB}/aniso8601/tests/__init__.py
 ${PYSITELIB}/aniso8601/tests/compat.py
 ${PYSITELIB}/aniso8601/tests/compat.pyc
 ${PYSITELIB}/aniso8601/tests/compat.pyo
+${PYSITELIB}/aniso8601/tests/test_compat.py
+${PYSITELIB}/aniso8601/tests/test_compat.pyc
+${PYSITELIB}/aniso8601/tests/test_compat.pyo
 ${PYSITELIB}/aniso8601/tests/test_date.py
 ${PYSITELIB}/aniso8601/tests/test_date.pyc
 ${PYSITELIB}/aniso8601/tests/test_date.pyo



Home | Main Index | Thread Index | Old Index