Hello community, here is the log from the commit of package python-restkit for openSUSE:Factory checked in at 2013-04-05 07:36:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-restkit (Old) and /work/SRC/openSUSE:Factory/.python-restkit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-restkit", Maintainer is "" Changes: -------- New Changes file: --- /dev/null 2013-04-05 00:01:41.916011506 +0200 +++ /work/SRC/openSUSE:Factory/.python-restkit.new/python3-restkit.changes 2013-04-05 07:37:27.000000000 +0200 @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Thu Mar 28 20:45:36 UTC 2013 - [email protected] + +- updated to python3 from 2.7 version + New: ---- python3-restkit.changes python3-restkit.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-restkit.spec ++++++ --- /var/tmp/diff_new_pack.5DCw6j/_old 2013-04-05 07:37:28.000000000 +0200 +++ /var/tmp/diff_new_pack.5DCw6j/_new 2013-04-05 07:37:28.000000000 +0200 @@ -11,7 +11,7 @@ # 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/ # @@ -19,20 +19,20 @@ Name: python-restkit Version: 4.2.1 Release: 0 -License: MIT Summary: Python REST kit -Url: http://benoitc.github.com/restkit +License: MIT Group: Development/Languages/Python +Url: http://benoitc.github.com/restkit Source: http://pypi.python.org/packages/source/r/restkit/restkit-%{version}.tar.gz +BuildRequires: python-WebOb BuildRequires: python-devel BuildRequires: python-distribute BuildRequires: python-http-parser BuildRequires: python-nose BuildRequires: python-socketpool -BuildRequires: python-WebOb +Requires: python-WebOb Requires: python-http-parser Requires: python-socketpool -Requires: python-WebOb 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()")} ++++++ python3-restkit.spec ++++++ # # spec file for package python3-restkit # # Copyright (c) 2013 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: python3-restkit Version: 4.2.1 Release: 0 Summary: Python REST kit License: MIT Group: Development/Languages/Python Url: http://benoitc.github.com/restkit Source: http://pypi.python.org/packages/source/r/restkit/restkit-%{version}.tar.gz BuildRequires: python3-2to3 BuildRequires: python3-WebOb BuildRequires: python3-devel BuildRequires: python3-distribute BuildRequires: python3-http-parser BuildRequires: python3-nose BuildRequires: python3-socketpool Requires: python3-WebOb Requires: python3-http-parser Requires: python3-socketpool BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description Restkit is an HTTP resource kit for Python. It allows you to easily access to HTTP resource and build objects around it. It's the base of couchdbkit, a Python CouchDB framework. Restkit is a full HTTP client using pure socket calls and its own HTTP parser. It's not based on httplib or urllib2. %prep %setup -q -n restkit-%{version} %build python3 setup.py build %install python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} rm -rf %{buildroot}%{_prefix}/restkit # Remvoe wrongly installed documentation # Fail for instance #%check #python setup.py test %files %defattr(-,root,root,-) %doc LICENSE NOTICE README.rst THANKS TODO.txt examples %{_bindir}/restcli %{python3_sitelib}/* %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
