pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-respx



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Dec 27 21:36:09 UTC 2024

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

Log Message:
py-respx: updated to 0.22.0

0.22.0] - 2024-12-19

Fixed

- Support HTTPX 0.28.0, thanks @ndhansen

Removed

- Drop support for Python 3.7, to align with HTTPX 0.25.0

CI

- Update CI test to not fail fast and cancel workflows, thanks @flaeppe
- Add dependabot to check GitHub actions packages, thanks @flaeppe
- Add Python 3.13 to test suite, thanks @jairhenrique


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/py-respx/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/py-respx/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-respx/Makefile
diff -u pkgsrc/www/py-respx/Makefile:1.17 pkgsrc/www/py-respx/Makefile:1.18
--- pkgsrc/www/py-respx/Makefile:1.17   Mon Nov 11 07:29:26 2024
+++ pkgsrc/www/py-respx/Makefile        Fri Dec 27 21:36:09 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2024/11/11 07:29:26 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2024/12/27 21:36:09 adam Exp $
 
-DISTNAME=      respx-0.21.1
+DISTNAME=      respx-0.22.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/respx/}
@@ -11,11 +11,10 @@ COMMENT=    Utility for mocking out the Pyt
 LICENSE=       mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-DEPENDS+=      ${PYPKGPREFIX}-httpx>=0.21.0:../../www/py-httpx
+DEPENDS+=      ${PYPKGPREFIX}-httpx>=0.25.0:../../www/py-httpx
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-respx/distinfo
diff -u pkgsrc/www/py-respx/distinfo:1.16 pkgsrc/www/py-respx/distinfo:1.17
--- pkgsrc/www/py-respx/distinfo:1.16   Tue Apr  2 19:36:49 2024
+++ pkgsrc/www/py-respx/distinfo        Fri Dec 27 21:36:09 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2024/04/02 19:36:49 adam Exp $
+$NetBSD: distinfo,v 1.17 2024/12/27 21:36:09 adam Exp $
 
-BLAKE2s (respx-0.21.1.tar.gz) = 41902124503e611126503faac51be02825d647d36266962537d01bf89fc0f842
-SHA512 (respx-0.21.1.tar.gz) = bc46829ed894470a76d355c0cb1a93db169697990dbbc8c44f952f69baa38b0c629277bd3b21f2eb43b5a4ff84d9224ee51fa52b3ca1b4e1680a96978be9cb73
-Size (respx-0.21.1.tar.gz) = 28306 bytes
+BLAKE2s (respx-0.22.0.tar.gz) = d77dfc181b027bb1dacd3d14a389e3c555e7d8218199a689136278018ac80d3e
+SHA512 (respx-0.22.0.tar.gz) = 5b72899ca1506d7213a0267e07ad6b6802c83620578465f8287268ad772d2f2882bc3fbbed69928f86819789b98ce18874543d9485b88208d51ca0e86fa16335
+Size (respx-0.22.0.tar.gz) = 28439 bytes



Home | Main Index | Thread Index | Old Index