Go to file
Dirk Mueller 2476b99cc7 Accepting request 423980 from home:tbechtold:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/423980
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rfc3986?expand=0&rev=3
2016-09-01 07:24:38 +00:00
.gitattributes Accepting request 246852 from Cloud:OpenStack:Master 2014-09-01 16:25:50 +00:00
.gitignore Accepting request 246852 from Cloud:OpenStack:Master 2014-09-01 16:25:50 +00:00
python-rfc3986.changes Accepting request 423980 from home:tbechtold:branches:devel:languages:python 2016-09-01 07:24:38 +00:00
python-rfc3986.spec Accepting request 423980 from home:tbechtold:branches:devel:languages:python 2016-09-01 07:24:38 +00:00
rfc3986-0.4.1.tar.gz Accepting request 423980 from home:tbechtold:branches:devel:languages:python 2016-09-01 07:24:38 +00:00