Upgrade package to v2023.6.3
This commit is contained in:
parent
a156aef978
commit
ac658b6f62
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-regex
|
Name: python-regex
|
||||||
Version: 2022.10.31
|
Version: 2023.6.3
|
||||||
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: Apache-2.0
|
||||||
URL: https://bitbucket.org/mrabarnett/mrab-regex
|
URL: https://bitbucket.org/mrabarnett/mrab-regex
|
||||||
Source0: https://files.pythonhosted.org/packages/27/b5/92d404279fd5f4f0a17235211bb0f5ae7a0d9afb7f439086ec247441ed28/regex-2022.10.31.tar.gz
|
Source0: https://files.pythonhosted.org/packages/18/df/401fd39ffd50062ff1e0344f95f8e2c141de4fd1eca1677d2f29609e5389/regex-2023.6.3.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-2022.10.31
|
%autosetup -n regex-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -68,6 +68,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Tue Dec 06 2022 chendexi <chendexi@kylinos.cn> - 2022.10.31-1
|
||||||
- Upgrade package to v2022.10.31
|
- Upgrade package to v2022.10.31
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
BIN
regex-2023.6.3.tar.gz
Normal file
BIN
regex-2023.6.3.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user