Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-iniconfig for
openSUSE:Factory checked in at 2023-05-03 12:56:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-iniconfig (Old)
and /work/SRC/openSUSE:Factory/.python-iniconfig.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-iniconfig"
Wed May 3 12:56:17 2023 rev:7 rq:1083967 version:2.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-iniconfig/python-iniconfig.changes
2023-04-22 22:01:17.089512172 +0200
+++
/work/SRC/openSUSE:Factory/.python-iniconfig.new.1533/python-iniconfig.changes
2023-05-03 12:56:20.347501760 +0200
@@ -1,0 +2,6 @@
+Mon May 1 19:02:20 UTC 2023 - Benjamin Greiner <[email protected]>
+
+- Don't catchall filelist
+- Clean dependencies
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-iniconfig.spec ++++++
--- /var/tmp/diff_new_pack.5v7Ol2/_old 2023-05-03 12:56:20.863504792 +0200
+++ /var/tmp/diff_new_pack.5v7Ol2/_new 2023-05-03 12:56:20.871504839 +0200
@@ -39,14 +39,12 @@
BuildRequires: %{python_module hatch_vcs}
BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module iniconfig}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module py}
%endif
%python_subpackages
@@ -65,11 +63,11 @@
%prep
%setup -q -n iniconfig-%{version} -a1
+%if !%{with test}
%build
%pyproject_wheel
%install
-%if !%{with test}
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%endif
@@ -83,7 +81,8 @@
%files %{python_files}
%license LICENSE
%doc README.rst
-%{python_sitelib}/*
+%{python_sitelib}/iniconfig
+%{python_sitelib}/iniconfig-%{version}.dist-info
%endif
%changelog