pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-ujson
Module Name: pkgsrc
Committed By: adam
Date: Sat Oct 2 18:33:50 UTC 2021
Modified Files:
pkgsrc/textproc/py-ujson: Makefile distinfo
Log Message:
py-ujson: updated to 4.2.0
4.2.0
Added
Add a default keyword argument to dumps
Add support for Python 3.10
Build 32-bit wheels for Windows
Build PyPy3 wheels for manylinux
Build wheels for musl aarch64 (aka ARM) Linux (musllinux_1_1_aarch64)
Build wheels for musl Linux (musllinux_1_1_x86_64)
Changed
Use declarative setup metadata
Wheel building updates
Rename master to main
Replace README.rst with Markdown
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-ujson/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-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/textproc/py-ujson/Makefile
diff -u pkgsrc/textproc/py-ujson/Makefile:1.8 pkgsrc/textproc/py-ujson/Makefile:1.9
--- pkgsrc/textproc/py-ujson/Makefile:1.8 Wed Aug 25 07:27:46 2021
+++ pkgsrc/textproc/py-ujson/Makefile Sat Oct 2 18:33:50 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2021/08/25 07:27:46 adam Exp $
+# $NetBSD: Makefile,v 1.9 2021/10/02 18:33:50 adam Exp $
-DISTNAME= ujson-4.1.0
+DISTNAME= ujson-4.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=u/ujson/}
Index: pkgsrc/textproc/py-ujson/distinfo
diff -u pkgsrc/textproc/py-ujson/distinfo:1.7 pkgsrc/textproc/py-ujson/distinfo:1.8
--- pkgsrc/textproc/py-ujson/distinfo:1.7 Wed Aug 25 07:27:46 2021
+++ pkgsrc/textproc/py-ujson/distinfo Sat Oct 2 18:33:50 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2021/08/25 07:27:46 adam Exp $
+$NetBSD: distinfo,v 1.8 2021/10/02 18:33:50 adam Exp $
-SHA1 (ujson-4.1.0.tar.gz) = 08c802da0db297136c69939b015b36bab5da91ad
-RMD160 (ujson-4.1.0.tar.gz) = ef8d29f201179877520fa095ea84ba4fe0f711b6
-SHA512 (ujson-4.1.0.tar.gz) = b3661c23fcdad2dbbac1d92b319f85ad3b7b575c1e773f5207cc83811974ed8de0e9780acb50986fcdea1c4237d5ded8d10a9bb641468b198824f5da15b8ae0e
-Size (ujson-4.1.0.tar.gz) = 7129002 bytes
+SHA1 (ujson-4.2.0.tar.gz) = 20d6d48da518a7be60e42faa9cc5db2975a0163d
+RMD160 (ujson-4.2.0.tar.gz) = 14362aefc2c3acefe929a8755eccd1db96f41b56
+SHA512 (ujson-4.2.0.tar.gz) = 894316eeeafe80eb3328958f4336c1989c9591caf84de5a9442f9d028c85f67d08e7c295e74f5828abc93ad56ffa2d12b98ebe0ecf4bca27ae37642fbffe47e4
+Size (ujson-4.2.0.tar.gz) = 7129419 bytes
Home |
Main Index |
Thread Index |
Old Index