pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-bitstring



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Sep  9 07:29:09 UTC 2021

Modified Files:
        pkgsrc/devel/py-bitstring: Makefile PLIST distinfo

Log Message:
py-bitstring: updated to 3.1.9

version 3.1.9
---------------------------------------
(version 3.1.8 was pulled due to serious issues)
Another maintenance release.

* Fixed a couple of outdated results in the readme (Issue 214).
* Some more documentation tidying.
* Turned off some debug code by default.
* Fixed a couple of failing tests in different Python versions.
* Fix for consistent pos initialisation semantics for different types.
* Change to allow wheels to be uploaded to PyPI.
* More work for LSB0 mode, but still not finished or documented (sorry).


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-bitstring/Makefile \
    pkgsrc/devel/py-bitstring/PLIST pkgsrc/devel/py-bitstring/distinfo

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

Modified files:

Index: pkgsrc/devel/py-bitstring/Makefile
diff -u pkgsrc/devel/py-bitstring/Makefile:1.1 pkgsrc/devel/py-bitstring/Makefile:1.2
--- pkgsrc/devel/py-bitstring/Makefile:1.1      Tue Aug 18 20:13:03 2020
+++ pkgsrc/devel/py-bitstring/Makefile  Thu Sep  9 07:29:09 2021
@@ -1,19 +1,20 @@
-#      $NetBSD: Makefile,v 1.1 2020/08/18 20:13:03 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2021/09/09 07:29:09 adam Exp $
 
-DISTNAME=      bitstring-3.1.7
+DISTNAME=      bitstring-3.1.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    devel
+CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/bitstring/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/scott-griffiths/bitstring
-COMMENT=       Python module to create, manipulate, and analyze binary data
+COMMENT=       Simple construction, analysis and modification of binary data
 LICENSE=       mit
 
+USE_LANGUAGES= # none
+
 do-test:
-       ${RUN} cd ${WRKSRC}/test && \
-       ${SETENV} ${TEST_ENV} \
-       ${PYTHONBIN} -m unittest discover
+       cd ${WRKSRC}/test && \
+       ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m unittest discover
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-bitstring/PLIST
diff -u pkgsrc/devel/py-bitstring/PLIST:1.1 pkgsrc/devel/py-bitstring/PLIST:1.2
--- pkgsrc/devel/py-bitstring/PLIST:1.1 Tue Aug 18 20:13:03 2020
+++ pkgsrc/devel/py-bitstring/PLIST     Thu Sep  9 07:29:09 2021
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2020/08/18 20:13:03 riastradh Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.2 2021/09/09 07:29:09 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/bitstring.py
 ${PYSITELIB}/bitstring.pyc
 ${PYSITELIB}/bitstring.pyo
Index: pkgsrc/devel/py-bitstring/distinfo
diff -u pkgsrc/devel/py-bitstring/distinfo:1.1 pkgsrc/devel/py-bitstring/distinfo:1.2
--- pkgsrc/devel/py-bitstring/distinfo:1.1      Tue Aug 18 20:13:03 2020
+++ pkgsrc/devel/py-bitstring/distinfo  Thu Sep  9 07:29:09 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/08/18 20:13:03 riastradh Exp $
+$NetBSD: distinfo,v 1.2 2021/09/09 07:29:09 adam Exp $
 
-SHA1 (bitstring-3.1.7.tar.gz) = 46c3b9725779e816ac9c0c02d536921c131d0c05
-RMD160 (bitstring-3.1.7.tar.gz) = 2f0c442431ab73694074c257567ff0b8dce0ad7f
-SHA512 (bitstring-3.1.7.tar.gz) = 3c05222b6a6a885664adebb1ea455ef4e199c91698b89bc136a7d3f5f7ceb38868c9883509ba4067c163e1521f85c36abbff9763a590cbfa99705fd08d2a6a6f
-Size (bitstring-3.1.7.tar.gz) = 195788 bytes
+SHA1 (bitstring-3.1.9.tar.gz) = 99252fd1e4870e3543b753962ad9457295ff5b6d
+RMD160 (bitstring-3.1.9.tar.gz) = ceab2326f9ee43789dff607661bba60dbb036056
+SHA512 (bitstring-3.1.9.tar.gz) = e47e27fdf98486cb1968ef6dad4c90cc673487e18b9da79ba176ed73be4ff629360330e6e3bb422edd4c5e104af437169739f9000f93917a2fe0e8448a0b42d0
+Size (bitstring-3.1.9.tar.gz) = 198509 bytes



Home | Main Index | Thread Index | Old Index