diff --git a/python-httmock.spec b/python-httmock.spec index b71a3fb..8dbe065 100644 --- a/python-httmock.spec +++ b/python-httmock.spec @@ -4,7 +4,7 @@ Name: python-%{pypi_name} Version: 1.3.0 -Release: 1 +Release: 2 Summary: A mocking library for requests License: ASL 2.0 @@ -50,8 +50,11 @@ cp %{SOURCE1} . %doc README.md %{python3_sitelib}/__pycache__/* %{python3_sitelib}/%{pypi_name}.py -%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info +%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog +* Thu Mar 31 2022 xigaoxinyan - 1.3.0-2 +* Fix build error caused by py3.10+ wildcard + * Thu Dec 17 2020 jiangxinyu - 1.3.0-1 - Init httmock project