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 2024-10-30 17:36:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-treq (Old) and /work/SRC/openSUSE:Factory/.python-treq.new.2020 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-treq" Wed Oct 30 17:36:18 2024 rev:13 rq:1219181 version:24.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-treq/python-treq.changes 2023-12-17 21:34:16.725843996 +0100 +++ /work/SRC/openSUSE:Factory/.python-treq.new.2020/python-treq.changes 2024-10-30 17:37:01.446761172 +0100 @@ -1,0 +2,21 @@ +Tue Oct 29 20:40:11 UTC 2024 - Dirk Müller <dmueller@suse.com> + +- update to 24.9.1: + * treq has vendored its dependency on the multipart library to + avoid import conflicts with python-multipart; it should now + be installable alongside that library. + * treq now ships type annotations. + * The new :mod:`treq.cookies` module provides helper functions + for working with http.cookiejar.Cookie and CookieJar objects. + * Python 3.13 is now supported. + * :mod:`treq.content.text_content()` no longer generates + deprecation warnings due to use of the cgi module. + * Mixing the json argument with files or data now raises + TypeError. + * Passing non-string (str or bytes) values as part of a dict to + the headers argument now results in a TypeError, as does + passing any collection other than a dict or Headers instance. + * Support for Python 3.7 and PyPy 3.8, which have reached end + of support, has been dropped. + +------------------------------------------------------------------- Old: ---- treq-23.11.0.tar.gz New: ---- treq-24.9.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-treq.spec ++++++ --- /var/tmp/diff_new_pack.vEYoxw/_old 2024-10-30 17:37:02.262795354 +0100 +++ /var/tmp/diff_new_pack.vEYoxw/_new 2024-10-30 17:37:02.262795354 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-treq # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-treq -Version: 23.11.0 +Version: 24.9.1 Release: 0 Summary: HTTP library inspired by python-requests License: MIT @@ -27,6 +27,7 @@ Source: https://files.pythonhosted.org/packages/source/t/treq/treq-%{version}.tar.gz BuildRequires: %{python_module Twisted-tls >= 22.10.0} BuildRequires: %{python_module attrs} +BuildRequires: %{python_module base >= 3.9} BuildRequires: %{python_module httpbin} BuildRequires: %{python_module hyperlink >= 21.0.0} BuildRequires: %{python_module incremental} @@ -34,6 +35,7 @@ BuildRequires: %{python_module requests >= 2.1.0} BuildRequires: %{python_module service_identity} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module typing-extensions >= 3.10.0} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -42,6 +44,7 @@ Requires: python-hyperlink >= 21.0.0 Requires: python-incremental Requires: python-requests >= 2.1.0 +Requires: python-typing-extensions >= 3.10.0 BuildArch: noarch %python_subpackages ++++++ treq-23.11.0.tar.gz -> treq-24.9.1.tar.gz ++++++ ++++ 4133 lines of diff (skipped)