Compare commits
10 Commits
83adeee3de
...
51a459ee73
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
51a459ee73 | ||
|
|
9f8cac3e3c | ||
|
|
053e4b4878 | ||
|
|
ac658b6f62 | ||
|
|
a156aef978 | ||
|
|
a91cd28df6 | ||
|
|
db224a5c89 | ||
|
|
87f2d236ea | ||
|
|
82fc571bf8 | ||
|
|
1e854af0bf |
@ -1,11 +1,11 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-regex
|
||||
Version: 2020.7.14
|
||||
Version: 2023.10.3
|
||||
Release: 1
|
||||
Summary: Alternative regular expression module, to replace re.
|
||||
License: Python Software Foundation License
|
||||
License: Apache-2.0
|
||||
URL: https://bitbucket.org/mrabarnett/mrab-regex
|
||||
Source0: https://files.pythonhosted.org/packages/09/c3/ddaa87500f31ed86290e3d014c0302a51fde28d7139eda0b5f33733726db/regex-2020.7.14.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/6b/38/49d968981b5ec35dbc0f742f8219acab179fc1567d9c22444152f950cf0d/regex-2023.10.3.tar.gz
|
||||
|
||||
|
||||
%description
|
||||
@ -18,7 +18,6 @@ BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-cffi
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gdb
|
||||
%description -n python3-regex
|
||||
This regex implementation is backwards-compatible with the standard 're' module, but offers additional functionality.
|
||||
|
||||
@ -29,7 +28,7 @@ Provides: python3-regex-doc
|
||||
This regex implementation is backwards-compatible with the standard 're' module, but offers additional functionality.
|
||||
|
||||
%prep
|
||||
%autosetup -n regex-2020.7.14
|
||||
%autosetup -n regex-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -69,5 +68,20 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 27 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 2023.10.3-1
|
||||
- Upgrade package to 2023.10.3
|
||||
|
||||
* Mon Jun 26 2023 chendexi <chendexi@kylinos.cn> - 2023.6.3-1
|
||||
- Upgrade package to v2023.6.3
|
||||
|
||||
* Tue Dec 06 2022 chendexi <chendexi@kylinos.cn> - 2022.10.31-1
|
||||
- Upgrade package to v2022.10.31
|
||||
|
||||
* Thu Aug 11 2022 wenzhiwei <wenzhiwei@kylinos.cn> - 2022.7.25-1
|
||||
- Update to 2022.7.25
|
||||
|
||||
* Wed Aug 04 2021 chenyanpanHW <chenyanpan@huawei.com> - 2020.7.14-2
|
||||
- DESC: delete BuildRequires gdb
|
||||
|
||||
* Wed Jul 29 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||
- Package Spec generated
|
||||
|
||||
Binary file not shown.
BIN
regex-2023.10.3.tar.gz
Normal file
BIN
regex-2023.10.3.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user