Hello community,

here is the log from the commit of package python-rope for openSUSE:Factory 
checked in at 2012-03-16 13:23:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rope (Old)
 and      /work/SRC/openSUSE:Factory/.python-rope.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-rope", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2012-03-04 14:46:25.491534019 +0100
+++ /work/SRC/openSUSE:Factory/.python-rope.new/python-rope.changes     
2012-03-16 13:23:42.000000000 +0100
@@ -0,0 +1,23 @@
+-------------------------------------------------------------------
+Tue Jan 31 10:37:36 UTC 2012 - [email protected]
+
+- Spec file cleanup
+
+-------------------------------------------------------------------
+Mon Dec  5 13:14:57 UTC 2011 - [email protected]
+
+- Cleaned up spec file formatting
+
+-------------------------------------------------------------------
+Tue Jan 25 14:01:04 UTC 2011 - [email protected]
+
+- Update to version 0.9.3
+- Added COPYING to documentation
+- Recompressed tarbal with bzip2
+
+-------------------------------------------------------------------
+Wed Aug  5 16:03:28 CEST 2009 - [email protected]
+
+- Initial creation of package python-rope-0.9.2
+
+-------------------------------------------------------------------

New:
----
  python-rope.changes
  python-rope.spec
  rope-0.9.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-rope.spec ++++++
#
# spec file for package python-rope
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:           python-rope
Version:        0.9.3
Release:        0
License:        GPL-2.0+
Summary:        A python refactoring library
Url:            http://rope.sf.net/
Group:          Development/Languages/Python
Source:         
http://pypi.python.org/packages/source/r/rope/rope-%{version}.tar.gz
BuildRequires:  python-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch:      noarch
%endif

%description
Rope is a python refactoring library.

%prep
%setup -q -n rope-%{version}

%build
python2 setup.py build

%install
python2 setup.py install --prefix=%{_prefix} --root=%{buildroot}
rm -rf %{buildroot}/%{py_sitedir}/python-rope/ropetest/

%files
%defattr(-,root,root,-)
%doc COPYING README.txt docs/
%python_sitelib/

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to