Hello community,

here is the log from the commit of package python-regex for openSUSE:Factory 
checked in at 2019-05-15 12:34:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-regex (Old)
 and      /work/SRC/openSUSE:Factory/.python-regex.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-regex"

Wed May 15 12:34:14 2019 rev:4 rq:702916 version:2019.04.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-regex/python-regex.changes        
2018-07-06 10:41:03.283321907 +0200
+++ /work/SRC/openSUSE:Factory/.python-regex.new.5148/python-regex.changes      
2019-05-15 12:34:15.716556719 +0200
@@ -1,0 +2,6 @@
+Tue May 14 17:26:10 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 2019.04.14:
+  * no upstream changelog provided
+
+-------------------------------------------------------------------

Old:
----
  regex-2018.06.21.tar.gz

New:
----
  regex-2019.04.14.tar.gz

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

Other differences:
------------------
++++++ python-regex.spec ++++++
--- /var/tmp/diff_new_pack.1QSF3b/_old  2019-05-15 12:34:16.220555268 +0200
+++ /var/tmp/diff_new_pack.1QSF3b/_new  2019-05-15 12:34:16.224555256 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-regex
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,20 +12,22 @@
 # 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/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-regex
-Version:        2018.06.21
+Version:        2019.04.14
 Release:        0
 Summary:        Alternative regular expression module for Python
 License:        Python-2.0
 Group:          Development/Languages/Python
-Url:            https://bitbucket.org/mrabarnett/mrab-regex
+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 setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-testsuite
 %python_subpackages
@@ -50,14 +52,14 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check
-%{python_expand PYTHONPATH=%{buildroot}%{$python_sitearch}
-$python -B %{buildroot}%{$python_sitearch}/test_regex.py
+%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
+$python -B %{buildroot}%{$python_sitearch}/regex/test/test_regex.py
 }
 
 %files %{python_files}
-%defattr(-,root,root)
 %doc README
 %doc docs/*
 %{python_sitearch}/*

++++++ regex-2018.06.21.tar.gz -> regex-2019.04.14.tar.gz ++++++
++++ 106106 lines of diff (skipped)


Reply via email to