pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-geventhttpclient
Module Name: pkgsrc
Committed By: adam
Date: Wed Jun 12 06:02:39 UTC 2024
Modified Files:
pkgsrc/net/py-geventhttpclient: Makefile PLIST distinfo
Log Message:
py-geventhttpclient: updated to 2.3.1
2.3.1
Fix locust backwards compatibility
2.3.0
Clean up readme and example code
Fix for 179 and improved multipart form handling
requests compatibility layer
Fixed 186 and improved package build
Add pre-commit hooks
Add requests compatibility to README
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/py-geventhttpclient/Makefile \
pkgsrc/net/py-geventhttpclient/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/py-geventhttpclient/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/py-geventhttpclient/Makefile
diff -u pkgsrc/net/py-geventhttpclient/Makefile:1.10 pkgsrc/net/py-geventhttpclient/Makefile:1.11
--- pkgsrc/net/py-geventhttpclient/Makefile:1.10 Mon Apr 8 14:21:13 2024
+++ pkgsrc/net/py-geventhttpclient/Makefile Wed Jun 12 06:02:39 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2024/04/08 14:21:13 adam Exp $
+# $NetBSD: Makefile,v 1.11 2024/06/12 06:02:39 adam Exp $
-DISTNAME= geventhttpclient-2.0.12
+DISTNAME= geventhttpclient-2.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/geventhttpclient/}
@@ -15,11 +15,10 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9
DEPENDS+= ${PYPKGPREFIX}-brotli-[0-9]*:../../archivers/py-brotli
DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi
DEPENDS+= ${PYPKGPREFIX}-gevent>=0.13:../../net/py-gevent
-DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+= ${PYPKGPREFIX}-urllib3-[0-9]*:../../www/py-urllib3
TEST_DEPENDS+= ${PYPKGPREFIX}-dpkt-[0-9]*:../../net/py-dpkt
-TEST_DEPENDS+= ${PYPKGPREFIX}-urllib3-[0-9]*:../../www/py-urllib3
-PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-certifi
+PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/py-geventhttpclient/distinfo
diff -u pkgsrc/net/py-geventhttpclient/distinfo:1.10 pkgsrc/net/py-geventhttpclient/distinfo:1.11
--- pkgsrc/net/py-geventhttpclient/distinfo:1.10 Mon Apr 8 14:21:13 2024
+++ pkgsrc/net/py-geventhttpclient/distinfo Wed Jun 12 06:02:39 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/04/08 14:21:13 adam Exp $
+$NetBSD: distinfo,v 1.11 2024/06/12 06:02:39 adam Exp $
-BLAKE2s (geventhttpclient-2.0.12.tar.gz) = 22037fbfb1e89eeab519aa7f3b5302d4160373e2dba875fd80218422ca9fd8c1
-SHA512 (geventhttpclient-2.0.12.tar.gz) = 5897e833c1ce371cbfcd22c0583848186eb5a7eed03f93e74b7f01cb388b1b5cda55eff4285d69300977bae59e3c65aa121036e72d8fd377c84a2c226f3077f2
-Size (geventhttpclient-2.0.12.tar.gz) = 77009 bytes
+BLAKE2s (geventhttpclient-2.3.1.tar.gz) = e8f8ea029223e9f730ad6b6429d9418f71faab33d2c999c92da97d25d820b6ff
+SHA512 (geventhttpclient-2.3.1.tar.gz) = 515a35f8f70711382520e4cd083b3fea01dd6ba9cad48fba81039b75e560fef6ab3e5228abb52ae04f1ba652d76fdcbbb51b335326aeac44ee299e80cfd41b92
+Size (geventhttpclient-2.3.1.tar.gz) = 69345 bytes
Index: pkgsrc/net/py-geventhttpclient/PLIST
diff -u pkgsrc/net/py-geventhttpclient/PLIST:1.3 pkgsrc/net/py-geventhttpclient/PLIST:1.4
--- pkgsrc/net/py-geventhttpclient/PLIST:1.3 Tue Jan 16 11:07:33 2024
+++ pkgsrc/net/py-geventhttpclient/PLIST Wed Jun 12 06:02:39 2024
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2024/01/16 11:07:33 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+@comment $NetBSD: PLIST,v 1.4 2024/06/12 06:02:39 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE-MIT
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -8,6 +8,9 @@ ${PYSITELIB}/geventhttpclient/__init__.p
${PYSITELIB}/geventhttpclient/__init__.pyc
${PYSITELIB}/geventhttpclient/__init__.pyo
${PYSITELIB}/geventhttpclient/_parser.so
+${PYSITELIB}/geventhttpclient/api.py
+${PYSITELIB}/geventhttpclient/api.pyc
+${PYSITELIB}/geventhttpclient/api.pyo
${PYSITELIB}/geventhttpclient/client.py
${PYSITELIB}/geventhttpclient/client.pyc
${PYSITELIB}/geventhttpclient/client.pyo
@@ -20,6 +23,12 @@ ${PYSITELIB}/geventhttpclient/header.pyo
${PYSITELIB}/geventhttpclient/httplib.py
${PYSITELIB}/geventhttpclient/httplib.pyc
${PYSITELIB}/geventhttpclient/httplib.pyo
+${PYSITELIB}/geventhttpclient/httplib2.py
+${PYSITELIB}/geventhttpclient/httplib2.pyc
+${PYSITELIB}/geventhttpclient/httplib2.pyo
+${PYSITELIB}/geventhttpclient/requests.py
+${PYSITELIB}/geventhttpclient/requests.pyc
+${PYSITELIB}/geventhttpclient/requests.pyo
${PYSITELIB}/geventhttpclient/response.py
${PYSITELIB}/geventhttpclient/response.pyc
${PYSITELIB}/geventhttpclient/response.pyo
Home |
Main Index |
Thread Index |
Old Index