pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-yarl



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May 20 04:52:15 UTC 2026

Modified Files:
        pkgsrc/www/py-yarl: Makefile distinfo

Log Message:
py-yarl: updated to 1.24.2

v1.24.2

Contributor-facing changes

- Switched the aarch64 and armv7l wheel builds to GitHub's native ARM
  runners. The aarch64 wheels now build without QEMU emulation, and
  armv7l runs on aarch64 hosts so its 32-bit ARM execution is far
  cheaper than the previous aarch64-on-x86_64 path

- Restored per-runner native arches in the Windows wheel matrix on tag
  releases. The previous ``CIBW_ARCHS_WINDOWS=AMD64 ARM64`` setting made
  both ``windows-latest`` and ``windows-11-arm`` cross-compile the other
  arch, producing two artifacts with identically-named wheels whose
  bytes differed; the deploy job's ``download-artifact ... merge-multiple``
  step tore those writes together, yielding a wheel that PyPI rejected
  with ``400 Invalid distribution file. ZIP archive not accepted:
  Mis-matched data size`` during the 1.24.0 and 1.24.1 releases


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/www/py-yarl/Makefile
cvs rdiff -u -r1.50 -r1.51 pkgsrc/www/py-yarl/distinfo

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

Modified files:

Index: pkgsrc/www/py-yarl/Makefile
diff -u pkgsrc/www/py-yarl/Makefile:1.56 pkgsrc/www/py-yarl/Makefile:1.57
--- pkgsrc/www/py-yarl/Makefile:1.56    Mon Mar  2 08:09:55 2026
+++ pkgsrc/www/py-yarl/Makefile Wed May 20 04:52:15 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2026/03/02 08:09:55 adam Exp $
+# $NetBSD: Makefile,v 1.57 2026/05/20 04:52:15 adam Exp $
 
-DISTNAME=      yarl-1.23.0
+DISTNAME=      yarl-1.24.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=y/yarl/}
@@ -11,7 +11,7 @@ COMMENT=      Yet another URL library
 LICENSE=       apache-2.0
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-expandvars-[0-9]*:../../misc/py-expandvars
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=82.0.1:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-idna>=2.0:../../www/py-idna
 DEPENDS+=      ${PYPKGPREFIX}-multidict>=4.0:../../databases/py-multidict
 DEPENDS+=      ${PYPKGPREFIX}-propcache>=0.2.1:../../devel/py-propcache

Index: pkgsrc/www/py-yarl/distinfo
diff -u pkgsrc/www/py-yarl/distinfo:1.50 pkgsrc/www/py-yarl/distinfo:1.51
--- pkgsrc/www/py-yarl/distinfo:1.50    Mon Mar  2 08:09:55 2026
+++ pkgsrc/www/py-yarl/distinfo Wed May 20 04:52:15 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.50 2026/03/02 08:09:55 adam Exp $
+$NetBSD: distinfo,v 1.51 2026/05/20 04:52:15 adam Exp $
 
-BLAKE2s (yarl-1.23.0.tar.gz) = ec53469a39aef1476a51d6c100c2d48543ffe2967445221237455f0f4a42800b
-SHA512 (yarl-1.23.0.tar.gz) = b696d996a335a27590579142c90d0787965801df023e867ed7bda2d0e21b5bdf8ff34673a236e5fdbb1cbb492798173a6f7fefc8b3c1fb30677516762d7fb89e
-Size (yarl-1.23.0.tar.gz) = 194676 bytes
+BLAKE2s (yarl-1.24.2.tar.gz) = 71b2caaca7cd47db18aeb94415dc36423743918b88871ec04e757e145920b5e3
+SHA512 (yarl-1.24.2.tar.gz) = 1804d105d20d828c29827cf593aecabb3369af3a5edb62c46af4daa54bb39e452b815258e2a5e6a9fcfcd2485d93e4354822549abd3de29cd681aa0d04e46aab
+Size (yarl-1.24.2.tar.gz) = 210798 bytes



Home | Main Index | Thread Index | Old Index