pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-xmlschema



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct 11 08:28:31 UTC 2021

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

Log Message:
py-xmlschema: updated to 1.8.0

v1.8.0:
* Refactor XMLSchemaMeta deprecating BUILDER attribute
* Extend type annotations to package API
* Add static typing tests with checked mypy runs


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/textproc/py-xmlschema/Makefile \
    pkgsrc/textproc/py-xmlschema/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-xmlschema/Makefile
diff -u pkgsrc/textproc/py-xmlschema/Makefile:1.27 pkgsrc/textproc/py-xmlschema/Makefile:1.28
--- pkgsrc/textproc/py-xmlschema/Makefile:1.27  Fri Sep 10 15:10:35 2021
+++ pkgsrc/textproc/py-xmlschema/Makefile       Mon Oct 11 08:28:31 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2021/09/10 15:10:35 adam Exp $
+# $NetBSD: Makefile,v 1.28 2021/10/11 08:28:31 adam Exp $
 
-DISTNAME=      xmlschema-1.7.1
+DISTNAME=      xmlschema-1.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=x/xmlschema/}
Index: pkgsrc/textproc/py-xmlschema/distinfo
diff -u pkgsrc/textproc/py-xmlschema/distinfo:1.27 pkgsrc/textproc/py-xmlschema/distinfo:1.28
--- pkgsrc/textproc/py-xmlschema/distinfo:1.27  Thu Oct  7 15:02:24 2021
+++ pkgsrc/textproc/py-xmlschema/distinfo       Mon Oct 11 08:28:31 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.27 2021/10/07 15:02:24 nia Exp $
+$NetBSD: distinfo,v 1.28 2021/10/11 08:28:31 adam Exp $
 
-RMD160 (xmlschema-1.7.1.tar.gz) = 5ee681ef01b18e0e50a9e813d582ad86b27b3cdc
-SHA512 (xmlschema-1.7.1.tar.gz) = 4ad8ef9d91aa2e0b06d64aa06cc380898976c8c1b4efe049b67948b4534bb8edc3a3450cf5e242a004a039e8e29b23954138a0192ac6355fdeecb77e6284c3d9
-Size (xmlschema-1.7.1.tar.gz) = 372165 bytes
+RMD160 (xmlschema-1.8.0.tar.gz) = cd5c8253fff5c4e2dfdbf35738b93e771879def3
+SHA512 (xmlschema-1.8.0.tar.gz) = b4622030e959383729074554e80606dce6e731b9c4e3393c60a02d592acf66f07e50f12d65867fad31e18494e04a8bb1bdadcf22f110d91708e8a0fa89848e2e
+Size (xmlschema-1.8.0.tar.gz) = 379305 bytes
 SHA1 (patch-setup.py) = acfd8a0bcb39c7d35c5fcd62bfed643a81fe7516



Home | Main Index | Thread Index | Old Index