pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-types-ujson



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Apr 26 13:40:17 UTC 2023

Modified Files:
        pkgsrc/devel/py-types-ujson: Makefile distinfo

Log Message:
py-types-ujson: updated to 5.7.0.4

5.7.0.4 (2023-04-25)

Loosen constraints on ujson file functions

Like `json.dump`, `ujson.dump` takes any object that has a
string-accepting `.write` method.

Similarly, `ujson.load` works with any object with a `.read()` that
returns either a string or a bytes

5.7.0.3 (2023-04-13)

Make most ujson.dump() parameters keyword-only

5.7.0.2 (2023-04-12)

[ujson] Update stubs with new features


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-types-ujson/Makefile \
    pkgsrc/devel/py-types-ujson/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-types-ujson/Makefile
diff -u pkgsrc/devel/py-types-ujson/Makefile:1.6 pkgsrc/devel/py-types-ujson/Makefile:1.7
--- pkgsrc/devel/py-types-ujson/Makefile:1.6    Tue Feb 21 06:28:50 2023
+++ pkgsrc/devel/py-types-ujson/Makefile        Wed Apr 26 13:40:17 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2023/02/21 06:28:50 adam Exp $
+# $NetBSD: Makefile,v 1.7 2023/04/26 13:40:17 adam Exp $
 
-DISTNAME=      types-ujson-5.7.0.1
+DISTNAME=      types-ujson-5.7.0.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/types-ujson/}
Index: pkgsrc/devel/py-types-ujson/distinfo
diff -u pkgsrc/devel/py-types-ujson/distinfo:1.6 pkgsrc/devel/py-types-ujson/distinfo:1.7
--- pkgsrc/devel/py-types-ujson/distinfo:1.6    Tue Feb 21 06:28:50 2023
+++ pkgsrc/devel/py-types-ujson/distinfo        Wed Apr 26 13:40:17 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/02/21 06:28:50 adam Exp $
+$NetBSD: distinfo,v 1.7 2023/04/26 13:40:17 adam Exp $
 
-BLAKE2s (types-ujson-5.7.0.1.tar.gz) = d75b1723dcc1946d772227b97dc8ea30433e52e5edbafdd92909ce844af472b6
-SHA512 (types-ujson-5.7.0.1.tar.gz) = 42cf6b2ab1cd3a0238aaabb233e2fa7664ddb1dcbc1e728b14dc1941e2f3e14088023713f97b40c113d60cd28b376bd5ff27582dec335dea0d7fea2a24746984
-Size (types-ujson-5.7.0.1.tar.gz) = 2823 bytes
+BLAKE2s (types-ujson-5.7.0.4.tar.gz) = bf09e09d5d5450ae9cc91f9f3cd61604cdb8681d60767e432498227e0384c222
+SHA512 (types-ujson-5.7.0.4.tar.gz) = c70675ca29b5281620324e51f5025351674417afff3761cf38d182b16da3d92e2db3463095b2fed278166f4954c63ba451b581dba8dd202d6124919a01f793e1
+Size (types-ujson-5.7.0.4.tar.gz) = 3157 bytes



Home | Main Index | Thread Index | Old Index