Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
51a459ee73
!7 Upgrade package to 2023.10.3
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-10-27 09:37:03 +00:00
jxy_git
9f8cac3e3c Upgrade package to 2023.10.3 2023-10-27 15:11:37 +08:00
openeuler-ci-bot
053e4b4878
!5 Upgrade package to v2023.6.3
From: @ccdxx 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2023-06-26 09:47:10 +00:00
chendexi
ac658b6f62 Upgrade package to v2023.6.3 2023-06-26 17:08:25 +08:00
openeuler-ci-bot
a156aef978
!4 Upgrade package to version v2022.10.31
From: @ccdxx 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-12-08 06:39:34 +00:00
chendexi
a91cd28df6 Upgrade package to v2022.10.31 2022-12-06 15:18:19 +08:00
openeuler-ci-bot
db224a5c89
!3 updata package
From: @wenzhiwei11 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-08-16 03:07:56 +00:00
wenzhiwei11
87f2d236ea update to 2022.7.25 2022-08-11 07:49:19 +08:00
openeuler-ci-bot
82fc571bf8 !2 python-regex delete BuildRequires gdb
From: @chenyanpanHW
Reviewed-by: @yangzhao_kl
Signed-off-by: @yangzhao_kl
2021-08-05 03:31:24 +00:00
chenyanpanHW
1e854af0bf
delete BuildRequires gdb 2021-08-04 21:19:30 +08:00
3 changed files with 19 additions and 5 deletions

View File

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

Binary file not shown.