Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-CacheControl for 
openSUSE:Factory checked in at 2023-06-27 23:16:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-CacheControl (Old)
 and      /work/SRC/openSUSE:Factory/.python-CacheControl.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-CacheControl"

Tue Jun 27 23:16:31 2023 rev:13 rq:1095465 version:0.13.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-CacheControl/python-CacheControl.changes  
2023-05-30 22:02:55.763182499 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-CacheControl.new.15902/python-CacheControl.changes
       2023-06-27 23:16:46.447429554 +0200
@@ -1,0 +2,25 @@
+Mon Jun 19 12:38:35 UTC 2023 - Torsten Gruner <[email protected]>
+
+- Update to v0.13.1 
+  * Support for old serialization formats has been removed.
+  * Move the serialization implementation into own method.
+  * Drop support for Python older than 3.7.
+- version 0.13.0
+  * YANKED
+  * The project has been moved to the PSF organization.
+  * Discard the strict attribute when serializing and deserializing responses.
+  * Fix the IncompleteRead error thrown by urllib3 2.0.
+  * Remove usage of utcnow in favor of timezone-aware datetimes.
+  * Remove the compat module.
+  * Use Python's unittest.mock library instead of mock.
+  * Add type annotations.
+  * Exclude the tests directory from the wheel.
+- version 0.12.14
+  * Revert the change "switch lockfile to filelock" to fix the compatibility 
issue.
+- version 0.12.13
+  * Discard the strict attribute when serializing and deserializing responses.
+  * Fix the IncompleteRead error thrown by urllib3 2.0.
+  * Exclude the tests directory from the wheel.
+- Remove requests-fix.patch (obsolete)
+
+-------------------------------------------------------------------

Old:
----
  CacheControl-0.12.11.tar.gz
  requests-fix.patch

New:
----
  cachecontrol-0.13.1.tar.gz

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

Other differences:
------------------
++++++ python-CacheControl.spec ++++++
--- /var/tmp/diff_new_pack.GjHZOD/_old  2023-06-27 23:16:49.051444879 +0200
+++ /var/tmp/diff_new_pack.GjHZOD/_new  2023-06-27 23:16:49.083445067 +0200
@@ -18,35 +18,34 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-CacheControl
-Version:        0.12.11
+Version:        0.13.1
 Release:        0
 Summary:        Caching library for Python requests
 License:        Apache-2.0
 Group:          Development/Languages/Python
-URL:            https://github.com/ionrock/cachecontrol
-Source:         
https://github.com/ionrock/cachecontrol/archive/v%{version}.tar.gz#/CacheControl-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM requests-fix.patch -- gh#ionrock/cachecontrol#301, 
gh#ionrock/cachecontrol#304
-Patch0:         requests-fix.patch
+URL:            https://github.com/psf/cachecontrol
+Source:         
https://github.com/psf/cachecontrol/archive/v%{version}.tar.gz#/cachecontrol-%{version}.tar.gz
+BuildRequires:  %{python_module flit-core >= 3.2}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-msgpack >= 0.5.2
-Requires:       python-requests
+Requires:       python-requests >= 2.16.0
 Provides:       python-cachecontrol = %{version}-%{release}
 Requires(post): update-alternatives
 Requires(postun):update-alternatives
-Recommends:     python-lockfile >= 0.9
+Recommends:     python-filelock >= 3.8.0
 Suggests:       python-redis >= 2.10.5
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module CherryPy}
-BuildRequires:  %{python_module lockfile >= 0.9}
+BuildRequires:  %{python_module filelock >= 3.8.0}
 BuildRequires:  %{python_module msgpack >= 0.5.2}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module redis >= 2.10.5}
-BuildRequires:  %{python_module requests}
+BuildRequires:  %{python_module requests >= 2.16.0}
 # /SECTION
 %python_subpackages
 
@@ -56,7 +55,6 @@
 
 %prep
 %autosetup -p1 -n cachecontrol-%{version}
-sed -i -e 's/^from mock/from unittest.mock/' -e 's/^import mock/from unittest 
import mock/' tests/*.py
 
 %build
 %pyproject_wheel
@@ -85,6 +83,6 @@
 %doc README.rst
 %python_alternative %{_bindir}/doesitcache
 %{python_sitelib}/cachecontrol
-%{python_sitelib}/CacheControl-%{version}*-info
+%{python_sitelib}/cachecontrol-%{version}*-info
 
 %changelog

++++++ CacheControl-0.12.11.tar.gz -> cachecontrol-0.13.1.tar.gz ++++++
++++ 3034 lines of diff (skipped)

Reply via email to