This commit is contained in:
penelope 2022-03-31 15:20:08 +08:00
parent 7b7674f27a
commit b1aecceeb1

View File

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