pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-frozenlist



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct  6 08:47:23 UTC 2025

Modified Files:
        pkgsrc/devel/py-frozenlist: Makefile distinfo

Log Message:
py-frozenlist: updated to 1.8.0

v1.8.0

Contributor-facing changes

- The :file:`reusable-cibuildwheel.yml` workflow has been refactored to
  be more generic and :file:`ci-cd.yml` now holds all the configuration
  toggles

- When building wheels, the source distribution is now passed directly
  to the ``cibuildwheel`` invocation

- Builds and tests have been added to
  ``ci-cd.yml`` for arm64 Windows wheels

- Started building wheels for CPython 3.14

- Removed ``--config-settings=pure-python=false`` from :file:`requirements/dev.txt`.
  Developers on CPython still get accelerated builds by default. To explicitly build
  a pure Python wheel, use ``pip install -e . --config-settings=pure-python=true``


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-frozenlist/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-frozenlist/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-frozenlist/Makefile
diff -u pkgsrc/devel/py-frozenlist/Makefile:1.14 pkgsrc/devel/py-frozenlist/Makefile:1.15
--- pkgsrc/devel/py-frozenlist/Makefile:1.14    Fri Jul  4 09:08:37 2025
+++ pkgsrc/devel/py-frozenlist/Makefile Mon Oct  6 08:47:23 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2025/07/04 09:08:37 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2025/10/06 08:47:23 adam Exp $
 
-DISTNAME=      frozenlist-1.7.0
+DISTNAME=      frozenlist-1.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/frozenlist/}

Index: pkgsrc/devel/py-frozenlist/distinfo
diff -u pkgsrc/devel/py-frozenlist/distinfo:1.10 pkgsrc/devel/py-frozenlist/distinfo:1.11
--- pkgsrc/devel/py-frozenlist/distinfo:1.10    Mon Jun 30 19:03:50 2025
+++ pkgsrc/devel/py-frozenlist/distinfo Mon Oct  6 08:47:23 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2025/06/30 19:03:50 adam Exp $
+$NetBSD: distinfo,v 1.11 2025/10/06 08:47:23 adam Exp $
 
-BLAKE2s (frozenlist-1.7.0.tar.gz) = 9a5aad5279b0640cba84bef02a69cb849427895876a8c33cc80a57891c453a21
-SHA512 (frozenlist-1.7.0.tar.gz) = 06e8707f87137b363645ae32260c3490462e4110343bc007562f059947b32951b6eed2d0c8381f20bb2474847d5ad4aae0ed03b4dba9041420b71e1da4fe2cc5
-Size (frozenlist-1.7.0.tar.gz) = 45078 bytes
+BLAKE2s (frozenlist-1.8.0.tar.gz) = 07566b7570aa5f777a20bf3f86b8606cae4e97ba0d9b74e23d8afa8b22b58491
+SHA512 (frozenlist-1.8.0.tar.gz) = 2d2bf6bdac55d0571422c2c7959abc0a45028015e6eb4777ec7451c45c25db8a0113f979ffc15d613f46ad7fcd53f8d59743f370f39be411695957dbe24c173c
+Size (frozenlist-1.8.0.tar.gz) = 45875 bytes



Home | Main Index | Thread Index | Old Index