pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-paste py-paste: updated to 3.5.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3596121cee8f
branches:  trunk
changeset: 457445:3596121cee8f
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Aug 25 19:10:41 2021 +0000

description:
py-paste: updated to 3.5.0

3.5.0
Python 3 fixes to auth and wsgi.errors handling; notably making wsgi.errors text.

3.4.6
Explicit pkg_resource dependency to easy packaging.

3.4.5
Remove deprecated dependencies paste/fixture.py.

diffstat:

 www/py-paste/Makefile |  10 ++++++++--
 www/py-paste/distinfo |  10 +++++-----
 2 files changed, 13 insertions(+), 7 deletions(-)

diffs (39 lines):

diff -r e03b02a89913 -r 3596121cee8f www/py-paste/Makefile
--- a/www/py-paste/Makefile     Wed Aug 25 19:00:06 2021 +0000
+++ b/www/py-paste/Makefile     Wed Aug 25 19:10:41 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2020/09/10 10:07:00 adam Exp $
+# $NetBSD: Makefile,v 1.31 2021/08/25 19:10:41 adam Exp $
 
-DISTNAME=      Paste-3.4.4
+DISTNAME=      Paste-3.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/Paste/}
@@ -15,5 +15,11 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONED_DEPENDENCIES= test:test
+
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
+
 .include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r e03b02a89913 -r 3596121cee8f www/py-paste/distinfo
--- a/www/py-paste/distinfo     Wed Aug 25 19:00:06 2021 +0000
+++ b/www/py-paste/distinfo     Wed Aug 25 19:10:41 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2020/09/10 10:07:00 adam Exp $
+$NetBSD: distinfo,v 1.22 2021/08/25 19:10:41 adam Exp $
 
-SHA1 (Paste-3.4.4.tar.gz) = d918a86cb77759d592c6191fcf142c4a676b725f
-RMD160 (Paste-3.4.4.tar.gz) = a14b97fdbeb0979cbe729b043acc42e4de77fb31
-SHA512 (Paste-3.4.4.tar.gz) = f977fa02b6800be27f703115b87987dcf8a1e4edd681f253b20fb363bfe625109b424ec6a0faba066e1d074f55a2ba336e17654f899b3100c9e3c3252d38b5a6
-Size (Paste-3.4.4.tar.gz) = 630575 bytes
+SHA1 (Paste-3.5.0.tar.gz) = 79ad6d64751d4071c0767beab6728a7951bde21a
+RMD160 (Paste-3.5.0.tar.gz) = afc78046a4eecc65aa3f0fcb40b9f9d7f797ac06
+SHA512 (Paste-3.5.0.tar.gz) = a9f596d6fcd95f915990c16830caeb9c9a03412447597258c67a003fd485e2efd27798f2eb2de9978ac529292af4b55136de554bfb501e90f6185f55a6b0531b
+Size (Paste-3.5.0.tar.gz) = 638021 bytes



Home | Main Index | Thread Index | Old Index