Hello community,

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

Package is "python-et_xmlfile"

Fri Mar 27 16:45:16 2020 rev:12 rq:788717 version:1.0.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-et_xmlfile/python-et_xmlfile.changes    
2020-03-09 18:05:02.448807843 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-et_xmlfile.new.3160/python-et_xmlfile.changes
  2020-03-27 16:47:48.551922222 +0100
@@ -1,0 +2,5 @@
+Thu Mar 12 07:19:24 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Make sure to run without python2
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-et_xmlfile.spec ++++++
--- /var/tmp/diff_new_pack.qv3Skf/_old  2020-03-27 16:47:49.079922532 +0100
+++ /var/tmp/diff_new_pack.qv3Skf/_new  2020-03-27 16:47:49.083922535 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-et_xmlfile
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,6 @@
 Release:        0
 Summary:        An implementation of lxml.xmlfile for the standard library
 License:        MIT
-Group:          Development/Languages/Python
 URL:            https://bitbucket.org/openpyxl/et_xmlfile
 Source0:        
https://files.pythonhosted.org/packages/source/e/et_xmlfile/et_xmlfile-%{version}.tar.gz
 Source1:        
https://bitbucket.org/openpyxl/et_xmlfile/raw/8c7ad6904ebe0ff98c204a3e77d7e78528b10ffe/LICENCE.rst
@@ -56,12 +55,12 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand PYTHONPATH="%{buildroot}%{$python_sitelib}" 
py.test-%{$python_bin_suffix} et_xmlfile/tests
+%pytest et_xmlfile/tests
 
 %files %{python_files}
 %license LICENCE.rst
 %doc README.rst
-%{python_sitelib}/et_xmlfile-%{version}-py%{py_ver}.egg-info
+%{python_sitelib}/et_xmlfile-%{version}-py*.egg-info
 %{python_sitelib}/et_xmlfile/
 
 %changelog


Reply via email to