Ai
4 Star 0 Fork 13

src-openEuler/python-regex
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-regex.spec 2.87 KB
一键复制 编辑 原始数据 按行查看 历史
张晓璐 提交于 2025-11-06 15:11 +08:00 . update to 2025.11.3
Name: python-regex
Version: 2025.11.3
Release: 1
Summary: Alternative regular expression module, to replace re.
License: Apache-2.0
URL: https://github.com/mrabarnett/mrab-regex
Source0: https://files.pythonhosted.org/packages/cc/a9/546676f25e573a4cf00fe8e119b78a37b6a8fe2dc95cda877b30889c9c45/regex-2025.11.3.tar.gz
%description
This regex implementation is backwards-compatible with the standard 're' module, but offers additional functionality.
%package -n python3-regex
Summary: Alternative regular expression module, to replace re.
Provides: python-regex
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-cffi
BuildRequires: gcc
%description -n python3-regex
This regex implementation is backwards-compatible with the standard 're' module, but offers additional functionality.
%package help
Summary: Development documents and examples for regex
Provides: python3-regex-doc
Buildarch: noarch
%description help
This regex implementation is backwards-compatible with the standard 're' module, but offers additional functionality.
%prep
%autosetup -n regex-%{version}
%build
%py3_build
%install
%py3_install
%files -n python3-regex
%{python3_sitearch}/*
%files help
%doc docs/*
%changelog
* Thu Nov 06 2025 zhangxiaolu <zhangxiaolu@kylinos.cn> - 2025.11.3-1
- update to 2025.11.3
* Tue Sep 30 2025 zhangyulong <zhangyulong@kylinos.cn> - 2025.9.18-1
- Update package to version 2025.9.18
-Fix AttributeError: 'AnyAll' object has no attribute '_key'
* Wed Aug 13 2025 lvfei <lvfei@kylinos.cn> - 2025.9.1-1
- update to 2025.9.1
- Fix sdist license failure with setuptools
* Tue Aug 12 2025 Funda Wang <fundawang@yeah.net> - 2025.7.34-1
- update to 2025.7.34
* Wed Nov 06 2024 caiyuxin <caiyuxin@kylinos.cn> - 2024.9.11-1
- Update package to version 2024.9.11
* Reverted to actions/download-artifact@v3 and actions/upload-artifact@v3 in main.yml
* Updated to actions/upload-artifact@v4 in main.yml
* Updated to actions/download-artifact@v4 in main.yml.
* Updated to Unicode 16.0.0.
* Tue Sep 10 2024 lixiaoyong <lixiaoyong@kylinos.cn> - 2024.7.24-1
- Upgrade package to 2024.7.24
- Git issue 539: Bug: Partial matching fails on a simple example
- Git issue 535: Regex fails Unicode 15.1 GraphemeBreakTest due to missing new GB9c rule implementation
- Git issue 530: hangs with fuzzy and optionals
* 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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-regex.git
git@gitee.com:src-openeuler/python-regex.git
src-openeuler
python-regex
python-regex
master

搜索帮助