forked from pool/python-treq
Accepting request 822410 from home:mcalabkova:branches:devel:languages:python
- update to 20.4.1 * Support for Python 3.8 and PyPy3: treq is now tested with these interpreters. * `treq.client.HTTPClient.request()` and its aliases no longer raise `UnicodeEncodeError` when passed a Unicode *url* and non-empty *params*. * In treq 20.3.0 the *params* argument didn't accept parameter names or values that contain the characters ``&`` or ``#``. OBS-URL: https://build.opensuse.org/request/show/822410 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-treq?expand=0&rev=19
This commit is contained in:
committed by
Git OBS Bridge
parent
352ee23e7f
commit
025d4088c4
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 23 13:10:39 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- update to 20.4.1
|
||||||
|
* Support for Python 3.8 and PyPy3: treq is now tested with these interpreters.
|
||||||
|
* `treq.client.HTTPClient.request()` and its aliases no longer raise `UnicodeEncodeError` when passed a Unicode *url* and non-empty *params*.
|
||||||
|
* In treq 20.3.0 the *params* argument didn't accept parameter names or values that contain the characters ``&`` or ``#``.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 25 15:05:08 UTC 2020 - pgajdos@suse.com
|
Wed Mar 25 15:05:08 UTC 2020 - pgajdos@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-treq
|
Name: python-treq
|
||||||
Version: 20.3.0
|
Version: 20.4.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: HTTP library inspired by python-requests
|
Summary: HTTP library inspired by python-requests
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -28,6 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/t/treq/treq-%{ver
|
|||||||
BuildRequires: %{python_module Twisted >= 16.4.0}
|
BuildRequires: %{python_module Twisted >= 16.4.0}
|
||||||
BuildRequires: %{python_module attrs}
|
BuildRequires: %{python_module attrs}
|
||||||
BuildRequires: %{python_module httpbin}
|
BuildRequires: %{python_module httpbin}
|
||||||
|
BuildRequires: %{python_module hyperlink >= 19.0.0}
|
||||||
BuildRequires: %{python_module incremental}
|
BuildRequires: %{python_module incremental}
|
||||||
BuildRequires: %{python_module mock}
|
BuildRequires: %{python_module mock}
|
||||||
BuildRequires: %{python_module requests >= 2.1.0}
|
BuildRequires: %{python_module requests >= 2.1.0}
|
||||||
@@ -38,6 +39,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-Twisted >= 18.7.0
|
Requires: python-Twisted >= 18.7.0
|
||||||
Requires: python-attrs
|
Requires: python-attrs
|
||||||
|
Requires: python-hyperlink >= 19.0.0
|
||||||
Requires: python-incremental
|
Requires: python-incremental
|
||||||
Requires: python-requests >= 2.1.0
|
Requires: python-requests >= 2.1.0
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a72d7587d6f81c7a32620b00175825b4334bafbde73d37098d139ac7b11dca98
|
|
||||||
size 59023
|
|
||||||
3
treq-20.4.1.tar.gz
Normal file
3
treq-20.4.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:68fee7d24c94b7f1432ad8077e22d0d15f957bf6fcf9cb771ff4c6acc7e2bc84
|
||||||
|
size 59116
|
||||||
Reference in New Issue
Block a user