py-Routes: updated to 2.5.1

Release 2.5.1 (October 13, 2020)
* Add compatibility for Python 3.7+.

Release 2.5.0 (October 13, 2020)
* Add graceful fallback for invalid character encoding from request object. Patch by Phillip Baker.
* Enhanced performance for matching routes that share the same static prefix. Patch by George Sakkis.
* Fixed issue with child routes not passing route conditions to the Mapper.connect call. Patch by
  Robin Abbi.
* Fixed documentation to reflect default value for minimization. Patch by Marcin Raczyński.
* Allow backslash to escape special characters in route paths. Patch by Orhan Kavrakoğlu.
* Resolve invalid escape sequences. Patch by Stephen Finucane.
* Remove support for Python 2.6, 3.3, and 3.4. Patch by Stephen Finucane.
* Remove obsolete Python 2.3 compat code. Patch by Jakub Wilk.
This commit is contained in:
adam 2024-01-26 13:54:06 +00:00
parent 97b84be34a
commit fd7821301f
3 changed files with 18 additions and 17 deletions

View File

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.8 2022/08/24 09:53:33 wiz Exp $
# $NetBSD: Makefile,v 1.9 2024/01/26 13:54:06 adam Exp $
DISTNAME= Routes-2.4.1
DISTNAME= Routes-2.5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=R/Routes/}
@ -11,16 +10,19 @@ HOMEPAGE= https://pypi.python.org/pypi/Routes
COMMENT= Python re-implementation of the Rails routes system for mapping URLs
LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-repoze.lru>=0.3:../../devel/py-repoze.lru
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
# middleware
DEPENDS+= ${PYPKGPREFIX}-WebOb-[0-9]*:../../www/py-WebOb
TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
TEST_DEPENDS+= ${PYPKGPREFIX}-WebTest-[0-9]*:../../www/py-WebTest
PYTHON_VERSIONS_INCOMPATIBLE= 27
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,10 +1,9 @@
@comment $NetBSD: PLIST,v 1.1 2015/07/15 18:49:39 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
@comment $NetBSD: PLIST,v 1.2 2024/01/26 13:54:06 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/routes/__init__.py
${PYSITELIB}/routes/__init__.pyc
${PYSITELIB}/routes/__init__.pyo

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.6 2021/10/26 11:30:27 nia Exp $
$NetBSD: distinfo,v 1.7 2024/01/26 13:54:06 adam Exp $
BLAKE2s (Routes-2.4.1.tar.gz) = a93bea68dc32122cbb75da4a52977ec912b1703efbc51df9174bb2113389f0d3
SHA512 (Routes-2.4.1.tar.gz) = b0566f10ca83af0459e9c59fa2217bdc5ebf349d944396bcb21ffa731ad189c642e409381979cb5da3153630c24f20aa974a99711f16aca9f91413976af2bb04
Size (Routes-2.4.1.tar.gz) = 182403 bytes
BLAKE2s (Routes-2.5.1.tar.gz) = 52f2ef803cdac5572b40ffaa8f912f66afb8e22c05853df9e557e84e74c02eb6
SHA512 (Routes-2.5.1.tar.gz) = 06ec9a8426ced86524096703de47e3da2fa08bd0ed8c962d451b4338966804245b5074077021fb58a5afcb63acd6dcffa05a89703b8b54841a69a4cdff12b755
Size (Routes-2.5.1.tar.gz) = 190905 bytes