Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-jinja2-time for openSUSE:Factory checked in at 2025-05-30 14:39:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-jinja2-time (Old) and /work/SRC/openSUSE:Factory/.python-jinja2-time.new.25440 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jinja2-time" Fri May 30 14:39:58 2025 rev:5 rq:1281315 version:0.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-jinja2-time/python-jinja2-time.changes 2023-05-10 16:19:54.443465533 +0200 +++ /work/SRC/openSUSE:Factory/.python-jinja2-time.new.25440/python-jinja2-time.changes 2025-05-30 17:26:09.085301947 +0200 @@ -1,0 +2,5 @@ +Fri May 30 08:50:13 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-jinja2-time.spec ++++++ --- /var/tmp/diff_new_pack.JVv43C/_old 2025-05-30 17:26:09.521319890 +0200 +++ /var/tmp/diff_new_pack.JVv43C/_new 2025-05-30 17:26:09.525320055 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-jinja2-time # -# 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,8 +16,8 @@ # -%{?sle15_python_module_pythons} %bcond_without test +%{?sle15_python_module_pythons} Name: python-jinja2-time Version: 0.2.0 Release: 0 @@ -26,7 +26,9 @@ Group: Development/Languages/Python URL: https://github.com/hackebrot/jinja2-time Source: https://files.pythonhosted.org/packages/source/j/jinja2-time/jinja2-time-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Jinja2 @@ -47,10 +49,10 @@ %setup -q -n jinja2-time-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %if %{with test} @@ -63,5 +65,6 @@ %files %{python_files} %license LICENSE %doc HISTORY.rst README.rst -%{python_sitelib}/* +%{python_sitelib}/jinja2[-_]time +%{python_sitelib}/jinja2[-_]time-%{version}*-info