diff --git a/.gitignore b/.gitignore index c856b41..cf22373 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /betamax-0.5.1.tar.gz /betamax-0.7.0.tar.gz +/betamax-0.7.1.tar.gz diff --git a/python-betamax.spec b/python-betamax.spec index 0790059..aa3c36b 100644 --- a/python-betamax.spec +++ b/python-betamax.spec @@ -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 - 0.7.1-1 +- Update to 0.7.1 release + * Mon May 02 2016 Parag Nemade - 0.7.0-1 - Update to 0.7.0 release - disable tests as they need network access diff --git a/sources b/sources index 2c13869..b32bd14 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ddb657a6e546c1aeec403b499f31ff44 betamax-0.7.0.tar.gz +3329a35418c3062f7cde6259bf634a33 betamax-0.7.1.tar.gz