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: Wed Feb 21 08:52:51 UTC 2024
Modified Files:
pkgsrc/www/py-httpbin: Makefile distinfo
Log Message:
py-httpbin: updated to 0.10.2
0.10.2
Added support for Flask 3.0
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/py-httpbin/Makefile
cvs rdiff -u -r1.11 -r1.12 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.16 pkgsrc/www/py-httpbin/Makefile:1.17
--- pkgsrc/www/py-httpbin/Makefile:1.16 Sat Oct 28 19:57:23 2023
+++ pkgsrc/www/py-httpbin/Makefile Wed Feb 21 08:52:51 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2023/10/28 19:57:23 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2024/02/21 08:52:51 adam Exp $
-DISTNAME= httpbin-0.10.1
+DISTNAME= httpbin-0.10.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpbin/}
@@ -17,16 +16,13 @@ DEPENDS+= ${PYPKGPREFIX}-brotlicffi-[0-9
DEPENDS+= ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
DEPENDS+= ${PYPKGPREFIX}-greenlet-[0-9]*:../../devel/py-greenlet
DEPENDS+= ${PYPKGPREFIX}-flasgger-[0-9]*:../../www/py-flasgger
-DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask
+DEPENDS+= ${PYPKGPREFIX}-flask>=2.2.4:../../www/py-flask
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-DEPENDS+= ${PYPKGPREFIX}-werkzeug>=0.14.1:../../www/py-werkzeug
+DEPENDS+= ${PYPKGPREFIX}-werkzeug>=2.2.2:../../www/py-werkzeug
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m unittest tests/test_httpbin.py
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-httpbin/distinfo
diff -u pkgsrc/www/py-httpbin/distinfo:1.11 pkgsrc/www/py-httpbin/distinfo:1.12
--- pkgsrc/www/py-httpbin/distinfo:1.11 Tue Aug 29 06:48:32 2023
+++ pkgsrc/www/py-httpbin/distinfo Wed Feb 21 08:52:51 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2023/08/29 06:48:32 adam Exp $
+$NetBSD: distinfo,v 1.12 2024/02/21 08:52:51 adam Exp $
-BLAKE2s (httpbin-0.10.1.tar.gz) = b2dd7f2d0fe6717f178d6b34a53aea0071193333f74338d3bda3d85718965cca
-SHA512 (httpbin-0.10.1.tar.gz) = e3b851253c347893a80e866e7d0188c572f2a87a540125de3d9cbe0b8c3f1ddfab2c60ee3ffde3fd7274fc662294c978c39b1b52acfd92c52fd552966da203be
-Size (httpbin-0.10.1.tar.gz) = 107058 bytes
+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
Home |
Main Index |
Thread Index |
Old Index