Hello community,

here is the log from the commit of package python-parse for openSUSE:Factory 
checked in at 2020-03-16 10:19:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-parse (Old)
 and      /work/SRC/openSUSE:Factory/.python-parse.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-parse"

Mon Mar 16 10:19:44 2020 rev:8 rq:785242 version:1.15.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-parse/python-parse.changes        
2020-03-11 18:56:49.407714508 +0100
+++ /work/SRC/openSUSE:Factory/.python-parse.new.3160/python-parse.changes      
2020-03-16 10:21:12.611657422 +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.CTjGI0/_old  2020-03-16 10:21:13.579657816 +0100
+++ /var/tmp/diff_new_pack.CTjGI0/_new  2020-03-16 10:21:13.583657817 +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