All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] [oe] [meta-python] [PATCH] python3-requests-oauthlib: upgrade 1.3.0 -> 1.3.1
@ 2022-02-10 10:25 XU Huan
  2022-02-10 10:25 ` [PATCH 2/5] [oe] [meta-python] [PATCH] python3-sqlalchemy: upgrade 1.4.29 -> 1.4.31 XU Huan
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: XU Huan @ 2022-02-10 10:25 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Xu Huan

From: Xu Huan <xuhuan.fnst@fujitsu.com>

changelog:
===============================================================================
Add initial support for OAuth Mutual TLS (draft-ietf-oauth-mtls)
Add eBay compliance fix
Add Spotify OAuth 2 Tutorial
Add support for python 3.8, 3.9
Fixed LinkedIn Compliance Fixes
Fixed ReadTheDocs Documentation and sphinx errors
Moved pipeline to GitHub Actions

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
---
 .../python/python3-requests-oauthlib_1.3.0.bb            | 9 ---------
 .../python/python3-requests-oauthlib_1.3.1.bb            | 8 ++++++++
 2 files changed, 8 insertions(+), 9 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-requests-oauthlib_1.3.0.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-requests-oauthlib_1.3.1.bb

diff --git a/meta-python/recipes-devtools/python/python3-requests-oauthlib_1.3.0.bb b/meta-python/recipes-devtools/python/python3-requests-oauthlib_1.3.0.bb
deleted file mode 100644
index 12531d75fe..0000000000
--- a/meta-python/recipes-devtools/python/python3-requests-oauthlib_1.3.0.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-LICENSE = "ISC"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=22d117a849df10d047ed9b792838e863"
-
-SRC_URI[md5sum] = "1ebcd55f1b1b9281940b4bc33010e2ba"
-SRC_URI[sha256sum] = "b4261601a71fd721a8bd6d7aa1cc1d6a8a93b4a9f5e96626f8e4d91e8beeaa6a"
-
-inherit pypi setuptools3
-
-RDEPENDS:${PN} += "${PYTHON_PN}-requests"
diff --git a/meta-python/recipes-devtools/python/python3-requests-oauthlib_1.3.1.bb b/meta-python/recipes-devtools/python/python3-requests-oauthlib_1.3.1.bb
new file mode 100644
index 0000000000..e02ff7911e
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-requests-oauthlib_1.3.1.bb
@@ -0,0 +1,8 @@
+LICENSE = "ISC"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=22d117a849df10d047ed9b792838e863"
+
+SRC_URI[sha256sum] = "75beac4a47881eeb94d5ea5d6ad31ef88856affe2332b9aafb52c6452ccf0d7a"
+
+inherit pypi setuptools3
+
+RDEPENDS:${PN} += "${PYTHON_PN}-requests ${PYTHON_PN}-oauthlib"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-02-10 10:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-10 10:25 [PATCH 1/5] [oe] [meta-python] [PATCH] python3-requests-oauthlib: upgrade 1.3.0 -> 1.3.1 XU Huan
2022-02-10 10:25 ` [PATCH 2/5] [oe] [meta-python] [PATCH] python3-sqlalchemy: upgrade 1.4.29 -> 1.4.31 XU Huan
2022-02-10 10:25 ` [PATCH 3/5] [oe] [meta-python] [PATCH] python3-oauthlib: upgrade 3.1.1 -> 3.2.0 XU Huan
2022-02-10 10:25 ` [PATCH 4/5] [oe] [meta-python] [PATCH] python3-pyudev: upgrade 0.22.0 -> 0.23.2 XU Huan
2022-02-10 10:25 ` [PATCH 5/5] [oe] [meta-python] [PATCH] python3-pyopenssl: upgrade 21.0.0 -> 22.0.0 XU Huan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.