pkgsrc/www/py-Routes/PLIST
adam fd7821301f 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.
2024-01-26 13:54:06 +00:00

25 lines
814 B
Plaintext

@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
${PYSITELIB}/routes/base.py
${PYSITELIB}/routes/base.pyc
${PYSITELIB}/routes/base.pyo
${PYSITELIB}/routes/mapper.py
${PYSITELIB}/routes/mapper.pyc
${PYSITELIB}/routes/mapper.pyo
${PYSITELIB}/routes/middleware.py
${PYSITELIB}/routes/middleware.pyc
${PYSITELIB}/routes/middleware.pyo
${PYSITELIB}/routes/route.py
${PYSITELIB}/routes/route.pyc
${PYSITELIB}/routes/route.pyo
${PYSITELIB}/routes/util.py
${PYSITELIB}/routes/util.pyc
${PYSITELIB}/routes/util.pyo