pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-httpbin
Module Name: pkgsrc
Committed By: adam
Date: Mon Jun 22 12:19:59 UTC 2026
Modified Files:
pkgsrc/www/py-httpbin: Makefile distinfo
Log Message:
py-httpbin: updated to 0.10.4
0.10.4
Made flasgger an optional dependency (falls back to a static landing page when absent), thanks @AdamWill and @mgorny
Fixed invalid escape sequence SyntaxWarnings on Python 3.12+, thanks @hseg
Included tox.ini and the tests in the source distribution, thanks @Mirochill
Added Python 3.13 and 3.14 to the test matrix and classifiers
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/py-httpbin/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-httpbin/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-httpbin/Makefile
diff -u pkgsrc/www/py-httpbin/Makefile:1.21 pkgsrc/www/py-httpbin/Makefile:1.22
--- pkgsrc/www/py-httpbin/Makefile:1.21 Thu Oct 9 07:58:10 2025
+++ pkgsrc/www/py-httpbin/Makefile Mon Jun 22 12:19:59 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2025/10/09 07:58:10 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2026/06/22 12:19:59 adam Exp $
-DISTNAME= httpbin-0.10.2
+DISTNAME= httpbin-0.10.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpbin/}
@@ -14,7 +13,7 @@ LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-brotlicffi-[0-9]*:../../archivers/py-brotlicffi
DEPENDS+= ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
-DEPENDS+= ${PYPKGPREFIX}-greenlet-[0-9]*:../../devel/py-greenlet
+DEPENDS+= ${PYPKGPREFIX}-greenlet>=3.0.0:../../devel/py-greenlet
DEPENDS+= ${PYPKGPREFIX}-flasgger-[0-9]*:../../www/py-flasgger
DEPENDS+= ${PYPKGPREFIX}-flask>=2.2.4:../../www/py-flask
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
Index: pkgsrc/www/py-httpbin/distinfo
diff -u pkgsrc/www/py-httpbin/distinfo:1.12 pkgsrc/www/py-httpbin/distinfo:1.13
--- pkgsrc/www/py-httpbin/distinfo:1.12 Wed Feb 21 08:52:51 2024
+++ pkgsrc/www/py-httpbin/distinfo Mon Jun 22 12:19:59 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2024/02/21 08:52:51 adam Exp $
+$NetBSD: distinfo,v 1.13 2026/06/22 12:19:59 adam Exp $
-BLAKE2s (httpbin-0.10.2.tar.gz) = 2a9fd478d64abbfc81b3cb2cf86fa28a336d215b364d47d698f498ac62e668b1
-SHA512 (httpbin-0.10.2.tar.gz) = 731b842090be516d9eccb1d2bb8303128d2b2e24b1ebf0b2018a2f0b8629b164c7de686e1775841cd57417ec89941d98fc81f878a284c7242bfef4db481a781b
-Size (httpbin-0.10.2.tar.gz) = 107327 bytes
+BLAKE2s (httpbin-0.10.4.tar.gz) = 27a834a861412d362f511959a8a36df00342084200c16139742ea0d0c6d4d8fb
+SHA512 (httpbin-0.10.4.tar.gz) = dab715d21a134bf3b3d4d929c5685041195d383a91ee2dae2bbe13dcc9fbe5f4d60dc8131438547a48606997437ea7f5e77e0ed3d3d34e358fea88283de54a37
+Size (httpbin-0.10.4.tar.gz) = 109267 bytes
Home |
Main Index |
Thread Index |
Old Index