Hello community,

here is the log from the commit of package python-testpath for openSUSE:Factory 
checked in at 2016-02-01 19:56:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-testpath (Old)
 and      /work/SRC/openSUSE:Factory/.python-testpath.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-testpath"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-testpath/python-testpath.changes  
2015-11-18 22:34:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-testpath.new/python-testpath.changes     
2016-02-01 19:56:39.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Jan 29 12:21:52 UTC 2016 - [email protected]
+
+- Don't use flit (which doesn't work reliably), 
+  just copy the sources to the right place.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-testpath.spec ++++++
--- /var/tmp/diff_new_pack.UTPxTQ/_old  2016-02-01 19:56:40.000000000 +0100
+++ /var/tmp/diff_new_pack.UTPxTQ/_new  2016-02-01 19:56:40.000000000 +0100
@@ -26,7 +26,6 @@
 Source0:        https://github.com/jupyter/testpath/archive/%{version}.tar.gz
 Source1:        
https://raw.githubusercontent.com/jupyter/testpath/master/LICENSE
 BuildRequires:  python
-BuildRequires:  python3-flit
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
@@ -42,11 +41,12 @@
 cp %{SOURCE1} ./
 
 %build
-flit install
+# We don't do anything here
 
 %install
 mkdir -p %{buildroot}%{python_sitelib}
-cp -r /home/abuild/.local/lib/*/site-packages/* %{buildroot}%{python_sitelib}
+cp -r testpath %{buildroot}%{python_sitelib}
+%py_compile %{buildroot}%{python_sitelib}
 
 %files
 %defattr(-,root,root,-)


Reply via email to