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
This commit is contained in:
2016-09-01 07:24:38 +00:00
committed by Git OBS Bridge
parent c261c6a016
commit 2476b99cc7
4 changed files with 25 additions and 6 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8a7b3f6cfdfb969c2e876513e87c30ebe1e4bdc9fae4a63c701eee88bbec9b22
size 14522

3
rfc3986-0.4.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ac85eb132fae7bbd811fa48d11984ae3104be30d44d397a351d004c633a68d2
size 22354