Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-gsm0338 for openSUSE:Factory checked in at 2022-08-26 09:08:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-gsm0338 (Old) and /work/SRC/openSUSE:Factory/.python-gsm0338.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gsm0338" Fri Aug 26 09:08:15 2022 rev:2 rq:999341 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-gsm0338/python-gsm0338.changes 2021-06-09 21:52:30.626497024 +0200 +++ /work/SRC/openSUSE:Factory/.python-gsm0338.new.2083/python-gsm0338.changes 2022-08-26 09:08:17.385384481 +0200 @@ -1,0 +2,10 @@ +Wed Aug 24 18:26:24 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Don't require pytest-flake8 + * It was not enabled anyway + * pytest-flake8 does not work with flake8 >= 5 + gh#tholo/pytest-flake8#87 + * Source code linting should not be relevant for a functional rpm + package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-gsm0338.spec ++++++ --- /var/tmp/diff_new_pack.lXPs3u/_old 2022-08-26 09:08:17.793384898 +0200 +++ /var/tmp/diff_new_pack.lXPs3u/_new 2022-08-26 09:08:17.797384903 +0200 @@ -1,6 +1,7 @@ # # spec file for package python-gsm0338 # +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2021, Martin Hauke <mar...@gmx.de> # # All modifications and additions to the file contributed by third parties @@ -25,12 +26,11 @@ URL: https://github.com/dsch/gsm0338 #GIT-Clone: https://github.com/dsch/gsm0338.git Source: https://github.com/dsch/gsm0338/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module six} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module pytest-flake8} # /SECTION BuildRequires: fdupes Requires: python-six @@ -60,6 +60,7 @@ %files %{python_files} %license LICENSE %doc README.rst -%{python_sitelib}/gsm0338* +%{python_sitelib}/gsm0338 +%{python_sitelib}/gsm0338-%{version}*-info %changelog