Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-describe for
openSUSE:Factory checked in at 2022-11-30 15:00:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-describe (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-describe.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-describe"
Wed Nov 30 15:00:13 2022 rev:3 rq:1039060 version:2.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-describe/python-pytest-describe.changes
2022-05-02 16:26:41.396912956 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-describe.new.1597/python-pytest-describe.changes
2022-11-30 15:01:11.713784401 +0100
@@ -1,0 +2,7 @@
+Wed Nov 30 08:24:00 UTC 2022 - Daniel Garcia <[email protected]>
+
+- Add python-py dependency
+- Remove python_module macro definition
+- More specific python_sitelib in %files
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-describe.spec ++++++
--- /var/tmp/diff_new_pack.HaScb1/_old 2022-11-30 15:01:12.221787382 +0100
+++ /var/tmp/diff_new_pack.HaScb1/_new 2022-11-30 15:01:12.229787429 +0100
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pytest-describe
Version: 2.0.1
@@ -26,9 +25,11 @@
Group: Development/Languages/Python
URL: https://github.com/pytest-dev/pytest-describe
Source:
https://files.pythonhosted.org/packages/source/p/pytest-describe/pytest-describe-%{version}.tar.gz
+BuildRequires: %{python_module py}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-py
Requires: python-pytest >= 4.0
BuildArch: noarch
# SECTION test requirements
@@ -55,6 +56,7 @@
%files %{python_files}
%doc README.rst
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/pytest_describe
+%{python_sitelib}/pytest_describe-%{version}*-info
%changelog