Hello community,

here is the log from the commit of package python-pyPEG2 for openSUSE:Factory 
checked in at 2020-06-10 00:47:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyPEG2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyPEG2.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyPEG2"

Wed Jun 10 00:47:26 2020 rev:3 rq:812624 version:2.15.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyPEG2/python-pyPEG2.changes      
2017-05-03 15:58:40.375666052 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyPEG2.new.3606/python-pyPEG2.changes    
2020-06-10 00:47:29.826800723 +0200
@@ -1,0 +2,5 @@
+Mon Jun  8 13:14:43 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- replace nose with pytest
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pyPEG2.spec ++++++
--- /var/tmp/diff_new_pack.s1FoLU/_old  2020-06-10 00:47:30.410802251 +0200
+++ /var/tmp/diff_new_pack.s1FoLU/_new  2020-06-10 00:47:30.410802251 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyPEG2
 #
-# Copyright (c) 2017 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
@@ -12,7 +12,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/
 #
 
 
@@ -23,12 +23,12 @@
 Version:        2.15.2
 Release:        0
 Summary:        PEG Parser-Interpreter framework for Python
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          Development/Languages/Python
-Url:            https://fdik.org/pyPEG2
+URL:            https://fdik.org/pyPEG2
 Source:         
https://files.pythonhosted.org/packages/source/p/%{_name}/%{_name}-%{version}.tar.gz
 BuildRequires:  %{python_module lxml}
-BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  python-rpm-macros
 Requires:       python-lxml
 BuildArch:      noarch
@@ -55,11 +55,11 @@
 %python_install
 
 %check
-nosetests-%{python_version}
+%pytest
 
 %files %{python_files}
-%defattr(-,root,root)
-%doc CHANGES.txt LICENSE.txt README.txt
+%license LICENSE.txt
+%doc CHANGES.txt README.txt
 %{python_sitelib}/pypeg2/
 %{python_sitelib}/%{_name}-%{version}-py%{python_version}.egg-info
 


Reply via email to