provides additional python-parse-type

This commit is contained in:
Shinwell Hu 2025-01-09 14:41:24 +08:00
parent e8e347d2a2
commit ec09576ff8

View File

@ -1,6 +1,6 @@
Name: python-parse_type
Version: 0.6.2
Release: 1
Release: 2
Summary: Make parse types building more easier by parse module
License: MIT
URL: https://github.com/jenisys/parse_type
@ -20,6 +20,7 @@ that supports the CardinalityField naming schema and creates missing type varian
%package -n python3-parse_type
Summary: Make parse types building more easier by parse module
%{?python_provide:%python_provide python3-parse_type}
%{?python_provide:%python_provide python3-parse-type}
BuildRequires: python3-devel python3-setuptools python3-six python3-parse
BuildRequires: python3-pytest python3-pytest-runner python3-sphinx >= 1.1
BuildRequires: python3-pip python3-wheel
@ -64,6 +65,9 @@ pytest
%{python3_sitelib}/{parse_type-%{version}.dist-info/,parse_type/}
%changelog
* Thu Jan 9 2025 Shinwell Hu <shinwell_hu@openeuler.sh> - 0.6.2-2
- Provides additional python-parse-type
* Mon Jul 10 2023 wangkai <13474090681@163.com> - 0.6.2-1
- Update to 0.6.2 for fix test_parse.py fail
- Switch compilation method setup.py to pyproject