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 Aug 28 09:37:08 UTC 2023

Modified Files:
        pkgsrc/www/py-httpbin: Makefile PLIST distinfo
Removed Files:
        pkgsrc/www/py-httpbin/patches: patch-httpbin_core.py

Log Message:
py-httpbin: updated to 0.10.0

0.10.0
Unknown changes


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-httpbin/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-httpbin/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-httpbin/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/www/py-httpbin/patches/patch-httpbin_core.py

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.12 pkgsrc/www/py-httpbin/Makefile:1.13
--- pkgsrc/www/py-httpbin/Makefile:1.12 Sun Jul 10 19:52:03 2022
+++ pkgsrc/www/py-httpbin/Makefile      Mon Aug 28 09:37:08 2023
@@ -1,29 +1,31 @@
-# $NetBSD: Makefile,v 1.12 2022/07/10 19:52:03 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2023/08/28 09:37:08 adam Exp $
 
-DISTNAME=      httpbin-0.7.0
+DISTNAME=      httpbin-0.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httpbin/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/Runscope/httpbin
+HOMEPAGE=      https://github.com/postmanlabs/httpbin
 COMMENT=       HTTP Request and Response Service
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-brotlipy-[0-9]*:../../archivers/py-brotlipy
+DEPENDS+=      ${PYPKGPREFIX}-brotlicffi-[0-9]*:../../archivers/py-brotlicffi
 DEPENDS+=      ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
-DEPENDS+=      ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask
-DEPENDS+=      ${PYPKGPREFIX}-flask-common-[0-9]*:../../www/py-flask-common
-DEPENDS+=      ${PYPKGPREFIX}-Flask-Limiter-[0-9]*:../../www/py-flask-limiter
+DEPENDS+=      ${PYPKGPREFIX}-gevent-[0-9]*:../../net/py-gevent
 DEPENDS+=      ${PYPKGPREFIX}-itsdangerous-[0-9]*:../../security/py-itsdangerous
+DEPENDS+=      ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
+DEPENDS+=      ${PYPKGPREFIX}-flasgger-[0-9]*:../../www/py-flasgger
+DEPENDS+=      ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask
 DEPENDS+=      ${PYPKGPREFIX}-markupsafe-[0-9]*:../../textproc/py-markupsafe
-DEPENDS+=      ${PYPKGPREFIX}-raven-[0-9]*:../../www/py-raven
-DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-werkzeug-[0-9]*:../../www/py-werkzeug
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-flask-common
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m unittest discover -v
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-httpbin/PLIST
diff -u pkgsrc/www/py-httpbin/PLIST:1.1 pkgsrc/www/py-httpbin/PLIST:1.2
--- pkgsrc/www/py-httpbin/PLIST:1.1     Sat Jan  2 10:45:30 2016
+++ pkgsrc/www/py-httpbin/PLIST Mon Aug 28 09:37:08 2023
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2016/01/02 10:45:30 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/08/28 09:37:08 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/httpbin/VERSION
 ${PYSITELIB}/httpbin/__init__.py
 ${PYSITELIB}/httpbin/__init__.pyc
 ${PYSITELIB}/httpbin/__init__.pyo
@@ -16,10 +17,13 @@ ${PYSITELIB}/httpbin/filters.pyo
 ${PYSITELIB}/httpbin/helpers.py
 ${PYSITELIB}/httpbin/helpers.pyc
 ${PYSITELIB}/httpbin/helpers.pyo
+${PYSITELIB}/httpbin/static/favicon.ico
 ${PYSITELIB}/httpbin/structures.py
 ${PYSITELIB}/httpbin/structures.pyc
 ${PYSITELIB}/httpbin/structures.pyo
 ${PYSITELIB}/httpbin/templates/UTF-8-demo.txt
+${PYSITELIB}/httpbin/templates/flasgger/index.html
+${PYSITELIB}/httpbin/templates/footer.html
 ${PYSITELIB}/httpbin/templates/forms-post.html
 ${PYSITELIB}/httpbin/templates/httpbin.1.html
 ${PYSITELIB}/httpbin/templates/images/jackal.jpg
@@ -33,3 +37,9 @@ ${PYSITELIB}/httpbin/templates/trackings
 ${PYSITELIB}/httpbin/utils.py
 ${PYSITELIB}/httpbin/utils.pyc
 ${PYSITELIB}/httpbin/utils.pyo
+${PYSITELIB}/tests/__init__.py
+${PYSITELIB}/tests/__init__.pyc
+${PYSITELIB}/tests/__init__.pyo
+${PYSITELIB}/tests/test_httpbin.py
+${PYSITELIB}/tests/test_httpbin.pyc
+${PYSITELIB}/tests/test_httpbin.pyo

Index: pkgsrc/www/py-httpbin/distinfo
diff -u pkgsrc/www/py-httpbin/distinfo:1.9 pkgsrc/www/py-httpbin/distinfo:1.10
--- pkgsrc/www/py-httpbin/distinfo:1.9  Sun Jul 10 19:52:03 2022
+++ pkgsrc/www/py-httpbin/distinfo      Mon Aug 28 09:37:08 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.9 2022/07/10 19:52:03 wiz Exp $
+$NetBSD: distinfo,v 1.10 2023/08/28 09:37:08 adam Exp $
 
-BLAKE2s (httpbin-0.7.0.tar.gz) = c25602362782565ce40953f3a531cdc6f943745e1dfa9ece77caa7c68c9ccd4d
-SHA512 (httpbin-0.7.0.tar.gz) = 82e80058b58943637e9f8191764cea79bf7a6e40f36069f9b5d3f908585dbef20a03ef070d1f865d350920b6e874a93a48a544b05c14ff4911038ec2c20f6f63
-Size (httpbin-0.7.0.tar.gz) = 92613 bytes
-SHA1 (patch-httpbin_core.py) = 3c01a77d18d540b6cd5e5a5b013418b6f70a6819
+BLAKE2s (httpbin-0.10.0.tar.gz) = 936a59db4a726e7597b09db4f21d67d45b683ed3780a97b7264dd3fde00608f1
+SHA512 (httpbin-0.10.0.tar.gz) = 4fae4fe22cb1870acd31f51c25c1bbe946cfe9be88a63f0ba8d7078d2c48089d794726e86290fc41fa38dcf72f8573f054286cb47ab7518e953b7aafa4518215
+Size (httpbin-0.10.0.tar.gz) = 103729 bytes



Home | Main Index | Thread Index | Old Index