pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-serializable



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov  5 00:38:28 UTC 2023

Modified Files:
        pkgsrc/devel/py-serializable: Makefile PLIST distinfo

Log Message:
py-serializable: update to 0.15.0.

0.15.0:

Feature

    Allow custom (de)normalization (#32) (aeecd6b)

0.14.1

Fix

    JSON deserialize Decimal (#31) (b6dc66a)

0.14.0

Feature

    Enhanced typehints and typing (#27) (410372a)

0.13.1

Fix

    Protect default value for serialization_types from unintended downstream modifications (#30) (0e814f5)

0.13.0

Feature

    Format specific (de)serialize (#25) (dc998df)

0.12.1

Fix

    Xml defaultNamespace serialization and detection (#20) (59eaa5f)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-serializable/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-serializable/PLIST \
    pkgsrc/devel/py-serializable/distinfo

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

Modified files:

Index: pkgsrc/devel/py-serializable/Makefile
diff -u pkgsrc/devel/py-serializable/Makefile:1.2 pkgsrc/devel/py-serializable/Makefile:1.3
--- pkgsrc/devel/py-serializable/Makefile:1.2   Thu May  4 11:40:42 2023
+++ pkgsrc/devel/py-serializable/Makefile       Sun Nov  5 00:38:28 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2023/05/04 11:40:42 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2023/11/05 00:38:28 wiz Exp $
 
-DISTNAME=      py-serializable-0.12.0
+DISTNAME=      py-serializable-0.15.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py-//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/py-serializable/}
@@ -10,11 +10,12 @@ HOMEPAGE=   https://github.com/madpah/seri
 COMMENT=       Library for (de)serializing Python Objects to and from JSON and XML
 LICENSE=       apache-2.0
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=0:../../devel/py-poetry-core
 DEPENDS+=      ${PYPKGPREFIX}-defusedxml>=0.7.1<0.8.0:../../textproc/py-defusedxml
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-serializable/PLIST
diff -u pkgsrc/devel/py-serializable/PLIST:1.1 pkgsrc/devel/py-serializable/PLIST:1.2
--- pkgsrc/devel/py-serializable/PLIST:1.1      Thu May  4 10:51:34 2023
+++ pkgsrc/devel/py-serializable/PLIST  Sun Nov  5 00:38:28 2023
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2023/05/04 10:51:34 wiz Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2023/11/05 00:38:28 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/serializable/__init__.py
 ${PYSITELIB}/serializable/__init__.pyc
 ${PYSITELIB}/serializable/__init__.pyo
Index: pkgsrc/devel/py-serializable/distinfo
diff -u pkgsrc/devel/py-serializable/distinfo:1.1 pkgsrc/devel/py-serializable/distinfo:1.2
--- pkgsrc/devel/py-serializable/distinfo:1.1   Thu May  4 10:51:34 2023
+++ pkgsrc/devel/py-serializable/distinfo       Sun Nov  5 00:38:28 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/05/04 10:51:34 wiz Exp $
+$NetBSD: distinfo,v 1.2 2023/11/05 00:38:28 wiz Exp $
 
-BLAKE2s (py-serializable-0.12.0.tar.gz) = d890f4d2d8d703803b8f68f1948067b0003ba842648807650b64ed63fc95c83e
-SHA512 (py-serializable-0.12.0.tar.gz) = 12958d2c386f261702dc2f1d5d32fa8e62607a46df684cb957c0432f6459f5420f4644b139ed3223a59c8651f957b7dff3d5ac5627dd1a9c645e266a050d8613
-Size (py-serializable-0.12.0.tar.gz) = 18424 bytes
+BLAKE2s (py-serializable-0.15.0.tar.gz) = b769cbf5495a886f5d385f6276d964edf6d857385544310c7c6ad307e8951c73
+SHA512 (py-serializable-0.15.0.tar.gz) = 0bd2da0aab5dbe8b7f033782ca5f0260323640c6f9c433bd9ead95895736d7a15d8a4eb54104a52485e48442d3f0cad37a6a51bc172a364c2acf3579e2ea7426
+Size (py-serializable-0.15.0.tar.gz) = 19719 bytes



Home | Main Index | Thread Index | Old Index