Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-itsdangerous for openSUSE:Factory checked in at 2023-09-22 21:46:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-itsdangerous (Old) and /work/SRC/openSUSE:Factory/.python-itsdangerous.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-itsdangerous" Fri Sep 22 21:46:43 2023 rev:12 rq:1111823 version:2.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-itsdangerous/python-itsdangerous.changes 2023-04-22 22:01:10.645473645 +0200 +++ /work/SRC/openSUSE:Factory/.python-itsdangerous.new.1770/python-itsdangerous.changes 2023-09-22 21:47:00.899991009 +0200 @@ -1,0 +2,6 @@ +Mon Sep 18 04:40:32 UTC 2023 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. +- Stop using greedy globs in %files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-itsdangerous.spec ++++++ --- /var/tmp/diff_new_pack.E0W5M7/_old 2023-09-22 21:47:01.864026006 +0200 +++ /var/tmp/diff_new_pack.E0W5M7/_new 2023-09-22 21:47:01.868026151 +0200 @@ -16,21 +16,19 @@ # -%{?!python_module:%define python_module() python3-%{**}} -%define skip_python2 1 -%global skip_python36 1 %{?sle15_python_module_pythons} Name: python-itsdangerous Version: 2.1.2 Release: 0 Summary: Various helpers to pass trusted data to untrusted environments and back License: BSD-3-Clause -Group: Development/Languages/Python URL: https://itsdangerous.palletsprojects.com Source: https://files.pythonhosted.org/packages/source/i/itsdangerous/itsdangerous-%{version}.tar.gz 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 @@ -53,10 +51,10 @@ %setup -q -n itsdangerous-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -65,5 +63,6 @@ %files %{python_files} %license LICENSE.rst %doc CHANGES.rst README.rst -%{python_sitelib}/* +%{python_sitelib}/itsdangerous +%{python_sitelib}/itsdangerous-%{version}.dist-info