From 2476b99cc7104bd6b538626d0c6334d2b030a6b11ac67aea7fc27efaf29b612f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 1 Sep 2016 07:24:38 +0000 Subject: [PATCH] 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 --- python-rfc3986.changes | 19 +++++++++++++++++++ python-rfc3986.spec | 6 +++--- rfc3986-0.2.0.tar.gz | 3 --- rfc3986-0.4.1.tar.gz | 3 +++ 4 files changed, 25 insertions(+), 6 deletions(-) delete mode 100644 rfc3986-0.2.0.tar.gz create mode 100644 rfc3986-0.4.1.tar.gz diff --git a/python-rfc3986.changes b/python-rfc3986.changes index 17aae78..29cadb7 100644 --- a/python-rfc3986.changes +++ b/python-rfc3986.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Aug 31 10:44:29 UTC 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 + ------------------------------------------------------------------- Fri Aug 29 14:22:31 UTC 2014 - dmueller@suse.com diff --git a/python-rfc3986.spec b/python-rfc3986.spec index a2233e8..1e2bac9 100644 --- a/python-rfc3986.spec +++ b/python-rfc3986.spec @@ -1,7 +1,7 @@ # # spec file for package python-rfc3986 # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: python-rfc3986 -Version: 0.2.0 +Version: 0.4.1 Release: 0 Summary: Validating URI References per RFC 3986 License: Apache-2.0 Group: Development/Languages/Python Url: https://rfc3986.rtfd.org -Source: https://pypi.python.org/packages/source/r/rfc3986/rfc3986-%{version}.tar.gz +Source: https://pypi.io/packages/source/r/rfc3986/rfc3986-%{version}.tar.gz BuildRequires: python-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 diff --git a/rfc3986-0.2.0.tar.gz b/rfc3986-0.2.0.tar.gz deleted file mode 100644 index a2be068..0000000 --- a/rfc3986-0.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a7b3f6cfdfb969c2e876513e87c30ebe1e4bdc9fae4a63c701eee88bbec9b22 -size 14522 diff --git a/rfc3986-0.4.1.tar.gz b/rfc3986-0.4.1.tar.gz new file mode 100644 index 0000000..400e9a4 --- /dev/null +++ b/rfc3986-0.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ac85eb132fae7bbd811fa48d11984ae3104be30d44d397a351d004c633a68d2 +size 22354