update to 2022.7.25
This commit is contained in:
parent
82fc571bf8
commit
87f2d236ea
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-regex
|
Name: python-regex
|
||||||
Version: 2020.7.14
|
Version: 2022.7.25
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Alternative regular expression module, to replace re.
|
Summary: Alternative regular expression module, to replace re.
|
||||||
License: Python Software Foundation License
|
License: Apache-2.0
|
||||||
URL: https://bitbucket.org/mrabarnett/mrab-regex
|
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/c6/5a/e266ef579433b9cbd3e704032bb3ffa66b89ff3f0b0874a8cbaa4d451427/regex-2022.7.25.tar.gz
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -28,7 +28,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-2020.7.14
|
%autosetup -n regex-2022.7.25
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -68,6 +68,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Wed Aug 04 2021 chenyanpanHW <chenyanpan@huawei.com> - 2020.7.14-2
|
||||||
- DESC: delete BuildRequires gdb
|
- DESC: delete BuildRequires gdb
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
BIN
regex-2022.7.25.tar.gz
Normal file
BIN
regex-2022.7.25.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user