Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-cached-property for
openSUSE:Factory checked in at 2025-09-14 18:49:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cached-property (Old)
and /work/SRC/openSUSE:Factory/.python-cached-property.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cached-property"
Sun Sep 14 18:49:15 2025 rev:14 rq:1304294 version:2.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-cached-property/python-cached-property.changes
2025-05-20 09:34:56.165307662 +0200
+++
/work/SRC/openSUSE:Factory/.python-cached-property.new.1977/python-cached-property.changes
2025-09-14 18:49:41.272870610 +0200
@@ -1,0 +2,16 @@
+Fri Sep 12 11:24:20 UTC 2025 - Daniel Garcia <[email protected]>
+
+- Drop patches:
+ * freezegun-skip.patch
+ * python311.patch
+- update to 2.0.1:
+ * Via python_requires specifies that cached_property is for Python
+ version 3.8 or higher
+ * Officiall drop support for Python 2.6
+- 2.0.0 (2024-10-25)
+ * Remove support for Python versions < 3.8
+ * Add formal support for Python versions up to 3.13
+ * Switch to Markdown for docs
+ * Migrate from black to ruff
+
+-------------------------------------------------------------------
Old:
----
cached-property-1.5.2.tar.gz
freezegun-skip.patch
python311.patch
New:
----
cached_property-2.0.1.tar.gz
----------(Old B)----------
Old:- Drop patches:
* freezegun-skip.patch
* python311.patch
Old: * freezegun-skip.patch
* python311.patch
- update to 2.0.1:
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cached-property.spec ++++++
--- /var/tmp/diff_new_pack.sP7PHE/_old 2025-09-14 18:49:42.944940678 +0200
+++ /var/tmp/diff_new_pack.sP7PHE/_new 2025-09-14 18:49:42.956941181 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-cached-property
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,18 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-cached-property
-Version: 1.5.2
+Version: 2.0.1
Release: 0
Summary: A decorator for caching properties in classes
License: BSD-3-Clause
Group: Development/Libraries/Python
URL: https://github.com/pydanny/cached-property
-Source:
https://files.pythonhosted.org/packages/source/c/cached-property/cached-property-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM skip test that rely on wrong freezegun behaviour
-# https://github.com/pydanny/cached-property/pull/125
-Patch0: freezegun-skip.patch
-# PATCH-FIX-UPSTREAM Don't use asyncio.coroutine if it's not available --
https://github.com/pydanny/cached-property/pull/267
-Patch1: python311.patch
+Source:
https://files.pythonhosted.org/packages/source/c/cached-property/cached_property-%{version}.tar.gz
BuildRequires: %{python_module freezegun}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
@@ -46,7 +41,7 @@
and 3.
%prep
-%autosetup -p1 -n cached-property-%{version}
+%autosetup -p1 -n cached_property-%{version}
%build
%pyproject_wheel
@@ -60,7 +55,7 @@
%files %{python_files}
%license LICENSE
-%doc AUTHORS.rst README.rst HISTORY.rst
+%doc AUTHORS.md README.md HISTORY.md
%{python_sitelib}/cached[-_]property.py
%{python_sitelib}/cached[-_]property-%{version}*-info
%pycache_only %{python_sitelib}/__pycache__/cached[-_]property*