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:           Tue Jan 11 07:10:39 UTC 2022

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

Log Message:
py-respx: updated to 0.19.1

0.19.1

Fixed
- Allow first path segments containing colons
- Fix license classifier
- Fix typos


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-respx/Makefile \
    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.9 pkgsrc/www/py-respx/Makefile:1.10
--- pkgsrc/www/py-respx/Makefile:1.9    Tue Jan  4 20:55:34 2022
+++ pkgsrc/www/py-respx/Makefile        Tue Jan 11 07:10:39 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2022/01/04 20:55:34 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2022/01/11 07:10:39 adam Exp $
 
-DISTNAME=      respx-0.19.0
+DISTNAME=      respx-0.19.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/respx/}
 
@@ -15,7 +14,7 @@ DEPENDS+=     ${PYPKGPREFIX}-httpx>=0.21.0:.
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-httpx
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-respx/distinfo
diff -u pkgsrc/www/py-respx/distinfo:1.9 pkgsrc/www/py-respx/distinfo:1.10
--- pkgsrc/www/py-respx/distinfo:1.9    Mon Nov 15 17:43:20 2021
+++ pkgsrc/www/py-respx/distinfo        Tue Jan 11 07:10:39 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/11/15 17:43:20 adam Exp $
+$NetBSD: distinfo,v 1.10 2022/01/11 07:10:39 adam Exp $
 
-BLAKE2s (respx-0.19.0.tar.gz) = e446aa731e8679256baa5a059d9e3bad03e392d39953a25cc805fb04940e3971
-SHA512 (respx-0.19.0.tar.gz) = e5669d8816baf47a980c1900ff2c2acf57a69abb2417af8e56f0d2b6323b9f720fa36b14c9e8b48a77eaac354c0bd13d26e191ddd127fea35da48f78bcb1a66f
-Size (respx-0.19.0.tar.gz) = 24264 bytes
+BLAKE2s (respx-0.19.1.tar.gz) = d5a6b1c881f11514d38eaa0ec57484ec5c26e8788ba6fba88894c9d530fbedae
+SHA512 (respx-0.19.1.tar.gz) = a0ddfae27f906a12fd1c25e1e74578db1eda2fc1cfde98d834315b88ce4e6b978115cbd34b374c2a588b2b926b84c57a9cbd26e99c0424060b7c4b9c6c9ed890
+Size (respx-0.19.1.tar.gz) = 24372 bytes



Home | Main Index | Thread Index | Old Index