|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
%global sum A VCR imitation for python-requests
|
|
|
|
|
|
|
|
|
|
Name: python-%{srcname}
|
|
|
|
|
Version: 0.7.0
|
|
|
|
|
Version: 0.7.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: %{sum}
|
|
|
|
|
|
|
|
|
@ -10,7 +10,7 @@ Summary: %{sum}
|
|
|
|
|
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
URL: https://pypi.python.org/pypi/betamax
|
|
|
|
|
Source0: https://pypi.python.org/packages/cc/bd/4879257f4d7c44bb3f19b9d48c9b5e5d1f4ea6efab2d4da48c6bd55468ff/%{srcname}-%{version}.tar.gz
|
|
|
|
|
Source0: https://pypi.python.org/packages/2e/64/d41ea7091c7bc80b2042e03109fed9947f073f67303fc94f4d777a1fa6d1/%{srcname}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: python2-devel python3-devel
|
|
|
|
@ -65,6 +65,9 @@ much easier.
|
|
|
|
|
%{python3_sitelib}/%{srcname}-%{version}-py3.*.egg-info
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jun 15 2016 Parag Nemade <pnemade AT redhat DOT com> - 0.7.1-1
|
|
|
|
|
- Update to 0.7.1 release
|
|
|
|
|
|
|
|
|
|
* Mon May 02 2016 Parag Nemade <pnemade AT redhat DOT com> - 0.7.0-1
|
|
|
|
|
- Update to 0.7.0 release
|
|
|
|
|
- disable tests as they need network access
|
|
|
|
|