mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
create rootf's & SDK from 2018.02.9 buildroot (#10)
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
This commit is contained in:
@@ -4,4 +4,4 @@ config BR2_PACKAGE_PYTHON_OAUTHLIB
|
||||
A generic, spec-compliant, thorough implementation of the
|
||||
OAuth request-signing logic.
|
||||
|
||||
https://github.com/oauthlib/oauthlib
|
||||
https://github.com/idan/oauthlib
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/oauthlib/json
|
||||
md5 9201e30a4eacf3ecfa15503b241ad5e3 oauthlib-3.1.1.tar.gz
|
||||
sha256 8f0215fcc533dd8dd1bee6f4c412d4f0cd7297307d43ac61666389e3bc3198a3 oauthlib-3.1.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 3d1e12d8ac52c0b6c148af6d291f72400b8720ed16c0ac4a89868b6d14b1c939 LICENSE
|
||||
# md5 from https://pypi.python.org/pypi/oauthlib/json, sha256 locally computed
|
||||
md5 277a9a966cc8c72e492b4eeb41332445 oauthlib-2.0.6.tar.gz
|
||||
sha256 ce57b501e906ff4f614e71c36a3ab9eacbb96d35c24d1970d2539bbc3ec70ce1 oauthlib-2.0.6.tar.gz
|
||||
sha256 9e1ae8725f5815738dadb6cbb09f450453d94e07c7b5efaee864f546a6209a95 LICENSE
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_OAUTHLIB_VERSION = 3.1.1
|
||||
PYTHON_OAUTHLIB_VERSION = 2.0.6
|
||||
PYTHON_OAUTHLIB_SOURCE = oauthlib-$(PYTHON_OAUTHLIB_VERSION).tar.gz
|
||||
PYTHON_OAUTHLIB_SITE = https://files.pythonhosted.org/packages/9e/84/001a3f8d9680f3b26d5e7711e13d5ff92e4b511766a72ac6b4a4e5f06796
|
||||
PYTHON_OAUTHLIB_SITE = https://pypi.python.org/packages/a5/8a/212e9b47fb54be109f3ff0684165bb38c51117f34e175c379fce5c7df754
|
||||
PYTHON_OAUTHLIB_SETUP_TYPE = setuptools
|
||||
PYTHON_OAUTHLIB_LICENSE = BSD-3-Clause
|
||||
PYTHON_OAUTHLIB_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user