Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-finance_enums for 
openSUSE:Factory checked in at 2025-05-09 18:49:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-finance_enums (Old)
 and      /work/SRC/openSUSE:Factory/.python-finance_enums.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-finance_enums"

Fri May  9 18:49:54 2025 rev:3 rq:1275984 version:0.1.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-finance_enums/python-finance_enums.changes    
    2021-06-01 10:35:04.788569727 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-finance_enums.new.30101/python-finance_enums.changes
     2025-05-09 18:52:41.284398043 +0200
@@ -1,0 +2,6 @@
+Fri May  9 05:09:36 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-finance_enums.spec ++++++
--- /var/tmp/diff_new_pack.rTEjRS/_old  2025-05-09 18:52:41.724416347 +0200
+++ /var/tmp/diff_new_pack.rTEjRS/_new  2025-05-09 18:52:41.724416347 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-finance_enums
 #
-# Copyright (c) 2021 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,8 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define         skip_python36 1
 Name:           python-finance_enums
 Version:        0.1.0
 Release:        0
@@ -26,7 +24,9 @@
 URL:            https://github.com/timkpaine/finance_enums
 Source:         
https://files.pythonhosted.org/packages/source/f/finance_enums/finance_enums-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-pandas >= 0.23.4
@@ -41,13 +41,14 @@
 %setup -q -n finance_enums-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
 %doc README.md
-%{python_sitelib}/*
+%{python_sitelib}/finance_enums
+%{python_sitelib}/finance_enums-%{version}.dist-info
 

Reply via email to