Update to 1.3.0

This commit is contained in:
Steve Traylen 2019-11-13 12:06:58 +01:00
commit 5d192ad785
4 changed files with 43 additions and 3 deletions

View file

@ -3,8 +3,8 @@
%global pypi_name httmock
Name: python-%{pypi_name}
Version: 1.2.6
Release: 9%{?dist}
Version: 1.3.0
Release: 1%{?dist}
Summary: A mocking library for requests
License: ASL 2.0
@ -53,6 +53,9 @@ cp %{SOURCE1} .
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
%changelog
* Wed Nov 13 2019 Steve Traylen <steve.traylen@cern.ch> - 1.3.0-1
- Update to 1.3.0
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.2.6-9
- Rebuilt for Python 3.8.0rc1 (#1748018)