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:   wiz
Date:           Sun Apr 13 16:13:29 UTC 2025

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

Log Message:
py-yarl: update to 1.19.0.

All tests now pass.

1.19.0
======

*(2025-04-05)*

Bug fixes
---------

- Fixed entire name being re-encoded when using :py:meth:`yarl.URL.with_suffix` -- by :user:`NTFSvolume`.

  *Related issues and pull requests on GitHub:*
  :issue:`1468`.

Features
--------

- Started building armv7l wheels for manylinux -- by :user:`bdraco`.

  *Related issues and pull requests on GitHub:*
  :issue:`1495`.

Contributor-facing changes
--------------------------

- GitHub Actions CI/CD is now configured to manage caching pip-ecosystem
  dependencies using `re-actors/cache-python-deps`_ -- an action by
  :user:`webknjaz` that takes into account ABI stability and the exact
  version of Python runtime.

  .. _`re-actors/cache-python-deps`:
     https://github.com/marketplace/actions/cache-python-deps

  *Related issues and pull requests on GitHub:*
  :issue:`1471`.

- Increased minimum `propcache`_ version to 0.2.1 to fix failing tests -- by :user:`bdraco`.

  .. _`propcache`:
     https://github.com/aio-libs/propcache

  *Related issues and pull requests on GitHub:*
  :issue:`1479`.

- Added all hidden folders to pytest's ``norecursedirs`` to prevent it
  from trying to collect tests there -- by :user:`lysnikolaou`.

  *Related issues and pull requests on GitHub:*
  :issue:`1480`.

Miscellaneous internal changes
------------------------------

- Improved accuracy of type annotations -- by :user:`Dreamsorcerer`.

  *Related issues and pull requests on GitHub:*
  :issue:`1484`.

- Improved performance of parsing query strings -- by :user:`bdraco`.

  *Related issues and pull requests on GitHub:*
  :issue:`1493`, :issue:`1497`.

- Improved performance of the C unquoter -- by :user:`bdraco`.

  *Related issues and pull requests on GitHub:*
  :issue:`1496`, :issue:`1498`.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/www/py-yarl/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-yarl/PLIST
cvs rdiff -u -r1.44 -r1.45 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.48 pkgsrc/www/py-yarl/Makefile:1.49
--- pkgsrc/www/py-yarl/Makefile:1.48    Wed Dec  4 09:24:08 2024
+++ pkgsrc/www/py-yarl/Makefile Sun Apr 13 16:13:29 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2024/12/04 09:24:08 adam Exp $
+# $NetBSD: Makefile,v 1.49 2025/04/13 16:13:29 wiz Exp $
 
-DISTNAME=      yarl-1.18.3
+DISTNAME=      yarl-1.19.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=y/yarl/}
@@ -10,19 +10,17 @@ HOMEPAGE=   https://github.com/aio-libs/ya
 COMMENT=       Yet another URL library
 LICENSE=       apache-2.0
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-expandvars-[0-9]*:../../misc/py-expandvars
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=47:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-idna>=2.0:../../www/py-idna
 DEPENDS+=      ${PYPKGPREFIX}-multidict>=4.0:../../databases/py-multidict
 DEPENDS+=      ${PYPKGPREFIX}-propcache>=0.2.0:../../devel/py-propcache
 TEST_DEPENDS+= ${PYPKGPREFIX}-covdefaults-[0-9]*:../../devel/py-covdefaults
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-codspeed>=0:../../devel/py-test-codspeed
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=2.3.1:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
 
-# as of 1.18.0
-# 1365 passed, 4 xfailed, 2 errors
-
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 311
 TOOL_DEPENDS+= ${PYPKGPREFIX}-tomli-[0-9]*:../../textproc/py-tomli

Index: pkgsrc/www/py-yarl/PLIST
diff -u pkgsrc/www/py-yarl/PLIST:1.9 pkgsrc/www/py-yarl/PLIST:1.10
--- pkgsrc/www/py-yarl/PLIST:1.9        Wed Oct 30 14:45:20 2024
+++ pkgsrc/www/py-yarl/PLIST    Sun Apr 13 16:13:29 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.9 2024/10/30 14:45:20 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.10 2025/04/13 16:13:29 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/NOTICE
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/NOTICE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/yarl/__init__.py
 ${PYSITELIB}/yarl/__init__.pyc
@@ -23,7 +23,6 @@ ${PYSITELIB}/yarl/_quoters.pyo
 ${PYSITELIB}/yarl/_quoting.py
 ${PYSITELIB}/yarl/_quoting.pyc
 ${PYSITELIB}/yarl/_quoting.pyo
-${PYSITELIB}/yarl/_quoting_c.pyi
 ${PYSITELIB}/yarl/_quoting_c.pyx
 ${PYSITELIB}/yarl/_quoting_c.so
 ${PYSITELIB}/yarl/_quoting_py.py

Index: pkgsrc/www/py-yarl/distinfo
diff -u pkgsrc/www/py-yarl/distinfo:1.44 pkgsrc/www/py-yarl/distinfo:1.45
--- pkgsrc/www/py-yarl/distinfo:1.44    Wed Dec  4 09:24:08 2024
+++ pkgsrc/www/py-yarl/distinfo Sun Apr 13 16:13:29 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.44 2024/12/04 09:24:08 adam Exp $
+$NetBSD: distinfo,v 1.45 2025/04/13 16:13:29 wiz Exp $
 
-BLAKE2s (yarl-1.18.3.tar.gz) = 95430c9067ffc08d1e335a46ea03132d0ad767f7ed2115eef512fa705cde1d9e
-SHA512 (yarl-1.18.3.tar.gz) = 1686c5ef1b5f3e1cebd121abb7916e45f4a9b08d941a80c34861e87f6121187ee7a553a373405a9fef2332177adf55ffe89bc9a3cabbf24e31905357fdeceba3
-Size (yarl-1.18.3.tar.gz) = 181062 bytes
+BLAKE2s (yarl-1.19.0.tar.gz) = 666b325362465e8cb9811e788d90d8e0c15de47241c595cb7fafac5d08c88fc3
+SHA512 (yarl-1.19.0.tar.gz) = 95cf1f26be8497e39ce150672ac95ff36a4a695b8fbb902edb4811b601cc3f73cf8b72b45625afe957649b7a49d08588db0a7b91b46c449c64c9e55fcbda8e23
+Size (yarl-1.19.0.tar.gz) = 184396 bytes



Home | Main Index | Thread Index | Old Index