pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-elementpath



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Apr 24 10:47:41 UTC 2023

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

Log Message:
py-elementpath: updated to 4.1.1

v4.1.1
* Simplify type annotations for XSD datatypes
* Full test coverage of sequence type functions with bugfixes

v4.1.0
* Refactor XPath function call (context=None only as keyword argument)
* Add external function support
* Some fixes to string representation and source property of tokens
* Extend documentation and tests
* Clean XSD datatypes hierarchy


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/textproc/py-elementpath/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/textproc/py-elementpath/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-elementpath/Makefile
diff -u pkgsrc/textproc/py-elementpath/Makefile:1.30 pkgsrc/textproc/py-elementpath/Makefile:1.31
--- pkgsrc/textproc/py-elementpath/Makefile:1.30        Wed Feb 15 18:12:58 2023
+++ pkgsrc/textproc/py-elementpath/Makefile     Mon Apr 24 10:47:41 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2023/02/15 18:12:58 adam Exp $
+# $NetBSD: Makefile,v 1.31 2023/04/24 10:47:41 adam Exp $
 
-DISTNAME=      elementpath-4.0.1
+DISTNAME=      elementpath-4.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/elementpath/}

Index: pkgsrc/textproc/py-elementpath/distinfo
diff -u pkgsrc/textproc/py-elementpath/distinfo:1.31 pkgsrc/textproc/py-elementpath/distinfo:1.32
--- pkgsrc/textproc/py-elementpath/distinfo:1.31        Wed Feb 15 18:12:58 2023
+++ pkgsrc/textproc/py-elementpath/distinfo     Mon Apr 24 10:47:41 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2023/02/15 18:12:58 adam Exp $
+$NetBSD: distinfo,v 1.32 2023/04/24 10:47:41 adam Exp $
 
-BLAKE2s (elementpath-4.0.1.tar.gz) = cc42bb228457bb7863a3a0e60d88aa396d3190d23f817ae9f249bd58f182e426
-SHA512 (elementpath-4.0.1.tar.gz) = d121d515d25e54c3d1525303809d81eaad7f6b24ac0fd40f35fa99032016df33aadcd44085c8c65e9be43e791549b37c1ca078052d1fece3e79d7ebe1e7b33e2
-Size (elementpath-4.0.1.tar.gz) = 304348 bytes
+BLAKE2s (elementpath-4.1.1.tar.gz) = ddafaea262520c747732711123e5261112b2e19d4332bc87ec69ffe9e8efd797
+SHA512 (elementpath-4.1.1.tar.gz) = 95f2c238404718ff425d3f6be727a2620f519ecf41036c03148184225e968ce3b26a0c8247bf30eb1e0a8883febfc604ff38fa01c573cd26b81bd90ac79f6eed
+Size (elementpath-4.1.1.tar.gz) = 318449 bytes



Home | Main Index | Thread Index | Old Index