diff --git a/python-rfc3986.changes b/python-rfc3986.changes index 29cadb7..8040b57 100644 --- a/python-rfc3986.changes +++ b/python-rfc3986.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Jun 10 07:55:28 UTC 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 10:44:29 UTC 2016 - tbechtold@suse.com diff --git a/python-rfc3986.spec b/python-rfc3986.spec index 1e2bac9..370867c 100644 --- a/python-rfc3986.spec +++ b/python-rfc3986.spec @@ -1,7 +1,7 @@ # # spec file for package python-rfc3986 # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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,7 +17,7 @@ Name: python-rfc3986 -Version: 0.4.1 +Version: 1.0.0 Release: 0 Summary: Validating URI References per RFC 3986 License: Apache-2.0 @@ -25,6 +25,7 @@ Group: Development/Languages/Python Url: https://rfc3986.rtfd.org Source: https://pypi.io/packages/source/r/rfc3986/rfc3986-%{version}.tar.gz BuildRequires: python-devel +BuildRequires: python-setuptools BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} diff --git a/rfc3986-0.4.1.tar.gz b/rfc3986-0.4.1.tar.gz deleted file mode 100644 index 400e9a4..0000000 --- a/rfc3986-0.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ac85eb132fae7bbd811fa48d11984ae3104be30d44d397a351d004c633a68d2 -size 22354 diff --git a/rfc3986-1.0.0.tar.gz b/rfc3986-1.0.0.tar.gz new file mode 100644 index 0000000..9e787a2 --- /dev/null +++ b/rfc3986-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2faacfabcc13ed89b061b5f21cbbf330f82400654b317b5907d311c3478ec4c4 +size 37659