Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-random-order for
openSUSE:Factory checked in at 2022-11-30 15:00:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-random-order (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-random-order.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-random-order"
Wed Nov 30 15:00:22 2022 rev:4 rq:1039091 version:1.0.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-random-order/python-pytest-random-order.changes
2019-02-25 17:51:20.666753545 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-random-order.new.1597/python-pytest-random-order.changes
2022-11-30 15:01:18.145822147 +0100
@@ -1,0 +2,7 @@
+Wed Nov 30 11:50:42 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-random-order.spec ++++++
--- /var/tmp/diff_new_pack.BT17tM/_old 2022-11-30 15:01:18.613824894 +0100
+++ /var/tmp/diff_new_pack.BT17tM/_new 2022-11-30 15:01:18.621824941 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-random-order
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -17,7 +17,6 @@
%define skip_python2 1
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-random-order
Version: 1.0.4
Release: 0
@@ -26,9 +25,11 @@
Group: Development/Languages/Python
URL: https://github.com/jbasko/pytest-random-order
Source:
https://files.pythonhosted.org/packages/source/p/pytest-random-order/pytest-random-order-%{version}.tar.gz
+BuildRequires: %{python_module py}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-py
Requires: python-pytest >= 3.0.0
BuildArch: noarch
# SECTION test requirements
@@ -58,6 +59,7 @@
%files %{python_files}
%license LICENSE
%doc README.rst
-%{python_sitelib}/*
+%{python_sitelib}/random_order
+%{python_sitelib}/pytest_random_order-%{version}*-info
%changelog