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-05-20 09:32:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cached-property (Old)
and /work/SRC/openSUSE:Factory/.python-cached-property.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cached-property"
Tue May 20 09:32:45 2025 rev:13 rq:1277829 version:1.5.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-cached-property/python-cached-property.changes
2023-04-21 18:48:33.420441050 +0200
+++
/work/SRC/openSUSE:Factory/.python-cached-property.new.30101/python-cached-property.changes
2025-05-20 09:34:56.165307662 +0200
@@ -1,0 +2,5 @@
+Thu May 15 12:13:24 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cached-property.spec ++++++
--- /var/tmp/diff_new_pack.aUUPM3/_old 2025-05-20 09:34:56.813334729 +0200
+++ /var/tmp/diff_new_pack.aUUPM3/_new 2025-05-20 09:34:56.813334729 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-cached-property
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-cached-property
Version: 1.5.2
@@ -32,8 +31,10 @@
# PATCH-FIX-UPSTREAM Don't use asyncio.coroutine if it's not available --
https://github.com/pydanny/cached-property/pull/267
Patch1: python311.patch
BuildRequires: %{python_module freezegun}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -48,10 +49,10 @@
%autosetup -p1 -n cached-property-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -60,5 +61,7 @@
%files %{python_files}
%license LICENSE
%doc AUTHORS.rst README.rst HISTORY.rst
-%{python_sitelib}/*
+%{python_sitelib}/cached[-_]property.py
+%{python_sitelib}/cached[-_]property-%{version}*-info
+%pycache_only %{python_sitelib}/__pycache__/cached[-_]property*