Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-flake8 for
openSUSE:Factory checked in at 2022-11-30 15:00:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-flake8 (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-flake8.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-flake8"
Wed Nov 30 15:00:14 2022 rev:10 rq:1039062 version:1.1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-flake8/python-pytest-flake8.changes
2022-09-08 14:24:01.162719510 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-flake8.new.1597/python-pytest-flake8.changes
2022-11-30 15:01:12.397788415 +0100
@@ -1,0 +2,7 @@
+Wed Nov 30 08:29:38 UTC 2022 - Daniel Garcia <[email protected]>
+
+- Add python-py dep
+- Remove python_module macro definition
+- More specific python_sitelib in %files
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-flake8.spec ++++++
--- /var/tmp/diff_new_pack.EsgAZq/_old 2022-11-30 15:01:12.857791115 +0100
+++ /var/tmp/diff_new_pack.EsgAZq/_new 2022-11-30 15:01:12.865791162 +0100
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-flake8
Version: 1.1.1
Release: 0
@@ -28,10 +27,12 @@
Patch0: support-flake8-5.patch
BuildRequires: %{python_module flake8 >= 5.0}
BuildRequires: %{python_module pytest >= 3.5}
+BuildRequires: %{python_module py}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-flake8 >= 5.0
+Requires: python-py
Requires: python-pytest >= 3.5
BuildArch: noarch
%python_subpackages
@@ -55,6 +56,8 @@
%files %{python_files}
%license LICENSE
%doc CHANGELOG README.rst
-%{python_sitelib}/*
+%pycache_only %{python_sitelib}/__pycache__/*.pyc
+%{python_sitelib}/pytest_flake8.py
+%{python_sitelib}/pytest_flake8-%{version}*-info
%changelog