Compare commits
No commits in common. "51a459ee73288bf9a6a84fb7bff861deb31ba9c0" and "83adeee3dee7f5512af4e66549ffe18ccc5cb7d7" have entirely different histories.
51a459ee73
...
83adeee3de
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-regex
|
Name: python-regex
|
||||||
Version: 2023.10.3
|
Version: 2020.7.14
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Alternative regular expression module, to replace re.
|
Summary: Alternative regular expression module, to replace re.
|
||||||
License: Apache-2.0
|
License: Python Software Foundation License
|
||||||
URL: https://bitbucket.org/mrabarnett/mrab-regex
|
URL: https://bitbucket.org/mrabarnett/mrab-regex
|
||||||
Source0: https://files.pythonhosted.org/packages/6b/38/49d968981b5ec35dbc0f742f8219acab179fc1567d9c22444152f950cf0d/regex-2023.10.3.tar.gz
|
Source0: https://files.pythonhosted.org/packages/09/c3/ddaa87500f31ed86290e3d014c0302a51fde28d7139eda0b5f33733726db/regex-2020.7.14.tar.gz
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -18,6 +18,7 @@ BuildRequires: python3-devel
|
|||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-cffi
|
BuildRequires: python3-cffi
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
|
BuildRequires: gdb
|
||||||
%description -n python3-regex
|
%description -n python3-regex
|
||||||
This regex implementation is backwards-compatible with the standard 're' module, but offers additional functionality.
|
This regex implementation is backwards-compatible with the standard 're' module, but offers additional functionality.
|
||||||
|
|
||||||
@ -28,7 +29,7 @@ Provides: python3-regex-doc
|
|||||||
This regex implementation is backwards-compatible with the standard 're' module, but offers additional functionality.
|
This regex implementation is backwards-compatible with the standard 're' module, but offers additional functionality.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n regex-%{version}
|
%autosetup -n regex-2020.7.14
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -68,20 +69,5 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Wed Jul 29 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|||||||
BIN
regex-2020.7.14.tar.gz
Normal file
BIN
regex-2020.7.14.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user