pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/py-requests-oauthlib py-requests-oauthlib: up...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1ab2c072ac41
branches: trunk
changeset: 373119:1ab2c072ac41
user: adam <adam%pkgsrc.org@localhost>
date: Sun Feb 06 19:04:17 2022 +0000
description:
py-requests-oauthlib: updated to 1.3.1
v1.3.1 (21 January 2022)
- 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
diffstat:
security/py-requests-oauthlib/Makefile | 5 ++---
security/py-requests-oauthlib/PLIST | 8 ++++----
security/py-requests-oauthlib/distinfo | 8 ++++----
3 files changed, 10 insertions(+), 11 deletions(-)
diffs (56 lines):
diff -r 3ac410a14a16 -r 1ab2c072ac41 security/py-requests-oauthlib/Makefile
--- a/security/py-requests-oauthlib/Makefile Sun Feb 06 19:00:51 2022 +0000
+++ b/security/py-requests-oauthlib/Makefile Sun Feb 06 19:04:17 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2022/01/04 20:54:44 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2022/02/06 19:04:17 adam Exp $
-DISTNAME= requests-oauthlib-1.3.0
+DISTNAME= requests-oauthlib-1.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests-oauthlib/}
diff -r 3ac410a14a16 -r 1ab2c072ac41 security/py-requests-oauthlib/PLIST
--- a/security/py-requests-oauthlib/PLIST Sun Feb 06 19:00:51 2022 +0000
+++ b/security/py-requests-oauthlib/PLIST Sun Feb 06 19:04:17 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2019/11/07 13:34:36 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2022/02/06 19:04:17 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -14,6 +14,9 @@
${PYSITELIB}/requests_oauthlib/compliance_fixes/douban.py
${PYSITELIB}/requests_oauthlib/compliance_fixes/douban.pyc
${PYSITELIB}/requests_oauthlib/compliance_fixes/douban.pyo
+${PYSITELIB}/requests_oauthlib/compliance_fixes/ebay.py
+${PYSITELIB}/requests_oauthlib/compliance_fixes/ebay.pyc
+${PYSITELIB}/requests_oauthlib/compliance_fixes/ebay.pyo
${PYSITELIB}/requests_oauthlib/compliance_fixes/facebook.py
${PYSITELIB}/requests_oauthlib/compliance_fixes/facebook.pyc
${PYSITELIB}/requests_oauthlib/compliance_fixes/facebook.pyo
@@ -23,9 +26,6 @@
${PYSITELIB}/requests_oauthlib/compliance_fixes/instagram.py
${PYSITELIB}/requests_oauthlib/compliance_fixes/instagram.pyc
${PYSITELIB}/requests_oauthlib/compliance_fixes/instagram.pyo
-${PYSITELIB}/requests_oauthlib/compliance_fixes/linkedin.py
-${PYSITELIB}/requests_oauthlib/compliance_fixes/linkedin.pyc
-${PYSITELIB}/requests_oauthlib/compliance_fixes/linkedin.pyo
${PYSITELIB}/requests_oauthlib/compliance_fixes/mailchimp.py
${PYSITELIB}/requests_oauthlib/compliance_fixes/mailchimp.pyc
${PYSITELIB}/requests_oauthlib/compliance_fixes/mailchimp.pyo
diff -r 3ac410a14a16 -r 1ab2c072ac41 security/py-requests-oauthlib/distinfo
--- a/security/py-requests-oauthlib/distinfo Sun Feb 06 19:00:51 2022 +0000
+++ b/security/py-requests-oauthlib/distinfo Sun Feb 06 19:04:17 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 11:17:49 nia Exp $
+$NetBSD: distinfo,v 1.11 2022/02/06 19:04:17 adam Exp $
-BLAKE2s (requests-oauthlib-1.3.0.tar.gz) = 599ac2e824bb048c4cdb45f925c693e63b9116a2a3f356400fac060f43d1f8f5
-SHA512 (requests-oauthlib-1.3.0.tar.gz) = 7ef206aaf50cd3289f04175ff3a08022d00aeaaba57a6580912f37c30880322ec71ae9f6af7edc99efe6043fc6c19ba2c9f6fc0f29c126be28cde22bb885510d
-Size (requests-oauthlib-1.3.0.tar.gz) = 88157 bytes
+BLAKE2s (requests-oauthlib-1.3.1.tar.gz) = 430230dfa462afb14901f2040b19bc1121f090c0189c2addf25e101947ee3762
+SHA512 (requests-oauthlib-1.3.1.tar.gz) = fb4b52edf5f3e4f82f9bedc13b4bc4032e629fd17fef62e72c9eeb734d1963c08c081c9a96db464539637c678e1f5b7f4bf9bb618a8bc1b6aa2024c7b5c620ea
+Size (requests-oauthlib-1.3.1.tar.gz) = 52027 bytes
Home |
Main Index |
Thread Index |
Old Index