Hello community,

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

Package is "python3-testpath"

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

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

Other differences:
------------------
++++++ python3-testpath.spec ++++++
--- /var/tmp/diff_new_pack.EOEnhe/_old  2016-02-01 19:56:39.000000000 +0100
+++ /var/tmp/diff_new_pack.EOEnhe/_new  2016-02-01 19:56:39.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:  python3
-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}%{python3_sitelib}
-cp -r /home/abuild/.local/lib/*/site-packages/* %{buildroot}%{python3_sitelib}
+cp -r testpath %{buildroot}%{python3_sitelib}
+%py3_compile %{buildroot}%{python3_sitelib}
 
 %files
 %defattr(-,root,root,-)


Reply via email to