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 2022-02-03 23:16:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-treq (Old) and /work/SRC/openSUSE:Factory/.python-treq.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-treq" Thu Feb 3 23:16:54 2022 rev:8 rq:951348 version:22.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-treq/python-treq.changes 2021-03-18 22:55:15.091550994 +0100 +++ /work/SRC/openSUSE:Factory/.python-treq.new.1898/python-treq.changes 2022-02-03 23:18:57.119602993 +0100 @@ -1,0 +2,18 @@ +Thu Feb 3 10:05:46 UTC 2022 - Matej Cepl <mc...@suse.com> + +- Update to 22.1.0 + - Cookies specified as a dict were sent to every domain, not + just the domain of the request, potentially exposing them on + redirect. See GHSA-fhpf-pp6p-55qc, CVE-2022-23607, bsc#1195432 + - PEP 517/518 build-system metadata is now provided in + pyproject.toml. + - treq.testing.StubTreq now persists twisted.web.server.Session + instances between requests. + - The dependency on Sphinx required to build the documentation + has been moved from the dev extra to the new docs + extra. + - Support for Python 2.7 and 3.5 has been dropped. treq no + longer depends on six or mock. +- Switch to pyproject* tool chain. + +------------------------------------------------------------------- Old: ---- treq-21.1.0.tar.gz New: ---- treq-22.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-treq.spec ++++++ --- /var/tmp/diff_new_pack.xVy2fX/_old 2022-02-03 23:18:57.739598761 +0100 +++ /var/tmp/diff_new_pack.xVy2fX/_new 2022-02-03 23:18:57.743598733 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-treq # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-treq -Version: 21.1.0 +Version: 22.1.0 Release: 0 Summary: HTTP library inspired by python-requests License: MIT @@ -30,11 +31,11 @@ BuildRequires: %{python_module httpbin} BuildRequires: %{python_module hyperlink >= 21.0.0} BuildRequires: %{python_module incremental} -BuildRequires: %{python_module mock} +BuildRequires: %{python_module pip} BuildRequires: %{python_module requests >= 2.1.0} BuildRequires: %{python_module service_identity} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six >= 1.13.0} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Twisted >= 18.7.0 @@ -42,7 +43,6 @@ Requires: python-hyperlink >= 21.0.0 Requires: python-incremental Requires: python-requests >= 2.1.0 -Requires: python-six >= 1.13.0 BuildArch: noarch %python_subpackages @@ -55,10 +55,10 @@ %autopatch -p1 %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib}/treq %check @@ -69,6 +69,6 @@ %license LICENSE %doc README.rst %{python_sitelib}/treq -%{python_sitelib}/treq-%{version}-py*.egg-info/ +%{python_sitelib}/treq-%{version}*-info/ %changelog ++++++ treq-21.1.0.tar.gz -> treq-22.1.0.tar.gz ++++++ ++++ 1948 lines of diff (skipped)