Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-Routes-2.5.1-3.7 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python311-Routes Distribution: openSUSE Tumbleweed
Version: 2.5.1 Vendor: openSUSE
Release: 3.7 Build date: Thu Aug 18 17:15:10 2022
Group: Unspecified Build host: reproducible
Size: 285018 Source RPM: python-Routes-2.5.1-3.7.src.rpm
Packager: https://bugs.opensuse.org
Url: https://routes.readthedocs.io/
Summary: Routing Recognition and Generation Tools
A Routing package for Python that matches URL's to dicts and vice versa.

Provides

Requires

License

BSD-3-Clause

Changelog

* Thu Aug 18 2022 Ben Greiner <code@bnavigator.de>
  - Clean specfile, remove coverage
* Mon Nov 08 2021 Dirk Müller <dmueller@suse.com>
  - add six dependency declaration
* Thu Nov 26 2020 Dirk Mueller <dmueller@suse.com>
  - update to 2.5.1:
    * Add compatibility for Python 3.7+.
    * Add graceful fallback for invalid character encoding from request object.
    * Enhanced performance for matching routes that share the same static prefix.
    * Fixed issue with child routes not passing route conditions to the Mapper.connect call.
    * Fixed documentation to reflect default value for minimization.
    * Allow backslash to escape special characters in route paths.
    * Resolve invalid escape sequences.
    * Remove support for Python 2.6, 3.3, and 3.4.
    * Remove obsolete Python 2.3 compat code.
* Wed Jun 17 2020 pgajdos@suse.com
  - nose -> pytest
* Thu Nov 07 2019 Matej Cepl <mcepl@suse.com>
  - Run through spec-cleaner
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
  - Remove superfluous devel dependency for noarch package
* Thu Jun 29 2017 tbechtold@suse.com
  - update to 2.4.1:
    * Release as a universal wheel. PR #75.
    * Convert readthedocs links for their .org -> .io migration for hosted projects.
  - convert to singlespec
  - Fix Source url
* Fri Jun 03 2016 tbechtold@suse.com
  - update to 2.3.1:
    * Backwards compatability fix - connect should work with mandatory
      routename and optional path. Patch by Davanum Srinivas (PR #65).
    * Fix sub_domain equivalence check. Patch by Nikita Uvarov
    * Add support for protocol-relative URLs generation (i.e. starting with double
      slash ``//``). PR #60. Patch by Sviatoslav Sydorenko.
    * Add support for the ``middleware`` extra requirement, making possible to
      depend on ``webob`` optionally. PR #59. Patch by Sviatoslav Sydorenko.
    * Fix matching of an empty string route, which led to exception in earlier
      versions. PR #58. Patch by Sviatoslav Sydorenko.
    * Add support for the ``requirements`` option when using
      mapper.resource to create routes. PR #57. Patch by Sean Dague.
    * Concatenation fix when using submappers with path prefixes. Multiple
      submappers combined the path prefix inside the controller argument in
      non-obvious ways. The controller argument will now be properly carried
      through when using submappers. PR #28.
* Fri Aug 07 2015 hpj@urpla.net
  - update to 2.2:
    * Fix Python 3 support. Patch by Victor Stinner.
  - spell python-WebTest and python-WebOb correctly
* Mon Apr 20 2015 tbechtold@suse.com
  - update to 2.1:
    * Fix 3 other route matching groups in route.py to use anonymous groups for
      optional sections to avoid exceeding regex limits. Fixes #15.
    * Printing a mapper now includes the Controller/action parameters from the
      route. Fixes #11.
    * Fix regression that didn't allow passing in params 'host', 'protocol', or
      'anchor'. They can now be passed in with a trailing '_' as was possible
      before commit d1d1742903fa5ca24ef848a6ae895303f2661b2a. Fixes #7.
    * URL generation with/without SCRIPT_NAME was resulting in the URL cache
      failing to return the appropriate cached URL generation. The URL cache
      should always include the SCRIPT_NAME, even if its empty, in the cache
      to avoid this, and now does. Fixes #6.
    * Extract Route creation into separate method in Mapper.  Subclasses of Route
      can be created by Mappers now.
    * Use the first X_FORWARDED_FOR value if there are multiple proxies in the
      path. Fixes #5.
    * Python 3.2/3.3 Support. Fixes Issue #2. Thanks to Alejandro Sánchez for
      the pull request!
  - Enable testrun during build and adjust BuildRequires for that.
  - Adjust documentation links.

Files

/usr/lib/python3.11/site-packages/Routes-2.5.1-py3.11.egg-info
/usr/lib/python3.11/site-packages/Routes-2.5.1-py3.11.egg-info/PKG-INFO
/usr/lib/python3.11/site-packages/Routes-2.5.1-py3.11.egg-info/SOURCES.txt
/usr/lib/python3.11/site-packages/Routes-2.5.1-py3.11.egg-info/dependency_links.txt
/usr/lib/python3.11/site-packages/Routes-2.5.1-py3.11.egg-info/not-zip-safe
/usr/lib/python3.11/site-packages/Routes-2.5.1-py3.11.egg-info/requires.txt
/usr/lib/python3.11/site-packages/Routes-2.5.1-py3.11.egg-info/top_level.txt
/usr/lib/python3.11/site-packages/routes
/usr/lib/python3.11/site-packages/routes/__init__.py
/usr/lib/python3.11/site-packages/routes/__pycache__
/usr/lib/python3.11/site-packages/routes/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/routes/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/routes/__pycache__/base.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/routes/__pycache__/base.cpython-311.pyc
/usr/lib/python3.11/site-packages/routes/__pycache__/mapper.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/routes/__pycache__/mapper.cpython-311.pyc
/usr/lib/python3.11/site-packages/routes/__pycache__/middleware.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/routes/__pycache__/middleware.cpython-311.pyc
/usr/lib/python3.11/site-packages/routes/__pycache__/route.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/routes/__pycache__/route.cpython-311.pyc
/usr/lib/python3.11/site-packages/routes/__pycache__/util.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/routes/__pycache__/util.cpython-311.pyc
/usr/lib/python3.11/site-packages/routes/base.py
/usr/lib/python3.11/site-packages/routes/mapper.py
/usr/lib/python3.11/site-packages/routes/middleware.py
/usr/lib/python3.11/site-packages/routes/route.py
/usr/lib/python3.11/site-packages/routes/util.py
/usr/share/doc/packages/python311-Routes
/usr/share/doc/packages/python311-Routes/CHANGELOG.rst
/usr/share/doc/packages/python311-Routes/README.rst
/usr/share/licenses/python311-Routes
/usr/share/licenses/python311-Routes/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024