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:           Mon Mar  2 08:09:56 UTC 2026

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

Log Message:
py-yarl: updated to 1.23.0

1.23.0

Features

- Added support for ``pydantic``, the :class:`~yarl.URL` could be used as a
  field type in ``pydantic`` models seamlessly.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/www/py-yarl/Makefile
cvs rdiff -u -r1.49 -r1.50 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.55 pkgsrc/www/py-yarl/Makefile:1.56
--- pkgsrc/www/py-yarl/Makefile:1.55    Thu Oct  9 07:58:13 2025
+++ pkgsrc/www/py-yarl/Makefile Mon Mar  2 08:09:55 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2025/10/09 07:58:13 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2026/03/02 08:09:55 adam Exp $
 
-DISTNAME=      yarl-1.22.0
+DISTNAME=      yarl-1.23.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=y/yarl/}
@@ -10,11 +10,11 @@ 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>=78:../../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
+DEPENDS+=      ${PYPKGPREFIX}-propcache>=0.2.1:../../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

Index: pkgsrc/www/py-yarl/distinfo
diff -u pkgsrc/www/py-yarl/distinfo:1.49 pkgsrc/www/py-yarl/distinfo:1.50
--- pkgsrc/www/py-yarl/distinfo:1.49    Tue Oct  7 08:12:56 2025
+++ pkgsrc/www/py-yarl/distinfo Mon Mar  2 08:09:55 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.49 2025/10/07 08:12:56 adam Exp $
+$NetBSD: distinfo,v 1.50 2026/03/02 08:09:55 adam Exp $
 
-BLAKE2s (yarl-1.22.0.tar.gz) = 798ad4caa7d26aeae73c189186354da713b2c85aca249436abc5c72a2405232b
-SHA512 (yarl-1.22.0.tar.gz) = 232b698ee4c62b62db51e5ea7db3974b80f70fc7e006700f4ab348d1ac666172a64106f18f9d213a5f6ee88b189359701f51c26795693fc183f992e65f1ec4c9
-Size (yarl-1.22.0.tar.gz) = 187169 bytes
+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



Home | Main Index | Thread Index | Old Index