pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-test-httpx



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Feb 21 19:21:53 UTC 2024

Modified Files:
        pkgsrc/www/py-test-httpx: Makefile distinfo

Log Message:
py-test-httpx: updated to 0.30.0

0.30.0

Changed
- Requires [`httpx`](https://www.python-httpx.org)==0.27.\*

Fixed
- Switch from `setup.py` to `pyproject.toml`


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-test-httpx/Makefile \
    pkgsrc/www/py-test-httpx/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-test-httpx/Makefile
diff -u pkgsrc/www/py-test-httpx/Makefile:1.10 pkgsrc/www/py-test-httpx/Makefile:1.11
--- pkgsrc/www/py-test-httpx/Makefile:1.10      Tue Jan 30 20:47:36 2024
+++ pkgsrc/www/py-test-httpx/Makefile   Wed Feb 21 19:21:53 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2024/01/30 20:47:36 adam Exp $
+# $NetBSD: Makefile,v 1.11 2024/02/21 19:21:53 adam Exp $
 
-DISTNAME=      pytest_httpx-0.29.0
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/pytest_/test-/}
+DISTNAME=      pytest-httpx-0.30.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-httpx/}
 
@@ -11,8 +11,9 @@ COMMENT=      Send responses to httpx
 LICENSE=       mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-DEPENDS+=      ${PYPKGPREFIX}-httpx>=0.26:../../www/py-httpx
+DEPENDS+=      ${PYPKGPREFIX}-httpx>=0.27:../../www/py-httpx
 DEPENDS+=      ${PYPKGPREFIX}-test>=7.0:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio>=0.23:../../devel/py-test-asyncio
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4:../../devel/py-test-cov
Index: pkgsrc/www/py-test-httpx/distinfo
diff -u pkgsrc/www/py-test-httpx/distinfo:1.10 pkgsrc/www/py-test-httpx/distinfo:1.11
--- pkgsrc/www/py-test-httpx/distinfo:1.10      Tue Jan 30 20:47:36 2024
+++ pkgsrc/www/py-test-httpx/distinfo   Wed Feb 21 19:21:53 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/01/30 20:47:36 adam Exp $
+$NetBSD: distinfo,v 1.11 2024/02/21 19:21:53 adam Exp $
 
-BLAKE2s (pytest_httpx-0.29.0.tar.gz) = 1429f020488c787174b7d8f15956a7639325c2d3da85dda8617fd72a02583a25
-SHA512 (pytest_httpx-0.29.0.tar.gz) = ada6f5f419de3fbe835a5ce9fba9e5d368cbb01d1826d61cd4bb5a7f2941030d40afa17e582eca20743a546bf98699ecc2d8a0c640efa69b390dc32f2349bb13
-Size (pytest_httpx-0.29.0.tar.gz) = 34103 bytes
+BLAKE2s (pytest-httpx-0.30.0.tar.gz) = 484d3ec1c997f9ec42a410586898e6bd15de0ff862d7bc60b02c7bceb3f0a76b
+SHA512 (pytest-httpx-0.30.0.tar.gz) = 6aadb544bda5003156bf9c0fa309a166636dc87aea033d9a48ee10e1e8b77e6cb52350930e97cab89cff7c10111d5e26d1d74cd33f0a6c54e34c3fb7ef72ea05
+Size (pytest-httpx-0.30.0.tar.gz) = 36959 bytes



Home | Main Index | Thread Index | Old Index