Hello community,

here is the log from the commit of package python-setuptools_scm for 
openSUSE:Factory checked in at 2017-05-20 14:30:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-setuptools_scm (Old)
 and      /work/SRC/openSUSE:Factory/.python-setuptools_scm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-setuptools_scm"

Sat May 20 14:30:03 2017 rev:7 rq:496359 version:1.15.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-setuptools_scm/python-setuptools_scm.changes  
    2017-03-09 01:45:37.570210294 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-setuptools_scm.new/python-setuptools_scm.changes
 2017-05-20 14:30:05.214103703 +0200
@@ -1,0 +2,7 @@
+Wed May 17 22:32:38 UTC 2017 - [email protected]
+
+- Do not buildrequire git: having git in the build root causes a
+  build cycle over curl -> nghttp2 -> python-setuptoos_scm -> git.
+- Do not run the tests relying on git's presence.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-setuptools_scm.spec ++++++
--- /var/tmp/diff_new_pack.cgnmXH/_old  2017-05-20 14:30:06.333945266 +0200
+++ /var/tmp/diff_new_pack.cgnmXH/_new  2017-05-20 14:30:06.337944700 +0200
@@ -32,7 +32,6 @@
 BuildRequires:  python-rpm-macros
 # Testing requirements
 BuildRequires:  %{python_module pytest}
-BuildRequires:  git
 BuildRequires:  mercurial
 Requires:       python-setuptools
 Recommends:     git
@@ -49,6 +48,9 @@
 %prep
 %setup -q -n setuptools_scm-%{version}
 %patch0 -p1
+# We can't pull in git into the build root, as this causes a nasty build cycle
+# git - curl - nghttp2 - setuptools - git
+rm testing/test_{git,regressions}.py
 
 %build
 %python_build


Reply via email to