pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/py-simplejson



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Apr 28 08:37:20 UTC 2026

Modified Files:
        pkgsrc/converters/py-simplejson: Makefile distinfo

Log Message:
py-simplejson: updated to 4.1.1

Version 4.1.1 released 2026-04-24

* The ``build_wheels_py27`` CI job now also builds Python 2.7 wheels
  for Windows AMD64 and Windows x86, joining the existing Py2.7
  manylinux1 / manylinux2010 x86_64 wheels. This unblocks offline /
  ``--no-index`` installs on Py2.7-on-Windows (the original
  reporter's case), which previously had no matching binary wheel on
  PyPI, fell through to the sdist, and failed on the PEP 517
  isolated-build step complaining that ``setuptools>=42`` was not in
  the wheelhouse.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/converters/py-simplejson/Makefile
cvs rdiff -u -r1.46 -r1.47 pkgsrc/converters/py-simplejson/distinfo

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

Modified files:

Index: pkgsrc/converters/py-simplejson/Makefile
diff -u pkgsrc/converters/py-simplejson/Makefile:1.59 pkgsrc/converters/py-simplejson/Makefile:1.60
--- pkgsrc/converters/py-simplejson/Makefile:1.59       Fri Apr 24 10:24:23 2026
+++ pkgsrc/converters/py-simplejson/Makefile    Tue Apr 28 08:37:20 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2026/04/24 10:24:23 adam Exp $
+# $NetBSD: Makefile,v 1.60 2026/04/28 08:37:20 adam Exp $
 
-DISTNAME=      simplejson-4.1.0
+DISTNAME=      simplejson-4.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    converters python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/simplejson/}

Index: pkgsrc/converters/py-simplejson/distinfo
diff -u pkgsrc/converters/py-simplejson/distinfo:1.46 pkgsrc/converters/py-simplejson/distinfo:1.47
--- pkgsrc/converters/py-simplejson/distinfo:1.46       Fri Apr 24 10:24:23 2026
+++ pkgsrc/converters/py-simplejson/distinfo    Tue Apr 28 08:37:20 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.46 2026/04/24 10:24:23 adam Exp $
+$NetBSD: distinfo,v 1.47 2026/04/28 08:37:20 adam Exp $
 
-BLAKE2s (simplejson-4.1.0.tar.gz) = 46c5312c7e146044a234273eac5baade67c8b57a1956529bdf4db50982271089
-SHA512 (simplejson-4.1.0.tar.gz) = 1cc9a34cc4f3217fda7b46ed38119827508051e3ef0f3e8f13c794c24446b553f198ddc06a94363ed70ba60032edd13aede7c40d323f8d27657735bb662589cc
-Size (simplejson-4.1.0.tar.gz) = 118653 bytes
+BLAKE2s (simplejson-4.1.1.tar.gz) = 695ad05f450c1ff257bccac104f59b7fd44a6b423e132daafadf281b00d40548
+SHA512 (simplejson-4.1.1.tar.gz) = 1690a070738aa8609170d9a329c2f9cb489e9e24de8058ed5e243327f21b02aab1d0b638a2306331d21b2f0b5021c591d40cacb00f8c94957928790caf95bfca
+Size (simplejson-4.1.1.tar.gz) = 118860 bytes



Home | Main Index | Thread Index | Old Index