diff --git a/jedi-0.5b5.tar.gz b/jedi-0.5b5.tar.gz deleted file mode 100644 index f347f0a..0000000 --- a/jedi-0.5b5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44e9cf12cf260058728eba67163440ab5d6625eef036028560abcda41a6cb883 -size 71754 diff --git a/jedi-0.6.0.tar.gz b/jedi-0.6.0.tar.gz new file mode 100644 index 0000000..29182cc --- /dev/null +++ b/jedi-0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f16c4249111e375c6c63e2b79243f8764ec6bd085bc1b214ff1fa64a2b2474c +size 96715 diff --git a/pre_checkin.sh b/pre_checkin.sh deleted file mode 100644 index c2d69d5..0000000 --- a/pre_checkin.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -NAME2=python-jedi -NAME3=python3-jedi - -sed "s,build_for_python3 0,build_for_python3 1,;s,^\(Name: *\)${NAME2},\1${NAME3}," ${NAME2}.spec > ${NAME3}.spec -cp ${NAME2}.changes ${NAME3}.changes diff --git a/python-jedi.changes b/python-jedi.changes index 4a6a53d..9780347 100644 --- a/python-jedi.changes +++ b/python-jedi.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Aug 15 14:03:53 UTC 2013 - mvyskocil@suse.com + +- update to 0.6.0 + * Created find_module helper to handle compatibility with python 3.3 + * Fixed caching issues + * More robust source encoding detection + * Improved documentantion + * and lot of bugfixes +- drop pre-checkin.sh +- drop a dependency on rpmbuild > 4.10, we don't need no ~ in version + ------------------------------------------------------------------- Thu May 9 07:53:19 UTC 2013 - mvyskocil@suse.com diff --git a/python-jedi.spec b/python-jedi.spec index fef30dc..52106fd 100644 --- a/python-jedi.spec +++ b/python-jedi.spec @@ -26,13 +26,13 @@ %endif Name: python-jedi -Version: 0.5~b5 +Version: 0.6.0 Release: 0 License: LGPL-3.0+ Summary: An autocompletion tool for Python URL: https://jedi.readthedocs.org/en/latest/index.html Group: Development/Languages/Python -Source0: https://pypi.python.org/packages/source/j/jedi/jedi-0.5b5.tar.gz +Source0: https://pypi.python.org/packages/source/j/jedi/jedi-%{version}.tar.gz %if %{build_for_python3} BuildRequires: python3-devel @@ -41,8 +41,6 @@ BuildRequires: python3-distribute BuildRequires: python-devel BuildRequires: python-distribute %endif -# '~' is supported since rpm 4.10, so avoid building with older rpms -BuildRequires: rpm-build >= 4.10 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -61,7 +59,7 @@ you to use Jedi in your IDEs. Start writing plugins! If there are problems with licensing, just contact me. %prep -%setup -q -n jedi-0.5b5 +%setup -q -n jedi-%{version} %build %{my_python} setup.py build