Hello community,

here is the log from the commit of package python-Parsley for openSUSE:Factory 
checked in at 2019-11-13 13:14:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Parsley (Old)
 and      /work/SRC/openSUSE:Factory/.python-Parsley.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Parsley"

Wed Nov 13 13:14:37 2019 rev:3 rq:746309 version:1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Parsley/python-Parsley.changes    
2018-08-31 10:44:15.947189715 +0200
+++ /work/SRC/openSUSE:Factory/.python-Parsley.new.2990/python-Parsley.changes  
2019-11-13 13:14:37.806842085 +0100
@@ -1,0 +2,5 @@
+Thu Nov  7 15:02:03 UTC 2019 - Matej Cepl <[email protected]>
+
+- Run through spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-Parsley.spec ++++++
--- /var/tmp/diff_new_pack.Lf7r0O/_old  2019-11-13 13:14:38.426842730 +0100
+++ /var/tmp/diff_new_pack.Lf7r0O/_new  2019-11-13 13:14:38.430842734 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Parsley
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,7 +13,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,8 +24,7 @@
 Release:        0
 Summary:        PEG algorithm based parser generator
 License:        MIT
-Group:          Development/Libraries/Python
-URL:            http://github.com/washort/parsley
+URL:            https://github.com/washort/parsley
 Source:         
https://pypi.python.org/packages/source/P/%{oname}/%{oname}-%{version}.tar.gz
 BuildRequires:  %{python_module Twisted}
 BuildRequires:  %{python_module pytest}
@@ -74,8 +73,8 @@
 
 %check
 export LANG=en_US.UTF-8
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_version} ometa/test
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_version} terml/test
+%pytest ometa/test
+%pytest terml/test
 
 %files %{python_files}
 %license LICENSE


Reply via email to