pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-gunicorn
Module Name: pkgsrc
Committed By: adam
Date: Fri Jul 21 06:20:39 UTC 2023
Modified Files:
pkgsrc/www/py-gunicorn: Makefile distinfo
Log Message:
py-gunicorn: updated to 21.2.0
21.2.0 - 2023-07-19
===================
- fix thread worker: revert change considering connection as idle .
*** NOTE ***
This is fixing the bad file description error.
21.0.1 - 2023-07-17
===================
- fix documentation build
21.0.0 - 2023-07-17
===================
- support python 3.11
- fix gevent and eventlet workers
- fix threads support (gththread): improve performance and unblock requests
- SSL: noaw use SSLContext object
- HTTP parser: miscellaneous fixes
- remove unecessary setuid calls
- fix testing
- improve logging
- miscellaneous fixes to core engine
*** RELEASE NOTE ***
We made this release major to start our new release cycle. More info will be provided on our discussion forum.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/py-gunicorn/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/py-gunicorn/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-gunicorn/Makefile
diff -u pkgsrc/www/py-gunicorn/Makefile:1.22 pkgsrc/www/py-gunicorn/Makefile:1.23
--- pkgsrc/www/py-gunicorn/Makefile:1.22 Wed Jan 5 15:41:29 2022
+++ pkgsrc/www/py-gunicorn/Makefile Fri Jul 21 06:20:39 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2022/01/05 15:41:29 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2023/07/21 06:20:39 adam Exp $
-DISTNAME= gunicorn-20.1.0
-PKGREVISION= 2
+DISTNAME= gunicorn-21.2.0
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gunicorn/}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,19 +10,20 @@ HOMEPAGE= https://gunicorn.org/
COMMENT= Python WSGI HTTP server
LICENSE= mit
-DEPENDS+= ${PYPKGPREFIX}-setuptools>=3.0:../../devel/py-setuptools
+DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
+TEST_DEPENDS+= ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
+TEST_DEPENDS+= ${PYPKGPREFIX}-gevent-[0-9]*:../../net/py-gevent
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.0.5:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=2.4.0:../../devel/py-test-cov
TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
USE_LANGUAGES= # none
+USE_PKG_RESOURCES= yes
PYSETUPTESTTARGET= pytest
PYTHON_VERSIONS_INCOMPATIBLE= 27
-USE_PKG_RESOURCES= yes
-
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} gunicorn gunicorn-${PYVERSSUFFIX} || ${TRUE}
Index: pkgsrc/www/py-gunicorn/distinfo
diff -u pkgsrc/www/py-gunicorn/distinfo:1.16 pkgsrc/www/py-gunicorn/distinfo:1.17
--- pkgsrc/www/py-gunicorn/distinfo:1.16 Tue Oct 26 11:30:41 2021
+++ pkgsrc/www/py-gunicorn/distinfo Fri Jul 21 06:20:39 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2021/10/26 11:30:41 nia Exp $
+$NetBSD: distinfo,v 1.17 2023/07/21 06:20:39 adam Exp $
-BLAKE2s (gunicorn-20.1.0.tar.gz) = f7c064b5561015466262b1d1622ff66d3b3d173215c8a4da60025c5fcfcb9459
-SHA512 (gunicorn-20.1.0.tar.gz) = 586c7373504b4018fd462dc9c728991a8cc9f2be71fc2fb5aa23707ff6157dd3953121f6a070cae64d58b10f9ddf77ad59b66ed33981d37919b4764c60609027
-Size (gunicorn-20.1.0.tar.gz) = 370601 bytes
+BLAKE2s (gunicorn-21.2.0.tar.gz) = e4fac4585a9aeeabcb23333b9ab27823f150eb6d2de2a5cfa59e97a1539eee2d
+SHA512 (gunicorn-21.2.0.tar.gz) = 5d3117133ecbf9b8fded9c0ce69206916d273c284726d2a62e1d1d107560f22593baab032afa51e71b004a8b1e47afafd3fd1350b850ca45c1d7064075b795d3
+Size (gunicorn-21.2.0.tar.gz) = 3632557 bytes
Home |
Main Index |
Thread Index |
Old Index