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
This commit is contained in:
parent
9158959985
commit
c6618c1499
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ce57b501e906ff4f614e71c36a3ab9eacbb96d35c24d1970d2539bbc3ec70ce1
|
|
||||||
size 127675
|
|
3
oauthlib-2.0.7.tar.gz
Normal file
3
oauthlib-2.0.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:909665297635fa11fe9914c146d875f2ed41c8c2d78e21a529dd71c0ba756508
|
||||||
|
size 128412
|
@ -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
|
Sat Oct 21 03:14:43 UTC 2017 - arun@gmx.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-oauthlib
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,14 +18,13 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-oauthlib
|
Name: python-oauthlib
|
||||||
Version: 2.0.6
|
Version: 2.0.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://github.com/idangazit/oauthlib
|
|
||||||
Summary: A Generic Implementation of the OAuth Request-Signing Logic
|
Summary: A Generic Implementation of the OAuth Request-Signing Logic
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Source: https://pypi.io/packages/source/o/oauthlib/oauthlib-%{version}.tar.gz
|
Url: https://github.com/oauthlib/oauthlib
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
Source: https://files.pythonhosted.org/packages/source/o/oauthlib/oauthlib-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module PyJWT}
|
BuildRequires: %{python_module PyJWT}
|
||||||
BuildRequires: %{python_module blinker}
|
BuildRequires: %{python_module blinker}
|
||||||
BuildRequires: %{python_module cryptography}
|
BuildRequires: %{python_module cryptography}
|
||||||
@ -41,7 +40,6 @@ Requires: python-PyJWT
|
|||||||
Requires: python-blinker
|
Requires: python-blinker
|
||||||
Requires: python-cryptography
|
Requires: python-cryptography
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -76,9 +74,9 @@ veneer on top of OAuthLib and get OAuth support for very little effort.
|
|||||||
%check
|
%check
|
||||||
%python_exec setup.py test
|
%python_exec setup.py test
|
||||||
|
|
||||||
%files %python_files
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
%license LICENSE
|
||||||
%doc LICENSE README.rst CHANGELOG.rst
|
%doc README.rst CHANGELOG.rst
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user