diff --git a/oauthlib-0.1.3.tar.gz b/oauthlib-0.1.3.tar.gz deleted file mode 100644 index 28f751f..0000000 --- a/oauthlib-0.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6066c9c0ab07953f98870bc97d29f6defd066b6c215de74b9976666f3f6c3d40 -size 24684 diff --git a/oauthlib-0.3.4.tar.gz b/oauthlib-0.3.4.tar.gz new file mode 100644 index 0000000..0633d17 --- /dev/null +++ b/oauthlib-0.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f3a2bc708c9667aa9e5071bde10bcaa1c07218b4f0c777383a98478ef47bdd3 +size 54799 diff --git a/python-oauthlib.changes b/python-oauthlib.changes index 31b0dee..da824e2 100644 --- a/python-oauthlib.changes +++ b/python-oauthlib.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Nov 23 11:19:03 UTC 2012 - saschpe@suse.de + +- 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 + ------------------------------------------------------------------- Fri May 18 00:49:08 UTC 2012 - jfunk@funktronics.ca diff --git a/python-oauthlib.spec b/python-oauthlib.spec index 01eebf6..876f6f2 100644 --- a/python-oauthlib.spec +++ b/python-oauthlib.spec @@ -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 @@ Source: http://pypi.python.org/packages/source/o/oauthlib/oauthlib-%{ver 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 @@ veneer on top of OAuthLib and get OAuth support for very little effort. %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,-)