pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-bitstring py-bitstring: updated to 3.1.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a836748282ae
branches:  trunk
changeset: 458086:a836748282ae
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Sep 09 07:29:09 2021 +0000

description:
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).

diffstat:

 devel/py-bitstring/Makefile |  17 +++++++++--------
 devel/py-bitstring/PLIST    |   7 +++++--
 devel/py-bitstring/distinfo |  10 +++++-----
 3 files changed, 19 insertions(+), 15 deletions(-)

diffs (61 lines):

diff -r cd70a446e6fb -r a836748282ae devel/py-bitstring/Makefile
--- a/devel/py-bitstring/Makefile       Thu Sep 09 01:11:43 2021 +0000
+++ b/devel/py-bitstring/Makefile       Thu Sep 09 07:29:09 2021 +0000
@@ -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"
diff -r cd70a446e6fb -r a836748282ae devel/py-bitstring/PLIST
--- a/devel/py-bitstring/PLIST  Thu Sep 09 01:11:43 2021 +0000
+++ b/devel/py-bitstring/PLIST  Thu Sep 09 07:29:09 2021 +0000
@@ -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
diff -r cd70a446e6fb -r a836748282ae devel/py-bitstring/distinfo
--- a/devel/py-bitstring/distinfo       Thu Sep 09 01:11:43 2021 +0000
+++ b/devel/py-bitstring/distinfo       Thu Sep 09 07:29:09 2021 +0000
@@ -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