Hello community,

here is the log from the commit of package python-bidict for openSUSE:Factory 
checked in at 2020-08-29 20:41:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-bidict (Old)
 and      /work/SRC/openSUSE:Factory/.python-bidict.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-bidict"

Sat Aug 29 20:41:13 2020 rev:7 rq:830126 version:0.19.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-bidict/python-bidict.changes      
2020-01-25 13:25:12.632064175 +0100
+++ /work/SRC/openSUSE:Factory/.python-bidict.new.3399/python-bidict.changes    
2020-08-29 20:41:31.105444322 +0200
@@ -1,0 +2,6 @@
+Tue Aug 18 18:56:46 UTC 2020 - Matej Cepl <[email protected]>
+
+- Add dont-limit-versions.patch … don't limit the upper
+  version of setuptools_scm to be used.
+
+-------------------------------------------------------------------

New:
----
  dont-limit-versions.patch

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

Other differences:
------------------
++++++ python-bidict.spec ++++++
--- /var/tmp/diff_new_pack.abP5Wr/_old  2020-08-29 20:41:32.041444712 +0200
+++ /var/tmp/diff_new_pack.abP5Wr/_new  2020-08-29 20:41:32.045444714 +0200
@@ -26,6 +26,9 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/jab/bidict
 Source:         
https://files.pythonhosted.org/packages/source/b/bidict/bidict-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM dont-limit-versions.patch [email protected]
+# yet another evidence that upper limit on versions is bad idea
+Patch0:         dont-limit-versions.patch
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -45,7 +48,7 @@
 Bidirectional map implementation and related functionality.
 
 %prep
-%setup -q -n bidict-%{version}
+%autosetup -p1 -n bidict-%{version}
 
 %build
 export LANG=en_US.UTF-8

++++++ dont-limit-versions.patch ++++++
--- a/setup.py
+++ b/setup.py
@@ -63,7 +63,7 @@ with c_open(join(CWD, 'README.rst'), enc
 # Manually keep these version pins in sync with those in .travis.yml and 
.pre-commit-config.yaml.
 
 SETUP_REQS = [
-    'setuptools_scm < 4',
+    'setuptools_scm',
 ]
 
 SPHINX_REQS = [

Reply via email to