forked from pool/python-regex
Accepting request 519846 from devel:languages:python:singlespec-staging
1 OBS-URL: https://build.opensuse.org/request/show/519846 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=6
This commit is contained in:
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 31 06:19:11 UTC 2017 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
- Update to 2017.07.28
|
||||||
|
* Too many changes to list
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 24 13:53:27 UTC 2017 - jmatejek@suse.com
|
||||||
|
|
||||||
|
- singlespec auto-conversion
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 16 18:08:36 UTC 2017 - ecsos@opensuse.org
|
Fri Jun 16 18:08:36 UTC 2017 - ecsos@opensuse.org
|
||||||
|
|
||||||
@@ -21,3 +32,4 @@ Tue Oct 4 16:18:57 UTC 2011 - jw@suse.com
|
|||||||
|
|
||||||
- initial pull from pypi
|
- initial pull from pypi
|
||||||
|
|
||||||
|
|
||||||
|
@@ -16,15 +16,19 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-regex
|
Name: python-regex
|
||||||
Version: 2017.06.07
|
Version: 2017.07.28
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Alternative regular expression module, to replace re
|
Summary: Alternative regular expression module, to replace re
|
||||||
License: Python-2.0
|
License: Python-2.0
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/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
|
||||||
BuildRequires: python-devel
|
BuildRequires: %{python_module devel}
|
||||||
|
BuildRequires: python3-testsuite
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This new regex implementation is intended eventually to
|
This new regex implementation is intended eventually to
|
||||||
@@ -38,12 +42,17 @@ the new implementation is in the form of a module called
|
|||||||
%setup -q -n regex-%{version}
|
%setup -q -n regex-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
python setup.py build
|
%python_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
%python_install
|
||||||
|
|
||||||
%files
|
%check
|
||||||
|
%{python_expand PYTHONPATH=%{buildroot}%{$python_sitearch}
|
||||||
|
$python -B %{buildroot}%{$python_sitearch}/test_regex.py
|
||||||
|
}
|
||||||
|
|
||||||
|
%files %{python_files}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README
|
%doc README
|
||||||
%doc docs/*
|
%doc docs/*
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e45784bbe5a0ce4a954fbc5e0f72909798257241147271d4906bc617fd59261b
|
|
||||||
size 603244
|
|
3
regex-2017.07.28.tar.gz
Normal file
3
regex-2017.07.28.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:27ab18243b1a0aa1467027be93b118c9fcd60dd2e4020da579fad3008bc4638f
|
||||||
|
size 607577
|
Reference in New Issue
Block a user