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
This commit is contained in:
adam 2024-03-01 12:16:36 +00:00
parent f259c90326
commit 773384f299
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.7 2024/02/14 12:27:48 adam Exp $
# $NetBSD: Makefile,v 1.8 2024/03/01 12:16:36 adam Exp $
DISTNAME= py_serializable-1.0.1
DISTNAME= py_serializable-1.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py_//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/py-serializable/}

View File

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