Hello community,

here is the log from the commit of package python-parse for openSUSE:Leap:15.2 
checked in at 2020-03-21 16:46:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-parse (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-parse.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-parse"

Sat Mar 21 16:46:38 2020 rev:7 rq:786953 version:1.15.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-parse/python-parse.changes      
2020-03-13 11:01:13.792599582 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-parse.new.3160/python-parse.changes    
2020-03-21 16:47:59.529683539 +0100
@@ -1,0 +2,5 @@
+Sun Mar 15 09:40:27 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- No need to fetch license anymore, it is in the tarball
+
+-------------------------------------------------------------------

Old:
----
  LICENSE

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

Other differences:
------------------
++++++ python-parse.spec ++++++
--- /var/tmp/diff_new_pack.VRvCOu/_old  2020-03-21 16:48:00.633684238 +0100
+++ /var/tmp/diff_new_pack.VRvCOu/_new  2020-03-21 16:48:00.661684256 +0100
@@ -25,8 +25,6 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/r1chardj0n3s/parse
 Source0:        
https://files.pythonhosted.org/packages/source/p/parse/parse-%{version}.tar.gz
-# https://github.com/r1chardj0n3s/parse/issues/82
-Source1:        
https://raw.githubusercontent.com/r1chardj0n3s/parse/master/LICENSE
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -39,7 +37,6 @@
 %prep
 %setup -q -n parse-%{version}
 chmod a-x README.rst
-cp %{SOURCE1} .
 
 %build
 %python_build
@@ -49,7 +46,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py test -v
+%python_exec -m unittest discover -v
 
 %files %{python_files}
 %license LICENSE


Reply via email to