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

python3-rfc3986-1.4.0-7.4.4 RPM for noarch

From OpenSuSE Leap 15.5 for noarch

Name: python3-rfc3986 Distribution: SUSE Linux Enterprise 15
Version: 1.4.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: 7.4.4 Build date: Wed Aug 5 21:22:06 2020
Group: Development/Languages/Python Build host: sheep21
Size: 251539 Source RPM: python-rfc3986-1.4.0-7.4.4.src.rpm
Packager: https://www.suse.com/
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>`_.

Provides

Requires

License

Apache-2.0

Changelog

* Wed Apr 15 2020 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 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 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
* Tue Dec 18 2018 jengelh@inai.de
  - Use noun phrase in summary.
* Tue Dec 04 2018 mcepl@suse.com
  - Remove superfluous devel dependency for noarch package
* Thu Aug 10 2017 tbechtold@suse.com
  - update to 1.1.0:
    * Bump version to 1.1.0
    * Fix theme setting for documentation
    * Exclude solitary line from coverage
    * Note the version we added Validator in
    * Fix documentation builds on RTD
    * Add check_validity_of to vaildator docs
    * Add some chars (!, =, etc) as allowed to the userinfo part of authority
    * Add release notes for v1.1.0
    * Add a separate testcase for special chars in userinfo and revert changes to other tests
    * Add validation to eliminate URIReference.is_valid
    * Add deprecation notices to old URIReference methods
    * Make tests fail: add "%20!=" part to userinfo which is allowed as per RFC3986
  - Convert to singlespec
* Sat Jun 10 2017 dmueller@suse.com
  - update to 1.0.0:
    * Add support for :rfc:`6874` - Zone Identifiers in IPv6 Addresses
    * Add a more flexible and usable validation framework. See our documentation
      for more information.
    * Add an object to aid in building new URIs from scratch. See our
      documentation for more information.
    * Allow ``None`` to be used to eliminate components via ``copy_with`` for URIs
      and ParseResults.
* Wed Aug 31 2016 tbechtold@suse.com
  - update to 0.4.1:
    - Normalize URIs constructed using ``ParseResult.from_parts`` and
      ``ParseResultBytes.from_parts``
    - Add ``ParseResult.from_parts`` and ``ParseResultBytes.from_parts`` class
      methods to easily create a ParseResult
    - When using regular expressions, use ``[0-9]`` instead of ``\d`` to avoid
      finding ports with "numerals" that are not valid in a port
    - Preserve empty query strings during normalization
    - Read README and HISTORY files using the appropriate codec so rfc3986 can be
      installed on systems with locale's other than utf-8 (specifically C)
    - Replace the standard library's urlparse behaviour
    - Update the regular name regular expression to accept all of the characters
      allowed in the RFC. Closes bug #11 (Thanks Viktor Haag). Previously URIs
      similar to "http://http-bin.org" would be considered invalid.
  - Use pypi.io for Source url

Files

/usr/lib/python3.6/site-packages/rfc3986
/usr/lib/python3.6/site-packages/rfc3986-1.4.0-py3.6.egg-info
/usr/lib/python3.6/site-packages/rfc3986-1.4.0-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/rfc3986-1.4.0-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/rfc3986-1.4.0-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/rfc3986-1.4.0-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/rfc3986-1.4.0-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/rfc3986/__init__.py
/usr/lib/python3.6/site-packages/rfc3986/__pycache__
/usr/lib/python3.6/site-packages/rfc3986/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rfc3986/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/rfc3986/__pycache__/_mixin.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rfc3986/__pycache__/_mixin.cpython-36.pyc
/usr/lib/python3.6/site-packages/rfc3986/__pycache__/abnf_regexp.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rfc3986/__pycache__/abnf_regexp.cpython-36.pyc
/usr/lib/python3.6/site-packages/rfc3986/__pycache__/api.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rfc3986/__pycache__/api.cpython-36.pyc
/usr/lib/python3.6/site-packages/rfc3986/__pycache__/builder.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rfc3986/__pycache__/builder.cpython-36.pyc
/usr/lib/python3.6/site-packages/rfc3986/__pycache__/compat.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rfc3986/__pycache__/compat.cpython-36.pyc
/usr/lib/python3.6/site-packages/rfc3986/__pycache__/exceptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rfc3986/__pycache__/exceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/rfc3986/__pycache__/iri.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rfc3986/__pycache__/iri.cpython-36.pyc
/usr/lib/python3.6/site-packages/rfc3986/__pycache__/misc.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rfc3986/__pycache__/misc.cpython-36.pyc
/usr/lib/python3.6/site-packages/rfc3986/__pycache__/normalizers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rfc3986/__pycache__/normalizers.cpython-36.pyc
/usr/lib/python3.6/site-packages/rfc3986/__pycache__/parseresult.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rfc3986/__pycache__/parseresult.cpython-36.pyc
/usr/lib/python3.6/site-packages/rfc3986/__pycache__/uri.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rfc3986/__pycache__/uri.cpython-36.pyc
/usr/lib/python3.6/site-packages/rfc3986/__pycache__/validators.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/rfc3986/__pycache__/validators.cpython-36.pyc
/usr/lib/python3.6/site-packages/rfc3986/_mixin.py
/usr/lib/python3.6/site-packages/rfc3986/abnf_regexp.py
/usr/lib/python3.6/site-packages/rfc3986/api.py
/usr/lib/python3.6/site-packages/rfc3986/builder.py
/usr/lib/python3.6/site-packages/rfc3986/compat.py
/usr/lib/python3.6/site-packages/rfc3986/exceptions.py
/usr/lib/python3.6/site-packages/rfc3986/iri.py
/usr/lib/python3.6/site-packages/rfc3986/misc.py
/usr/lib/python3.6/site-packages/rfc3986/normalizers.py
/usr/lib/python3.6/site-packages/rfc3986/parseresult.py
/usr/lib/python3.6/site-packages/rfc3986/uri.py
/usr/lib/python3.6/site-packages/rfc3986/validators.py
/usr/share/doc/packages/python3-rfc3986
/usr/share/doc/packages/python3-rfc3986/AUTHORS.rst
/usr/share/doc/packages/python3-rfc3986/README.rst
/usr/share/licenses/python3-rfc3986
/usr/share/licenses/python3-rfc3986/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 19:57:54 2024