diff --git a/.gitignore b/.gitignore index 61a33f1..6a259f3 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /msgpack-python-0.4.5.tar.gz /msgpack-python-0.4.6.tar.gz /msgpack-python-0.4.7.tar.gz +/msgpack-python-0.4.8.tar.gz diff --git a/python-msgpack.spec b/python-msgpack.spec index 6ada819..753dd01 100644 --- a/python-msgpack.spec +++ b/python-msgpack.spec @@ -7,13 +7,13 @@ %{!?python3_pkgversion:%global python3_pkgversion 3} Name: python-%{srcname} -Version: 0.4.7 -Release: 4%{?dist} +Version: 0.4.8 +Release: 1%{?dist} Summary: %{sum} License: ASL 2.0 -URL: http://pypi.python.org/pypi/msgpack-python/ -Source0: http://pypi.python.org/packages/source/m/%{srcname}-python/%{srcname}-python-%{version}.tar.gz +URL: https://pypi.python.org/pypi/msgpack-python/ +Source0: https://files.pythonhosted.org/packages/source/m/%{srcname}-python/%{srcname}-python-%{version}.tar.gz BuildRequires: python2-devel BuildRequires: python-setuptools @@ -75,6 +75,9 @@ py.test-%{python3_version} -v test %{python3_sitearch}/%{srcname}*.egg-info %changelog +* Fri Aug 05 2016 Denis Fateyev - 0.4.8-1 +- Update to 0.4.8 version + * Tue Jul 19 2016 Fedora Release Engineering - 0.4.7-4 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages @@ -85,7 +88,7 @@ py.test-%{python3_version} -v test - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Jan 29 2016 Fabian Affolter - 0.4.7-1 -- Upadte spec file +- Update spec file - Update to latest upstream version 0.4.7 * Wed Dec 30 2015 Orion Poplawski - 0.4.6-5 diff --git a/sources b/sources index e81d676..fb520fe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eb2aad1081534ef3a9f32a0ecd350b9b msgpack-python-0.4.7.tar.gz +dcd854fb41ee7584ebbf35e049e6be98 msgpack-python-0.4.8.tar.gz