- Update to 1.0.7:

* initialize regexp field to preven nullptr free
- Run tests (switch to github tarball for them)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fb-re2?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal 2019-03-12 15:12:21 +00:00 committed by Git OBS Bridge
parent 1132e2f2b4
commit 1f2e2a144b
4 changed files with 17 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aca4d1f74b743c55efb11b88ba1b33b6d05f9b782219a341528c39c51a3ea971
size 10355

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Mar 12 15:11:50 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.0.7:
* initialize regexp field to preven nullptr free
- Run tests (switch to github tarball for them)
-------------------------------------------------------------------
Tue Dec 11 18:56:14 UTC 2018 - Thomas Bechtold <tbechtold@suse.com>

View File

@ -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 @@ BuildRequires: re2-devel
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 @@ export CFLAGS="%{optflags}"
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
%python_exec setup.py test
%files %{python_files}
%doc README.rst
%license LICENSE

3
v1.0.7.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:277a5ca0731c9e3f6c5996965380280117fb47e4091fe44d61bd417bcf401e02
size 11684