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:           Fri Apr 19 04:29:08 UTC 2024

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

Log Message:
py-jsonpickle: updated to 3.0.4

v3.0.4

* Fixed an issue with django.SafeString and other classes inheriting from
  str having read-only attribute errors
* The test suite was made compatible with `pytest-ruff>=0.3.0`.
* A `garden.yaml` file was added for use with the
  `garden <https://crates.io/crates/garden-tools>_` command runner.
* The test suite was updated to avoid deprecated SQLALchemy APIs.
* The `jaraco.packaging.sphinx` documentation dependency was removed.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/py-jsonpickle/Makefile
cvs rdiff -u -r1.12 -r1.13 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.18 pkgsrc/textproc/py-jsonpickle/Makefile:1.19
--- pkgsrc/textproc/py-jsonpickle/Makefile:1.18 Tue Feb 20 04:45:00 2024
+++ pkgsrc/textproc/py-jsonpickle/Makefile      Fri Apr 19 04:29:08 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2024/02/20 04:45:00 adam Exp $
+# $NetBSD: Makefile,v 1.19 2024/04/19 04:29:08 adam Exp $
 
-DISTNAME=      jsonpickle-3.0.3
+DISTNAME=      jsonpickle-3.0.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jsonpickle/}

Index: pkgsrc/textproc/py-jsonpickle/distinfo
diff -u pkgsrc/textproc/py-jsonpickle/distinfo:1.12 pkgsrc/textproc/py-jsonpickle/distinfo:1.13
--- pkgsrc/textproc/py-jsonpickle/distinfo:1.12 Tue Feb 20 04:45:00 2024
+++ pkgsrc/textproc/py-jsonpickle/distinfo      Fri Apr 19 04:29:08 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2024/02/20 04:45:00 adam Exp $
+$NetBSD: distinfo,v 1.13 2024/04/19 04:29:08 adam Exp $
 
-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
+BLAKE2s (jsonpickle-3.0.4.tar.gz) = 2e0e4d7bda6d5a46640848e9d93fd5031040d32ab90b424cfa555ccdb0e9784b
+SHA512 (jsonpickle-3.0.4.tar.gz) = d4696faa12e6653a9d6dd4447f6c3d0a0f9d1fde05824f52589ce6fb8a0cdfeecfbb748f69d56f84105e56f912cc8d5e4e432f33c1a0ad6681b11e0f0df1bf63
+Size (jsonpickle-3.0.4.tar.gz) = 265054 bytes



Home | Main Index | Thread Index | Old Index