diff --git a/.gitignore b/.gitignore index 3358ab0..b504854 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /PyGithub-1.14.2.tar.gz /PyGithub-1.25.0.tar.gz +/PyGithub-1.25.1.tar.gz +/PyGithub-1.25.2.tar.gz diff --git a/python-PyGithub.spec b/python-PyGithub.spec index 99af0f0..f0e6007 100644 --- a/python-PyGithub.spec +++ b/python-PyGithub.spec @@ -2,8 +2,8 @@ %global with_python3 1 Name: python-%{pypi_name} -Version: 1.25.0 -Release: 2%{?dist} +Version: 1.25.2 +Release: 1%{?dist} Summary: Python library to work with the Github API Group: Development/Languages @@ -51,14 +51,10 @@ cp -a . %{py3dir} %build %{__python} setup.py build # don't keep these files in the library itself in RPM package -mv build/lib/github/COPYING . -mv build/lib/github/COPYING.LESSER . %if 0%{?with_python3} pushd %{py3dir} %{__python3} setup.py build -mv build/lib/github/COPYING . -mv build/lib/github/COPYING.LESSER . popd %endif # with_python3 @@ -93,6 +89,9 @@ popd %endif %changelog +* Tue Sep 30 2014 Tomas Radej - 1.25.2-1 +- Updated to latest upstream version + * Sat Jun 07 2014 Fedora Release Engineering - 1.25.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 80388a2..2b706ca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9aa4ab89326c7b3ee77bb21c70086b42 PyGithub-1.25.0.tar.gz +18bb9d3fc1cebff8ab69eb57e85179a5 PyGithub-1.25.2.tar.gz