- 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rfc3986?expand=0&rev=5
This commit is contained in:
parent
2476b99cc7
commit
869d161f9d
@ -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
|
||||
|
||||
|
@ -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()")}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ac85eb132fae7bbd811fa48d11984ae3104be30d44d397a351d004c633a68d2
|
||||
size 22354
|
3
rfc3986-1.0.0.tar.gz
Normal file
3
rfc3986-1.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2faacfabcc13ed89b061b5f21cbbf330f82400654b317b5907d311c3478ec4c4
|
||||
size 37659
|
Loading…
Reference in New Issue
Block a user