Hello community,

here is the log from the commit of package python-fb-re2 for openSUSE:Factory 
checked in at 2019-03-13 09:14:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fb-re2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-fb-re2.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-fb-re2"

Wed Mar 13 09:14:18 2019 rev:2 rq:684349 version:1.0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fb-re2/python-fb-re2.changes      
2018-12-12 17:30:02.878758150 +0100
+++ /work/SRC/openSUSE:Factory/.python-fb-re2.new.28833/python-fb-re2.changes   
2019-03-13 09:14:21.227392161 +0100
@@ -1,0 +2,7 @@
+Tue Mar 12 15:11:50 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 1.0.7:
+  * initialize regexp field to preven nullptr free
+- Run tests (switch to github tarball for them)
+
+-------------------------------------------------------------------

Old:
----
  fb-re2-1.0.6.tar.gz

New:
----
  v1.0.7.tar.gz

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

Other differences:
------------------
++++++ python-fb-re2.spec ++++++
--- /var/tmp/diff_new_pack.1DIBZs/_old  2019-03-13 09:14:22.235392057 +0100
+++ /var/tmp/diff_new_pack.1DIBZs/_new  2019-03-13 09:14:22.239392057 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-fb-re2
 #
-# 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
@@ -18,13 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-fb-re2
-Version:        1.0.6
+Version:        1.0.7
 Release:        0
 Summary:        Python wrapper for Google's RE2
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 Url:            https://github.com/facebook/pyre2
-Source:         
https://files.pythonhosted.org/packages/source/f/fb-re2/fb-re2-%{version}.tar.gz
+Source:         https://github.com/facebook/pyre2/archive/v%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -38,7 +38,7 @@
 Python wrapper for Google's RE2
 
 %prep
-%setup -q -n fb-re2-%{version}
+%setup -q -n pyre2-%{version}
 
 %build
 export CFLAGS="%{optflags}"
@@ -48,6 +48,9 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
+%check
+%python_exec setup.py test
+
 %files %{python_files}
 %doc README.rst
 %license LICENSE


Reply via email to