Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-treq for openSUSE:Leap:16.0 checked in at 2025-04-07 13:58:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/python-treq (Old) and /work/SRC/openSUSE:Leap:16.0/.python-treq.new.1907 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-treq" Mon Apr 7 13:58:34 2025 rev:2 rq:1267575 version:24.9.1 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/python-treq/python-treq.changes 2025-03-19 11:55:50.504672724 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.python-treq.new.1907/python-treq.changes 2025-04-07 13:58:57.850491787 +0200 @@ -1,0 +2,21 @@ +Tue Oct 29 20:40:11 UTC 2024 - Dirk Müller <dmuel...@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.vPWCtj/_old 2025-04-07 13:58:59.002540046 +0200 +++ /var/tmp/diff_new_pack.vPWCtj/_new 2025-04-07 13:58:59.018540716 +0200 @@ -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)