Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-toolbox for
openSUSE:Factory checked in at 2022-11-30 15:00:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-toolbox (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-toolbox.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-toolbox"
Wed Nov 30 15:00:26 2022 rev:3 rq:1039094 version:0.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-toolbox/python-pytest-toolbox.changes
2020-10-12 14:00:08.326236713 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-toolbox.new.1597/python-pytest-toolbox.changes
2022-11-30 15:01:21.109839542 +0100
@@ -1,0 +2,7 @@
+Wed Nov 30 12:02:27 UTC 2022 - Daniel Garcia <[email protected]>
+
+- Remove python_module macro definition
+- Add python-py dependency
+- More specific python_sitelib in %files
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-toolbox.spec ++++++
--- /var/tmp/diff_new_pack.YCW1L1/_old 2022-11-30 15:01:21.509841889 +0100
+++ /var/tmp/diff_new_pack.YCW1L1/_new 2022-11-30 15:01:21.513841913 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-toolbox
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pytest-toolbox
Version: 0.4
@@ -26,11 +25,13 @@
Group: Development/Languages/Python
URL: https://github.com/samuelcolvin/pytest-toolbox
Source:
https://github.com/samuelcolvin/pytest-toolbox/archive/v%{version}.tar.gz#/pytest-toolbox-%{version}.tar.gz
+BuildRequires: %{python_module pydantic}
BuildRequires: %{python_module pytest >= 3.5}
+BuildRequires: %{python_module py}
BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module pydantic}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-py
Requires: python-pytest >= 3.5
Recommends: python-pydantic
BuildArch: noarch
@@ -56,6 +57,7 @@
%files %{python_files}
%doc README.rst HISTORY.rst
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/pytest_toolbox
+%{python_sitelib}/pytest_toolbox-%{version}*-info
%changelog