Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-fudge for openSUSE:Factory 
checked in at 2022-03-01 17:03:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fudge (Old)
 and      /work/SRC/openSUSE:Factory/.python-fudge.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-fudge"

Tue Mar  1 17:03:42 2022 rev:15 rq:958228 version:1.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fudge/python-fudge.changes        
2021-01-19 16:04:05.379551283 +0100
+++ /work/SRC/openSUSE:Factory/.python-fudge.new.1958/python-fudge.changes      
2022-03-01 17:04:28.368347838 +0100
@@ -1,0 +2,5 @@
+Tue Mar  1 09:22:08 UTC 2022 - Dirk M??ller <dmuel...@suse.com>
+
+- add no2to3.patch to improve compatibility with newer setuptools 
+
+-------------------------------------------------------------------

New:
----
  no2to3.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-fudge.spec ++++++
--- /var/tmp/diff_new_pack.CMMVIv/_old  2022-03-01 17:04:28.896347978 +0100
+++ /var/tmp/diff_new_pack.CMMVIv/_new  2022-03-01 17:04:28.900347979 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-fudge
 #
-# 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
@@ -26,6 +26,7 @@
 URL:            https://github.com/fudge-py/fudge
 Source:         
https://files.pythonhosted.org/packages/source/f/fudge/fudge-%{version}.tar.gz
 Patch0:         remove_nose.patch
+Patch1:         no2to3.patch
 BuildRequires:  %{python_module modernize}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}

++++++ no2to3.patch ++++++
--- fudge-1.1.1/setup.py
+++ fudge-1.1.1/setup.p
@@ -13,10 +13,6 @@
 assert version
 
 extra_setup = {}
-if sys.version_info >= (3,):
-    extra_setup['use_2to3'] = True
-    # extra_setup['use_2to3_fixers'] = ['your.fixers']
-
 setup(
     name='fudge',
     version=version,

Reply via email to