Hello community,

here is the log from the commit of package python-regex for openSUSE:Factory 
checked in at 2020-03-27 00:27:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-regex (Old)
 and      /work/SRC/openSUSE:Factory/.python-regex.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-regex"

Fri Mar 27 00:27:31 2020 rev:8 rq:786436 version:2020.2.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-regex/python-regex.changes        
2019-09-11 10:35:55.979286825 +0200
+++ /work/SRC/openSUSE:Factory/.python-regex.new.3160/python-regex.changes      
2020-03-27 00:27:33.268325402 +0100
@@ -1,0 +2,6 @@
+Thu Mar 19 10:45:06 UTC 2020 - pgaj...@suse.com
+
+- version update to 2020.2.20
+  * no upstream changelog found
+
+-------------------------------------------------------------------

Old:
----
  regex-2019.08.19.tar.gz

New:
----
  regex-2020.2.20.tar.gz

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

Other differences:
------------------
++++++ python-regex.spec ++++++
--- /var/tmp/diff_new_pack.fsfDwN/_old  2020-03-27 00:27:33.956325751 +0100
+++ /var/tmp/diff_new_pack.fsfDwN/_new  2020-03-27 00:27:33.960325752 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-regex
 #
-# Copyright (c) 2019 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
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-regex
-Version:        2019.08.19
+Version:        2020.2.20
 Release:        0
 Summary:        Alternative regular expression module for Python
 License:        Python-2.0
@@ -26,6 +26,7 @@
 URL:            https://bitbucket.org/mrabarnett/mrab-regex
 Source:         
https://files.pythonhosted.org/packages/source/r/regex/regex-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -55,12 +56,11 @@
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
-$python -B %{buildroot}%{$python_sitearch}/regex/test/test_regex.py
-}
+export PYTHONDONTWRITEBYTECODE=1
+%pytest_arch %{buildroot}%{$python_sitearch}/regex
 
 %files %{python_files}
-%doc README
+%doc README.rst
 %doc docs/*
 %{python_sitearch}/*
 

++++++ regex-2019.08.19.tar.gz -> regex-2020.2.20.tar.gz ++++++
++++ 53103 lines of diff (skipped)


Reply via email to