From b5a792e100a937c3666369ae43fff874abaec1f2 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: May 22 2014 06:42:40 +0000 Subject: Upgrade to the latest upstream release (finally!) --- diff --git a/.gitignore b/.gitignore index 0fc6d3a..e0f0b95 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ -rope-0.9.2.tar.gz -/rope-0.9.3.tar.gz -/rope-0.9.4.tar.gz +/rope-0.10.2.tar.gz diff --git a/python-rope.spec b/python-rope.spec index 6fc7124..cc8a242 100644 --- a/python-rope.spec +++ b/python-rope.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-rope -Version: 0.9.4 +Version: 0.10.2 Release: 4%{?dist} Summary: Python Code Refactoring Library @@ -9,19 +9,10 @@ Group: Development/Languages License: GPLv2+ URL: http://rope.sourceforge.net/ Source0: http://pypi.python.org/packages/source/r/rope/rope-%{version}.tar.gz -# Snapshot -# hg clone http://bitbucket.org/agr/rope -# cd rope -# hg checkout -r 1585:060b569fedb5 -# python setup.py sdist -# mv dist/rope-0.9.3.tar.gz .. -#Source0: rope-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python2-devel -# For testsuite -BuildRequires: python-nose # pysvn, hg, git, and darcs are optional. If installed, they give integration # between rope and the version control system. (So refactorings that rename a @@ -47,17 +38,18 @@ rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT %check -# Tests starting with 'xxx_' are known to fail because features are -# unimplemented -nosetests -e '^xxx_.*' +python setup.py test %files %defattr(-,root,root,-) -%doc README.txt COPYING docs +%doc README.rst COPYING docs %{python_sitelib}/* %changelog +* Thu May 22 2014 Matěj Cepl - 0.10.2-4 +- Upgrade to the latest upstream release (finally!) + * Sun Aug 04 2013 Fedora Release Engineering - 0.9.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index bb8d0ee..bc58a70 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6c654c6892f78008e04e2d65f9f859bb rope-0.9.4.tar.gz +44d5bb19880a70eda0c62345da88a881 rope-0.10.2.tar.gz