- update to 2020.11.13:
* Fix Unexpected behavior in fuzzy matching with limited character set * clock() calls for timeout cause slowdown in Docker * Update lis of supported Python versions * licensing change to Apache-2.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=25
This commit is contained in:
parent
32d7c25f73
commit
445d5ec747
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 13 14:14:36 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2020.11.13:
|
||||||
|
* Fix Unexpected behavior in fuzzy matching with limited character set
|
||||||
|
* clock() calls for timeout cause slowdown in Docker
|
||||||
|
* Update lis of supported Python versions
|
||||||
|
* licensing change to Apache-2.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 7 04:29:20 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
Wed Oct 7 04:29:20 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-regex
|
# spec file for package python-regex
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-regex
|
Name: python-regex
|
||||||
Version: 2020.9.27
|
Version: 2020.11.13
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Alternative regular expression module for Python
|
Summary: Alternative regular expression module for Python
|
||||||
License: Python-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
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
|
Source: https://files.pythonhosted.org/packages/source/r/regex/regex-%{version}.tar.gz
|
||||||
@ -61,6 +61,7 @@ export PYTHONDONTWRITEBYTECODE=1
|
|||||||
%pytest_arch %{buildroot}%{$python_sitearch}/regex -k 'not test_main'
|
%pytest_arch %{buildroot}%{$python_sitearch}/regex -k 'not test_main'
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
|
%license LICENSE.txt
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%doc docs/*
|
%doc docs/*
|
||||||
%{python_sitearch}/*
|
%{python_sitearch}/*
|
||||||
|
3
regex-2020.11.13.tar.gz
Normal file
3
regex-2020.11.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:83d6b356e116ca119db8e7c6fc2983289d87b27b3fac238cfe5dca529d884562
|
||||||
|
size 694595
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a6f32aea4260dfe0e55dc9733ea162ea38f0ea86aa7d0f77b15beac5bf7b369d
|
|
||||||
size 690243
|
|
Loading…
Reference in New Issue
Block a user