[python-jedi] new upstream version (#963602)

Petr Hracek phracek at fedoraproject.org
Thu May 16 11:12:57 UTC 2013


commit 1dced72c5992ff251323fa2e8b6f10620a89eee9
Author: Petr Hracek <phracek at redhat.com>
Date:   Thu May 16 13:07:12 2013 +0200

    new upstream version (#963602)

 .gitignore       |    1 +
 python-jedi.spec |    7 +++++--
 sources          |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d62ec1e..41144e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /jedi-0.5b5.tar.gz
+/jedi-0.6.0.tar.gz
diff --git a/python-jedi.spec b/python-jedi.spec
index 5823d95..60ce0df 100644
--- a/python-jedi.spec
+++ b/python-jedi.spec
@@ -2,8 +2,8 @@
 %global pypi_name jedi
 
 Name:           python-%{pypi_name}
-Version:        0.5b5
-Release:        3%{?dist}
+Version:        0.6.0
+Release:        1%{?dist}
 Summary:        An auto completion tool for Python that can be used for text editors
 
 License:        LGPLv3
@@ -51,6 +51,9 @@ rm -rf %{pypi_name}.egg-info
 %{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
 
 %changelog
+* Thu May 16 2013 Petr Hracek <phracek at redhat.com> - 0.6.0-1
+- new upstream version 0.6.0
+
 * Wed Apr 17 2013 Petr Hracek <phracek at redhat.com> - 0.5b5-3
 - Test suite is available only on dev branch. It will not be used.
 
diff --git a/sources b/sources
index 92b7c8f..1aa91ba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eaf183537b1fd2eb122b85c526dea729  jedi-0.5b5.tar.gz
+2e2d953bf8213e56478e5df886ea7c02  jedi-0.6.0.tar.gz


More information about the scm-commits mailing list