Fri Mar 1 12:16:36 2024 UTC (87d)
py-serializable: updated to 1.0.2

v1.0.2

Fix
* fix: serialization of `datetime` without timezone with local time offset

Refactor
* refactor: usage of `typing.Literal` as non-string


(adam)
diff -r1.7 -r1.8 pkgsrc/devel/py-serializable/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/py-serializable/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/devel/py-serializable/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-serializable/Makefile 2024/02/14 12:27:48 1.7
+++ pkgsrc/devel/py-serializable/Makefile 2024/03/01 12:16:36 1.8
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.7 2024/02/14 12:27:48 adam Exp $ 1# $NetBSD: Makefile,v 1.8 2024/03/01 12:16:36 adam Exp $
2 2
3DISTNAME= py_serializable-1.0.1 3DISTNAME= py_serializable-1.0.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py_//} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py_//}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/py-serializable/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/py-serializable/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/madpah/serializable 9HOMEPAGE= https://github.com/madpah/serializable
10COMMENT= Library for (de)serializing Python Objects to and from JSON and XML 10COMMENT= Library for (de)serializing Python Objects to and from JSON and XML
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core 13TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
14DEPENDS+= ${PYPKGPREFIX}-defusedxml>=0.7.1:../../textproc/py-defusedxml 14DEPENDS+= ${PYPKGPREFIX}-defusedxml>=0.7.1:../../textproc/py-defusedxml
15 15
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none

cvs diff -r1.6 -r1.7 pkgsrc/devel/py-serializable/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-serializable/distinfo 2024/02/14 12:27:48 1.6
+++ pkgsrc/devel/py-serializable/distinfo 2024/03/01 12:16:36 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2024/02/14 12:27:48 adam Exp $ 1$NetBSD: distinfo,v 1.7 2024/03/01 12:16:36 adam Exp $
2 2
3BLAKE2s (py_serializable-1.0.1.tar.gz) = e640ceacb7ab78117e44557de8218332d2c07b2f80767e242c437a5ec381db5c 3BLAKE2s (py_serializable-1.0.2.tar.gz) = 58488b3792b86d6137fbfd7e8c7a272ad9f91a7f7d48189e2ae1dd36d647c694
4SHA512 (py_serializable-1.0.1.tar.gz) = 17aade5aec7255498ec9904c9c72e529ccadcb27e73d0cafb49aa35113eaf15e9cf4f44c817acdf9b3965d8c4b93745e2c8866764460e1b6f4ab75aaf1e47002 4SHA512 (py_serializable-1.0.2.tar.gz) = 6413be9d697df93e2e5d80652213925ea7d54666826e6bc9fa7ad62892b7d2a1596100d67527d6c2595414f28da89ff779562e873b2896fe9d5da5cdac666f95
5Size (py_serializable-1.0.1.tar.gz) = 20010 bytes 5Size (py_serializable-1.0.2.tar.gz) = 50676 bytes