Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-EasyProcess for openSUSE:Factory checked in at 2022-08-23 14:25:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-EasyProcess (Old) and /work/SRC/openSUSE:Factory/.python-EasyProcess.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-EasyProcess" Tue Aug 23 14:25:35 2022 rev:23 rq:998561 version:1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-EasyProcess/python-EasyProcess.changes 2022-08-19 17:54:47.683888632 +0200 +++ /work/SRC/openSUSE:Factory/.python-EasyProcess.new.2083/python-EasyProcess.changes 2022-08-23 14:25:48.551115519 +0200 @@ -1,0 +2,11 @@ +Sat Aug 20 13:01:54 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Package only supports Python >= 3.7 +- Remove linter flake8 and static type checker mypy from build + requirements: Not used and not necessary during rpm packaging. +- Remove stray build dependency for six +- Remove entrypoint2 build dependency: only required for building + docs +- Don't catchall in files section + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-EasyProcess.spec ++++++ --- /var/tmp/diff_new_pack.MXohOJ/_old 2022-08-23 14:25:49.175116893 +0200 +++ /var/tmp/diff_new_pack.MXohOJ/_new 2022-08-23 14:25:49.183116910 +0200 @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -test @@ -32,22 +31,19 @@ License: BSD-2-Clause URL: https://github.com/ponty/easyprocess Source: https://github.com/ponty/EasyProcess/archive/%{version}.tar.gz +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module setuptools} BuildRequires: fdupes -BuildRequires: iputils BuildRequires: python-rpm-macros BuildArch: noarch %if %{with test} BuildRequires: %{python_module EasyProcess = %{version}} BuildRequires: %{python_module Pillow} BuildRequires: %{python_module PyVirtualDisplay} -BuildRequires: %{python_module entrypoint2} -BuildRequires: %{python_module flake8} -BuildRequires: %{python_module mypy} BuildRequires: %{python_module pytest-timeout} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module six} BuildRequires: ImageMagick +BuildRequires: iputils %endif %python_subpackages @@ -95,7 +91,8 @@ %files %{python_files} %license LICENSE.txt %doc README.md -%{python_sitelib}/* +%{python_sitelib}/easyprocess +%{python_sitelib}/EasyProcess-%{version}*-info %endif %changelog