pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-paste



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Aug 25 19:10:41 UTC 2021

Modified Files:
        pkgsrc/www/py-paste: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/www/py-paste/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/py-paste/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-paste/Makefile
diff -u pkgsrc/www/py-paste/Makefile:1.30 pkgsrc/www/py-paste/Makefile:1.31
--- pkgsrc/www/py-paste/Makefile:1.30   Thu Sep 10 10:07:00 2020
+++ pkgsrc/www/py-paste/Makefile        Wed Aug 25 19:10:41 2021
@@ -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 @@ TEST_DEPENDS+=       ${PYPKGPREFIX}-flup-[0-9]
 
 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"

Index: pkgsrc/www/py-paste/distinfo
diff -u pkgsrc/www/py-paste/distinfo:1.21 pkgsrc/www/py-paste/distinfo:1.22
--- pkgsrc/www/py-paste/distinfo:1.21   Thu Sep 10 10:07:00 2020
+++ pkgsrc/www/py-paste/distinfo        Wed Aug 25 19:10:41 2021
@@ -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