pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-jsonpickle



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Feb 20 04:45:00 UTC 2024

Modified Files:
        pkgsrc/textproc/py-jsonpickle: Makefile distinfo

Log Message:
py-jsonpickle: updated to 3.0.3

v3.0.3

* Compatibilty with Pandas and Cython 3.0 was added.
* Fixed a bug where pickling some built-in classes (e.g. zoneinfo)
  could return a ``None`` module.
* Fixed a bug where unpickling a missing class would return a different object
  instead of ``None``.
* Fixed the handling of missing classes when setting ``on_missing`` to ``warn`` or ``error``.
* The test suite was made compatible with Python 3.12.
* The tox configuration was updated to generate code coverage reports.
* The suite now uses ``ruff`` to validate python code.
* The documentation can now be built offline when ``rst.linker`` and
  ``jaraco.packaging.sphinx`` are not available.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/py-jsonpickle/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/py-jsonpickle/distinfo

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

Modified files:

Index: pkgsrc/textproc/py-jsonpickle/Makefile
diff -u pkgsrc/textproc/py-jsonpickle/Makefile:1.17 pkgsrc/textproc/py-jsonpickle/Makefile:1.18
--- pkgsrc/textproc/py-jsonpickle/Makefile:1.17 Sat Feb  3 17:11:34 2024
+++ pkgsrc/textproc/py-jsonpickle/Makefile      Tue Feb 20 04:45:00 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2024/02/03 17:11:34 adam Exp $
+# $NetBSD: Makefile,v 1.18 2024/02/20 04:45:00 adam Exp $
 
-DISTNAME=      jsonpickle-3.0.2
+DISTNAME=      jsonpickle-3.0.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jsonpickle/}
@@ -17,7 +17,6 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-gmpy2-[0-9
 TEST_DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
 TEST_DEPENDS+= ${PYPKGPREFIX}-pandas-[0-9]*:../../math/py-pandas
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8>=1.1.1:../../devel/py-test-flake8
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/textproc/py-jsonpickle/distinfo
diff -u pkgsrc/textproc/py-jsonpickle/distinfo:1.11 pkgsrc/textproc/py-jsonpickle/distinfo:1.12
--- pkgsrc/textproc/py-jsonpickle/distinfo:1.11 Sat Feb  3 17:11:34 2024
+++ pkgsrc/textproc/py-jsonpickle/distinfo      Tue Feb 20 04:45:00 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2024/02/03 17:11:34 adam Exp $
+$NetBSD: distinfo,v 1.12 2024/02/20 04:45:00 adam Exp $
 
-BLAKE2s (jsonpickle-3.0.2.tar.gz) = 6bcd3c185244950e607104da7191d0f99e8ea4547aaeda643e914993002bf775
-SHA512 (jsonpickle-3.0.2.tar.gz) = bb871c8982a3012ced11e98c2e2c5930a897d37611b1d9e6fbfef4a80f5eac1a471607018da12aed40fd48bb98bdeaf575aa687f247c372c8da0ce09b0222c0d
-Size (jsonpickle-3.0.2.tar.gz) = 266361 bytes
+BLAKE2s (jsonpickle-3.0.3.tar.gz) = ff02163580c905280ab97b556c74b44f229d9d18a6c7e8c4f7748810774daefd
+SHA512 (jsonpickle-3.0.3.tar.gz) = dc7f5a822c99e707251a6d8463e0bab3463b615101726c42a1379ae56983a8203bf85e281603e88460add10cc76d1d6969a34a9bdc27f42ef1a0409e3b993eaa
+Size (jsonpickle-3.0.3.tar.gz) = 264902 bytes



Home | Main Index | Thread Index | Old Index