Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-cookies for
openSUSE:Factory checked in at 2023-09-07 21:13:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-cookies (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-cookies.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-cookies"
Thu Sep 7 21:13:18 2023 rev:5 rq:1109386 version:0.7.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-cookies/python-pytest-cookies.changes
2023-05-10 16:18:46.431063212 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-cookies.new.1766/python-pytest-cookies.changes
2023-09-07 21:14:34.581241867 +0200
@@ -1,0 +2,6 @@
+Thu Sep 7 05:26:34 UTC 2023 - Steve Kowalik <[email protected]>
+
+- Stop using greedy globs in %files.
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-cookies.spec ++++++
--- /var/tmp/diff_new_pack.RvqcOl/_old 2023-09-07 21:14:35.561276901 +0200
+++ /var/tmp/diff_new_pack.RvqcOl/_new 2023-09-07 21:14:35.561276901 +0200
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python3-%{**}}
# cookiecutter is only available for python3
%define pythons python3
Name: python-pytest-cookies
@@ -24,10 +23,11 @@
Release: 0
Summary: Cookiecutter template pytest plugin
License: MIT
-Group: Development/Languages/Python
URL: https://github.com/hackebrot/pytest-cookies
Source:
https://github.com/hackebrot/pytest-cookies/archive/%{version}.tar.gz#/pytest-cookies-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: cookiecutter >= 2.1.0
@@ -46,10 +46,10 @@
%setup -q -n pytest-cookies-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -58,5 +58,6 @@
%files %{python_files}
%doc README.md
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/pytest_cookies
+%{python_sitelib}/pytest_cookies-%{version}.dist-info