Accepting request 878762 from devel:languages:python

- 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/request/show/878762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-regex?expand=0&rev=11
This commit is contained in:
Richard Brown 2021-03-16 14:42:21 +00:00 committed by Git OBS Bridge
commit a9f9e0a0db
4 changed files with 16 additions and 6 deletions

View File

@ -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>

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -18,10 +18,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-regex
Version: 2020.9.27
Version: 2020.11.13
Release: 0
Summary: Alternative regular expression module for Python
License: Python-2.0
License: Apache-2.0
Group: Development/Languages/Python
URL: https://bitbucket.org/mrabarnett/mrab-regex
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'
%files %{python_files}
%license LICENSE.txt
%doc README.rst
%doc docs/*
%{python_sitearch}/*

3
regex-2020.11.13.tar.gz Normal file
View File

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

View File

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