diff --git a/.gitignore b/.gitignore index fa38469..cbe4692 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /jedi-0.5b5.tar.gz /jedi-0.6.0.tar.gz /jedi-0.7.0.tar.gz +/jedi-0.8.1.tar.gz diff --git a/python-jedi.spec b/python-jedi.spec index 1d47b1e..dc6b9be 100644 --- a/python-jedi.spec +++ b/python-jedi.spec @@ -3,8 +3,8 @@ %global with_python3 1 Name: python-%{pypi_name} -Version: 0.7.0 -Release: 5%{?dist} +Version: 0.8.1 +Release: 1%{?dist} Summary: An auto completion tool for Python that can be used for text editors Group: Development/Languages @@ -93,6 +93,9 @@ rm -rf %{pypi_name}.egg-info %endif # with_python3 %changelog +* Mon Jan 19 2015 Petr Hracek - 0.8.1-1 +- new upstream version 0.8.1 (#1178815) + * Sat Jun 07 2014 Fedora Release Engineering - 0.7.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 0bee0e9..c16b7ca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fb4a452b6baa09ce7ced445e58625d25 jedi-0.7.0.tar.gz +0e4b205e05290b00ebabe19f351cddf7 jedi-0.8.1.tar.gz