From ec09576ff851ddf9a6dc3c7d6161299d9112c698 Mon Sep 17 00:00:00 2001 From: Shinwell Hu Date: Thu, 9 Jan 2025 14:41:24 +0800 Subject: [PATCH] provides additional python-parse-type --- python-parse_type.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-parse_type.spec b/python-parse_type.spec index 239a8f7..03a0949 100644 --- a/python-parse_type.spec +++ b/python-parse_type.spec @@ -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 - 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