| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search | 
| Name: python311-rfc3986 | Distribution: openSUSE Tumbleweed | 
| Version: 2.0.0 | Vendor: openSUSE | 
| Release: 3.1 | Build date: Wed Jun 11 15:21:11 2025 | 
| Group: Development/Languages/Python | Build host: reproducible | 
| Size: 215996 | Source RPM: python-rfc3986-2.0.0-3.1.src.rpm | 
| Packager: https://bugs.opensuse.org | |
| Url: https://rfc3986.rtfd.org | |
| Summary: Python module for validating URI references per RFC 3986 | |
A Python implementation of `RFC 3986`_ including validation and authority parsing. Coming soon: `Reference Resolution <http://tools.ietf.org/html/rfc3986#section-5>`_.
Apache-2.0
* Wed Jun 11 2025 Markéta Machová <mmachova@suse.com>
  - Convert to pip-based build
* Fri Apr 21 2023 Dirk Müller <dmueller@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl <mcepl@suse.com>
  - Make calling of %{sle15modernpython} optional.
* Fri Oct 07 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - Update to version 2.0.0
    * Drop support for Python 2.7, 3.3, 3.4, 3.5, 3.6
    * Add support for Python 3.8, 3.9, 3.10
    * Fix bug in resolving URIs that only contain schemes which are valid per the RFC - bug 81
* Sun Jun 06 2021 Dirk Müller <dmueller@suse.com>
  - update to 1.5.0:
    - Fix bug where a valid IRI is mishandled by ``urlparse`` and
    ``ParseResultBytes``.
    - Add :meth:`~rfc3986.builder.URIBuilder.extend_path`,
* Wed Apr 15 2020 Marketa Calabkova <mcalabkova@suse.com>
  - update to 1.4.0
    * Prevent users from receiving an invalid authority parsed from
      a malicious URL.
    * Add from_uri to URIBuilder to allow creation of a URIBuilder
      from an existing URI.
* Fri May 17 2019 Hardik Italia <hitalia@suse.com>
  - version update to 1.3.2
    * Remove unnecessary IRI-flavored matchers from rfc3986.misc to speed up
      import time on resource-constrained systems.
      See also `GitHub #55`_
* Mon May 06 2019 pgajdos@suse.com
  - version update to 1.3.1
    * Only apply IDNA-encoding when there are characters
      outside of the ASCII character set.
      See also `GitHub #52`_
* Thu Apr 25 2019 pgajdos@suse.com
  - version update to 1.3.0
    * Add the ``IRIReference`` class which parses data according
      to RFC 3987 and encodes into an ``URIReference``.
      See also `GitHub #50`_
  - run tests
* Tue Mar 05 2019 Thomas Bechtold <tbechtold@suse.com>
  - update to 1.2.0:
    * Update abnf_regexp.py
    * Update uri.py
    * Add test cases for 933d429f
    * Allow percent-encoded bytes in host
    * Remove unnecessary whitespace
    * Correct name throughout the project
    * Percent-encode % chars
    * Minor tweak for cleaner logic
    * Add test cases specifically for % detection
    * Make package building Windows-friendly
    * Tack on changes for #35
    * Drop Python 3.3, add Python 3.6 and 3.7
    * Update for new organization home
    * Bump version to 1.2.0
    * Use the encoding param in to_str and to_bytes
/usr/lib/python3.11/site-packages/rfc3986 /usr/lib/python3.11/site-packages/rfc3986-2.0.0.dist-info /usr/lib/python3.11/site-packages/rfc3986-2.0.0.dist-info/INSTALLER /usr/lib/python3.11/site-packages/rfc3986-2.0.0.dist-info/METADATA /usr/lib/python3.11/site-packages/rfc3986-2.0.0.dist-info/RECORD /usr/lib/python3.11/site-packages/rfc3986-2.0.0.dist-info/REQUESTED /usr/lib/python3.11/site-packages/rfc3986-2.0.0.dist-info/WHEEL /usr/lib/python3.11/site-packages/rfc3986-2.0.0.dist-info/licenses /usr/lib/python3.11/site-packages/rfc3986-2.0.0.dist-info/licenses/LICENSE /usr/lib/python3.11/site-packages/rfc3986-2.0.0.dist-info/top_level.txt /usr/lib/python3.11/site-packages/rfc3986/__init__.py /usr/lib/python3.11/site-packages/rfc3986/__pycache__ /usr/lib/python3.11/site-packages/rfc3986/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/rfc3986/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/rfc3986/__pycache__/_mixin.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/rfc3986/__pycache__/_mixin.cpython-311.pyc /usr/lib/python3.11/site-packages/rfc3986/__pycache__/abnf_regexp.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/rfc3986/__pycache__/abnf_regexp.cpython-311.pyc /usr/lib/python3.11/site-packages/rfc3986/__pycache__/api.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/rfc3986/__pycache__/api.cpython-311.pyc /usr/lib/python3.11/site-packages/rfc3986/__pycache__/builder.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/rfc3986/__pycache__/builder.cpython-311.pyc /usr/lib/python3.11/site-packages/rfc3986/__pycache__/compat.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/rfc3986/__pycache__/compat.cpython-311.pyc /usr/lib/python3.11/site-packages/rfc3986/__pycache__/exceptions.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/rfc3986/__pycache__/exceptions.cpython-311.pyc /usr/lib/python3.11/site-packages/rfc3986/__pycache__/iri.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/rfc3986/__pycache__/iri.cpython-311.pyc /usr/lib/python3.11/site-packages/rfc3986/__pycache__/misc.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/rfc3986/__pycache__/misc.cpython-311.pyc /usr/lib/python3.11/site-packages/rfc3986/__pycache__/normalizers.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/rfc3986/__pycache__/normalizers.cpython-311.pyc /usr/lib/python3.11/site-packages/rfc3986/__pycache__/parseresult.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/rfc3986/__pycache__/parseresult.cpython-311.pyc /usr/lib/python3.11/site-packages/rfc3986/__pycache__/uri.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/rfc3986/__pycache__/uri.cpython-311.pyc /usr/lib/python3.11/site-packages/rfc3986/__pycache__/validators.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/rfc3986/__pycache__/validators.cpython-311.pyc /usr/lib/python3.11/site-packages/rfc3986/_mixin.py /usr/lib/python3.11/site-packages/rfc3986/abnf_regexp.py /usr/lib/python3.11/site-packages/rfc3986/api.py /usr/lib/python3.11/site-packages/rfc3986/builder.py /usr/lib/python3.11/site-packages/rfc3986/compat.py /usr/lib/python3.11/site-packages/rfc3986/exceptions.py /usr/lib/python3.11/site-packages/rfc3986/iri.py /usr/lib/python3.11/site-packages/rfc3986/misc.py /usr/lib/python3.11/site-packages/rfc3986/normalizers.py /usr/lib/python3.11/site-packages/rfc3986/parseresult.py /usr/lib/python3.11/site-packages/rfc3986/uri.py /usr/lib/python3.11/site-packages/rfc3986/validators.py /usr/share/doc/packages/python311-rfc3986 /usr/share/doc/packages/python311-rfc3986/AUTHORS.rst /usr/share/doc/packages/python311-rfc3986/README.rst /usr/share/licenses/python311-rfc3986 /usr/share/licenses/python311-rfc3986/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Oct 31 23:03:09 2025