Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-bandit for openSUSE:Factory checked in at 2022-10-27 13:54:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-bandit (Old) and /work/SRC/openSUSE:Factory/.python-bandit.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bandit" Thu Oct 27 13:54:56 2022 rev:12 rq:1031533 version:1.7.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-bandit/python-bandit.changes 2022-03-16 20:20:52.852988107 +0100 +++ /work/SRC/openSUSE:Factory/.python-bandit.new.2275/python-bandit.changes 2022-10-27 13:55:26.800957527 +0200 @@ -1,0 +2,7 @@ +Thu Oct 27 11:16:40 UTC 2022 - Daniel Garcia <daniel.gar...@suse.com> + +- Remove not needed python-six dependency +- Use autosetup instead of setup + patch +- More specific sitelib package in %files + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-bandit.spec ++++++ --- /var/tmp/diff_new_pack.m17Cdq/_old 2022-10-27 13:55:27.292960037 +0200 +++ /var/tmp/diff_new_pack.m17Cdq/_new 2022-10-27 13:55:27.292960037 +0200 @@ -40,7 +40,6 @@ BuildRequires: python-rpm-macros Requires: python-GitPython >= 1.0.1 Requires: python-PyYAML >= 5.3.1 -Requires: python-six >= 1.10.0 Requires: python-stestr >= 1.0.0 Requires: python-stevedore >= 1.20.0 Requires: python-toml @@ -56,7 +55,6 @@ BuildRequires: %{python_module pbr >= 2.0} BuildRequires: %{python_module python-subunit >= 0.0.18} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six >= 1.10.0} BuildRequires: %{python_module stestr >= 2.5.0} BuildRequires: %{python_module stevedore >= 1.20.0} BuildRequires: %{python_module testrepository >= 0.0.18} @@ -77,8 +75,7 @@ it generates a report. %prep -%setup -q -n bandit-%{version} -%patch0 -p1 +%autosetup -p1 -n bandit-%{version} sed -i '/^#!/d' bandit/__main__.py %if !%{with test} @@ -117,7 +114,8 @@ %python_alternative %{_bindir}/bandit %python_alternative %{_bindir}/bandit-config-generator %python_alternative %{_bindir}/bandit-baseline -%{python_sitelib}/* +%{python_sitelib}/bandit +%{python_sitelib}/bandit-%{version}*-info %endif %changelog