diff --git a/python-treq.changes b/python-treq.changes index 10f89f7..3d883f5 100644 --- a/python-treq.changes +++ b/python-treq.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jul 23 13:10:39 UTC 2020 - Marketa Calabkova + +- 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 diff --git a/python-treq.spec b/python-treq.spec index 584a2b3..e62193b 100644 --- a/python-treq.spec +++ b/python-treq.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-treq -Version: 20.3.0 +Version: 20.4.1 Release: 0 Summary: HTTP library inspired by python-requests 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 attrs} BuildRequires: %{python_module httpbin} +BuildRequires: %{python_module hyperlink >= 19.0.0} BuildRequires: %{python_module incremental} BuildRequires: %{python_module mock} BuildRequires: %{python_module requests >= 2.1.0} @@ -38,6 +39,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Twisted >= 18.7.0 Requires: python-attrs +Requires: python-hyperlink >= 19.0.0 Requires: python-incremental Requires: python-requests >= 2.1.0 Requires: python-six diff --git a/treq-20.3.0.tar.gz b/treq-20.3.0.tar.gz deleted file mode 100644 index 355adcc..0000000 --- a/treq-20.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a72d7587d6f81c7a32620b00175825b4334bafbde73d37098d139ac7b11dca98 -size 59023 diff --git a/treq-20.4.1.tar.gz b/treq-20.4.1.tar.gz new file mode 100644 index 0000000..eda42b5 --- /dev/null +++ b/treq-20.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68fee7d24c94b7f1432ad8077e22d0d15f957bf6fcf9cb771ff4c6acc7e2bc84 +size 59116