Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-treq for openSUSE:Factory 
checked in at 2021-03-18 22:55:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-treq (Old)
 and      /work/SRC/openSUSE:Factory/.python-treq.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-treq"

Thu Mar 18 22:55:11 2021 rev:7 rq:879834 version:21.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-treq/python-treq.changes  2020-07-26 
16:19:43.220829405 +0200
+++ /work/SRC/openSUSE:Factory/.python-treq.new.2401/python-treq.changes        
2021-03-18 22:55:15.091550994 +0100
@@ -1,0 +2,15 @@
+Thu Mar 18 03:47:49 UTC 2021 - Aleksa Sarai <[email protected]>
+
+- Update to 21.1.0. bsc#1183679
+  * Support for Python 3.9.
+  * Support for Twisted >= 20.9.0.
+  * Support for Python 2.7 and 3.5 (which are both EOL) is deprecated.
+  * The auth parameter now accepts arbitrary text and bytes for usernames and
+    passwords. Text is encoded as UTF-8, per RFC 7617. Previously only ASCII
+    was allowed.
+  * treq produces a more helpful exception when passed a tuple of the wrong
+    size in the files parameter.
+  * The url parameter of HTTPClient.request() (and shortcuts like get()) now
+    accept hyperlink.DecodedURL and hyperlink.URL in addition to str and bytes.
+
+-------------------------------------------------------------------

Old:
----
  treq-20.4.1.tar.gz

New:
----
  treq-21.1.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-treq.spec ++++++
--- /var/tmp/diff_new_pack.7cBDaq/_old  2021-03-18 22:55:15.847551810 +0100
+++ /var/tmp/diff_new_pack.7cBDaq/_new  2021-03-18 22:55:15.851551815 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-treq
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,31 +18,31 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-treq
-Version:        20.4.1
+Version:        21.1.0
 Release:        0
 Summary:        HTTP library inspired by python-requests
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/twisted/treq
 Source:         
https://files.pythonhosted.org/packages/source/t/treq/treq-%{version}.tar.gz
-BuildRequires:  %{python_module Twisted >= 16.4.0}
+BuildRequires:  %{python_module Twisted >= 18.7.0}
 BuildRequires:  %{python_module attrs}
 BuildRequires:  %{python_module httpbin}
-BuildRequires:  %{python_module hyperlink >= 19.0.0}
+BuildRequires:  %{python_module hyperlink >= 21.0.0}
 BuildRequires:  %{python_module incremental}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module requests >= 2.1.0}
 BuildRequires:  %{python_module service_identity}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module six}
+BuildRequires:  %{python_module six >= 1.13.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-Twisted >= 18.7.0
 Requires:       python-attrs
-Requires:       python-hyperlink >= 19.0.0
+Requires:       python-hyperlink >= 21.0.0
 Requires:       python-incremental
 Requires:       python-requests >= 2.1.0
-Requires:       python-six
+Requires:       python-six >= 1.13.0
 BuildArch:      noarch
 %python_subpackages
 

++++++ treq-20.4.1.tar.gz -> treq-21.1.0.tar.gz ++++++
++++ 2476 lines of diff (skipped)

Reply via email to