From c6618c14999c54f7cdadee6024a39d5837453d612b7561676f822c5cec253ba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 27 Mar 2018 12:56:22 +0000 Subject: [PATCH] Accepting request 591304 from home:apersaud:branches:devel:languages:python - specfile: * ran spec-cleaner - specfile: * update copyright year * updated url - update to version 2.0.7: * Moved oauthlib into new organization on GitHub. * Include license file in the generated wheel package. (#494) * When deploying a release to PyPI, include the wheel distribution. (#496) * Check access token in self.token dict. (#500) * Added bottle-oauthlib to docs. (#509) * Update repository location in Travis. (#514) * Updated docs for organization change. (#515) * Replace G+ with Gitter. (#517) * Update requirements. (#518) * Add shields for Python versions, license and RTD. (#520) * Fix ReadTheDocs build (#521). * Fixed "make" command to test upstream with local oauthlib. (#522) * Replace IRC notification with Gitter Hook. (#523) * Added Github Releases deploy provider. (#523) OBS-URL: https://build.opensuse.org/request/show/591304 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oauthlib?expand=0&rev=32 --- oauthlib-2.0.6.tar.gz | 3 --- oauthlib-2.0.7.tar.gz | 3 +++ python-oauthlib.changes | 30 ++++++++++++++++++++++++++++++ python-oauthlib.spec | 16 +++++++--------- 4 files changed, 40 insertions(+), 12 deletions(-) delete mode 100644 oauthlib-2.0.6.tar.gz create mode 100644 oauthlib-2.0.7.tar.gz diff --git a/oauthlib-2.0.6.tar.gz b/oauthlib-2.0.6.tar.gz deleted file mode 100644 index 65c5500..0000000 --- a/oauthlib-2.0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce57b501e906ff4f614e71c36a3ab9eacbb96d35c24d1970d2539bbc3ec70ce1 -size 127675 diff --git a/oauthlib-2.0.7.tar.gz b/oauthlib-2.0.7.tar.gz new file mode 100644 index 0000000..16b4b12 --- /dev/null +++ b/oauthlib-2.0.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:909665297635fa11fe9914c146d875f2ed41c8c2d78e21a529dd71c0ba756508 +size 128412 diff --git a/python-oauthlib.changes b/python-oauthlib.changes index 053e77a..8046500 100644 --- a/python-oauthlib.changes +++ b/python-oauthlib.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Mon Mar 26 16:17:21 UTC 2018 - arun@gmx.de + +- specfile: + * ran spec-cleaner + +------------------------------------------------------------------- +Sat Mar 24 18:50:04 UTC 2018 - arun@gmx.de + +- specfile: + * update copyright year + * updated url + +- update to version 2.0.7: + * Moved oauthlib into new organization on GitHub. + * Include license file in the generated wheel package. (#494) + * When deploying a release to PyPI, include the wheel + distribution. (#496) + * Check access token in self.token dict. (#500) + * Added bottle-oauthlib to docs. (#509) + * Update repository location in Travis. (#514) + * Updated docs for organization change. (#515) + * Replace G+ with Gitter. (#517) + * Update requirements. (#518) + * Add shields for Python versions, license and RTD. (#520) + * Fix ReadTheDocs build (#521). + * Fixed "make" command to test upstream with local oauthlib. (#522) + * Replace IRC notification with Gitter Hook. (#523) + * Added Github Releases deploy provider. (#523) + ------------------------------------------------------------------- Sat Oct 21 03:14:43 UTC 2017 - arun@gmx.de diff --git a/python-oauthlib.spec b/python-oauthlib.spec index 88f0c02..7faa335 100644 --- a/python-oauthlib.spec +++ b/python-oauthlib.spec @@ -1,7 +1,7 @@ # # spec file for package python-oauthlib # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-oauthlib -Version: 2.0.6 +Version: 2.0.7 Release: 0 -Url: https://github.com/idangazit/oauthlib Summary: A Generic Implementation of the OAuth Request-Signing Logic License: BSD-3-Clause Group: Development/Languages/Python -Source: https://pypi.io/packages/source/o/oauthlib/oauthlib-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Url: https://github.com/oauthlib/oauthlib +Source: https://files.pythonhosted.org/packages/source/o/oauthlib/oauthlib-%{version}.tar.gz BuildRequires: %{python_module PyJWT} BuildRequires: %{python_module blinker} BuildRequires: %{python_module cryptography} @@ -41,7 +40,6 @@ Requires: python-PyJWT Requires: python-blinker Requires: python-cryptography BuildArch: noarch - %python_subpackages %description @@ -76,9 +74,9 @@ veneer on top of OAuthLib and get OAuth support for very little effort. %check %python_exec setup.py test -%files %python_files -%defattr(-,root,root,-) -%doc LICENSE README.rst CHANGELOG.rst +%files %{python_files} +%license LICENSE +%doc README.rst CHANGELOG.rst %{python_sitelib}/* %changelog