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.
This commit is contained in:
adam 2024-02-20 04:45:00 +00:00
parent b3f7f3ccdc
commit 5e55445364
2 changed files with 6 additions and 7 deletions

View File

@ -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]*:../../math/py-gmpy2
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

View File

@ -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