From b1aecceeb1c9710dbbfa66ba848ec963c7344909 Mon Sep 17 00:00:00 2001 From: penelope Date: Thu, 31 Mar 2022 15:20:08 +0800 Subject: [PATCH] spec --- python-httmock.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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