Hello community,

here is the log from the commit of package python-RegexOrder for 
openSUSE:Factory checked in at 2018-08-31 10:45:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-RegexOrder (Old)
 and      /work/SRC/openSUSE:Factory/.python-RegexOrder.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-RegexOrder"

Fri Aug 31 10:45:15 2018 rev:3 rq:632119 version:0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-RegexOrder/python-RegexOrder.changes      
2018-07-28 12:44:27.660887301 +0200
+++ /work/SRC/openSUSE:Factory/.python-RegexOrder.new/python-RegexOrder.changes 
2018-08-31 10:45:15.403261080 +0200
@@ -1,0 +2,6 @@
+Wed Aug 29 09:22:19 UTC 2018 - [email protected]
+
+- Do not require devel package
+- Require python 3.6 or newer (print syntax)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-RegexOrder.spec ++++++
--- /var/tmp/diff_new_pack.uVTzjD/_old  2018-08-31 10:45:15.835261601 +0200
+++ /var/tmp/diff_new_pack.uVTzjD/_new  2018-08-31 10:45:15.835261601 +0200
@@ -18,27 +18,26 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         skip_python2 1
+# For LICENSE file
+%define tag     23f0ac4ac46527404e3ec9097df931378d3d803a
 Name:           python-RegexOrder
 Version:        0.2
 Release:        0
-# For LICENSE file
-%define tag     23f0ac4ac46527404e3ec9097df931378d3d803a
 Summary:        Python module to search a regex that fits all query strings
 License:        MIT
 Group:          Development/Languages/Python
-Url:            https://github.com/chuanconggao/RegexOrder
+URL:            https://github.com/chuanconggao/RegexOrder
 Source:         
https://files.pythonhosted.org/packages/source/R/RegexOrder/RegexOrder-%{version}.tar.gz
 Source10:       
https://raw.githubusercontent.com/chuanconggao/RegexOrder/%{tag}/LICENSE
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module base >= 3.6}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python-regex >= 2018.2.21
+BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module regex >= 2018.2.21}
 # /SECTION
-Requires:       python-regex >= 2018.2.21
-BuildArch:      noarch
-
 %python_subpackages
 
 %description


Reply via email to