Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-behave for openSUSE:Factory checked in at 2022-03-01 17:03:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-behave (Old) and /work/SRC/openSUSE:Factory/.python-behave.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-behave" Tue Mar 1 17:03:46 2022 rev:4 rq:958234 version:1.2.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-behave/python-behave.changes 2021-09-08 21:37:09.585926623 +0200 +++ /work/SRC/openSUSE:Factory/.python-behave.new.1958/python-behave.changes 2022-03-01 17:04:31.056348550 +0100 @@ -1,0 +2,5 @@ +Tue Mar 1 09:46:46 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- add no2to3.patch for compatibility with newer setuptools + +------------------------------------------------------------------- New: ---- no2to3.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-behave.spec ++++++ --- /var/tmp/diff_new_pack.2k2OUo/_old 2022-03-01 17:04:31.596348693 +0100 +++ /var/tmp/diff_new_pack.2k2OUo/_new 2022-03-01 17:04:31.604348696 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-behave # -# Copyright (c) 2021 SUSE LLC +# 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 @@ -25,6 +25,7 @@ Group: Development/Languages/Python URL: https://github.com/behave/behave Source: https://files.pythonhosted.org/packages/source/b/behave/behave-%{version}.tar.gz +Patch1: no2to3.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -73,6 +74,7 @@ %prep %setup -q -n behave-%{version} +%patch1 -p1 %build %python_build ++++++ no2to3.patch ++++++ Index: behave-1.2.6/setup.py =================================================================== --- behave-1.2.6.orig/setup.py +++ behave-1.2.6/setup.py @@ -100,8 +100,6 @@ setup( "pylint", ], }, - # MAYBE-DISABLE: use_2to3 - use_2to3= bool(python_version >= 3.0), license="BSD", classifiers=[ "Development Status :: 4 - Beta",