Hello community,

here is the log from the commit of package python-regex for openSUSE:Factory 
checked in at 2020-10-29 09:46:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-regex (Old)
 and      /work/SRC/openSUSE:Factory/.python-regex.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-regex"

Thu Oct 29 09:46:43 2020 rev:10 rq:839939 version:2020.9.27

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-regex/python-regex.changes        
2020-06-21 19:06:10.984963474 +0200
+++ /work/SRC/openSUSE:Factory/.python-regex.new.3463/python-regex.changes      
2020-10-29 09:46:46.836082155 +0100
@@ -1,0 +2,9 @@
+Wed Oct  7 04:29:20 UTC 2020 - John Vandenberg <[email protected]>
+
+- Update to 2020.9.27
+  * Fuzzy-matching fixes
+  * Fix Memory Error in regex.findall 
+  * Added \h as an alias to [[:blank:]].
+  * Improved performance of string sets.
+
+-------------------------------------------------------------------

Old:
----
  regex-2020.4.4.tar.gz

New:
----
  regex-2020.9.27.tar.gz

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

Other differences:
------------------
++++++ python-regex.spec ++++++
--- /var/tmp/diff_new_pack.aA442K/_old  2020-10-29 09:46:47.616082892 +0100
+++ /var/tmp/diff_new_pack.aA442K/_new  2020-10-29 09:46:47.620082895 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-regex
-Version:        2020.4.4
+Version:        2020.9.27
 Release:        0
 Summary:        Alternative regular expression module for Python
 License:        Python-2.0
@@ -57,7 +57,8 @@
 
 %check
 export PYTHONDONTWRITEBYTECODE=1
-%pytest_arch %{buildroot}%{$python_sitearch}/regex
+# test_main invokes unittest.main, which raises SystemExit, which fails on 
pytest.
+%pytest_arch %{buildroot}%{$python_sitearch}/regex -k 'not test_main'
 
 %files %{python_files}
 %doc README.rst

++++++ regex-2020.4.4.tar.gz -> regex-2020.9.27.tar.gz ++++++
++++ 3719 lines of diff (skipped)


Reply via email to