Hello community, here is the log from the commit of package python-oauthlib for openSUSE:Factory checked in at 2012-11-25 13:50:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-oauthlib (Old) and /work/SRC/openSUSE:Factory/.python-oauthlib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oauthlib", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/python-oauthlib/python-oauthlib.changes 2012-05-31 17:09:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-oauthlib.new/python-oauthlib.changes 2012-11-25 13:50:51.000000000 +0100 @@ -1,0 +2,20 @@ +Fri Nov 23 11:19:03 UTC 2012 - [email protected] + +- Update to version 0.3.4: + + A number of small features and bug fixes. +- Changes from version 0.3.3: + + OAuth 1 Provider verify now return useful params +- Changes from version 0.3.2: + + Fixed #62, all Python 3 tests pass. +- Changes from version 0.3.1: + + Python 3.1, 3.2, 3.3 support (experimental) +- Changes from version 0.3.0: + + Initial OAuth 2 client support +- Changes from version 0.2.1: + + Exclude non urlencoded bodies during request verification +- Changes from version 0.2.0: + + OAuth provider support +- Changes from version 0.1.4: + + soft dependency on PyCrypto + +------------------------------------------------------------------- Old: ---- oauthlib-0.1.3.tar.gz New: ---- oauthlib-0.3.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-oauthlib.spec ++++++ --- /var/tmp/diff_new_pack.kOaY8i/_old 2012-11-25 13:50:52.000000000 +0100 +++ /var/tmp/diff_new_pack.kOaY8i/_new 2012-11-25 13:50:52.000000000 +0100 @@ -11,12 +11,13 @@ # 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-oauthlib -Version: 0.1.3 +Version: 0.3.4 Release: 0 Url: https://github.com/idangazit/oauthlib Summary: A Generic Implementation of the OAuth Request-Signing Logic @@ -26,18 +27,18 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-distribute +# Test build requirements: +BuildRequires: python-mock BuildRequires: python-nose +BuildRequires: python-pycrypto BuildRequires: python-rsa BuildRequires: python-unittest2 Requires: python-rsa -%if 0%{?suse_version} -%py_requires -%if 0%{?suse_version} > 1110 +%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 -%endif -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %description A generic, spec-compliant, thorough implementation of the OAuth request-signing @@ -59,14 +60,13 @@ %setup -q -n oauthlib-%{version} %build -CFLAGS="%{optflags}" python setup.py build +python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} %check -# Relative imports are not working properly in the test modules -#python setup.py test +python setup.py test %files %defattr(-,root,root,-) ++++++ oauthlib-0.1.3.tar.gz -> oauthlib-0.3.4.tar.gz ++++++ ++++ 6348 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
