Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-crontab for openSUSE:Factory checked in at 2025-06-16 11:13:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-crontab (Old) and /work/SRC/openSUSE:Factory/.python-crontab.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-crontab" Mon Jun 16 11:13:07 2025 rev:6 rq:1285961 version:1.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-crontab/python-crontab.changes 2025-04-30 19:05:18.704650651 +0200 +++ /work/SRC/openSUSE:Factory/.python-crontab.new.19631/python-crontab.changes 2025-06-16 11:13:18.665357285 +0200 @@ -1,0 +2,5 @@ +Mon Jun 16 06:12:20 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyroject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-crontab.spec ++++++ --- /var/tmp/diff_new_pack.Q6J605/_old 2025-06-16 11:13:19.425388690 +0200 +++ /var/tmp/diff_new_pack.Q6J605/_new 2025-06-16 11:13:19.425388690 +0200 @@ -22,13 +22,14 @@ Release: 0 Summary: Python module for parsing and using crontab schedules License: LGPL-2.1-only -Group: Development/Languages/Python URL: https://github.com/josiahcarlson/parse-crontab Source: https://github.com/josiahcarlson/parse-crontab/archive/%{version}.tar.gz#/crontab-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-dateutil} BuildRequires: %{python_module pytz} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-python-dateutil @@ -46,10 +47,10 @@ %setup -q -n parse-crontab-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -59,5 +60,5 @@ %doc README.rst %license LICENSE LICENSE3 %{python_sitelib}/crontab -%{python_sitelib}/crontab-%{version}-* +%{python_sitelib}/crontab-%{version}.dist-info