pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-requests-oauthlib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr  5 10:57:33 UTC 2024

Modified Files:
        pkgsrc/security/py-requests-oauthlib: Makefile distinfo

Log Message:
py-requests-oauthlib: update to 2.0.0.

v2.0.0 (22 March 2024)
++++++++++++++++++++++++

Full set of changes are in [github](https://github.com/requests/requests-oauthlib/milestone/4?closed=1).

Additions & changes:

- ``OAuth2Session`` now correctly uses the ``self.verify`` value if ``verify``
  is not overridden in ``fetch_token`` and ``refresh_token``. Fixes `#404
  <https://github.com/requests/requests-oauthlib/issues/404>`_.
- ``OAuth2Session`` constructor now uses its ``client.scope`` when a ``client``
  is provided and ``scope`` is not overridden. Fixes `#408
  <https://github.com/requests/requests-oauthlib/issues/408>`_
- Add ``refresh_token_request`` and ``access_token_request`` compliance hooks
- Add PKCE support and Auth0 example
- Add support for Python 3.8-3.12
- Remove support of Python 2.x, <3.7
- Migrated to Github Action
- Updated dependencies
- Cleanup some docs and examples


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/py-requests-oauthlib/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/py-requests-oauthlib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-requests-oauthlib/Makefile
diff -u pkgsrc/security/py-requests-oauthlib/Makefile:1.15 pkgsrc/security/py-requests-oauthlib/Makefile:1.16
--- pkgsrc/security/py-requests-oauthlib/Makefile:1.15  Sun Mar 17 14:08:17 2024
+++ pkgsrc/security/py-requests-oauthlib/Makefile       Fri Apr  5 10:57:33 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2024/03/17 14:08:17 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2024/04/05 10:57:33 wiz Exp $
 
-DISTNAME=      requests-oauthlib-1.4.0
+DISTNAME=      requests-oauthlib-2.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/requests-oauthlib/}
@@ -14,7 +14,7 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-oauthlib>=3.0.0:../../security/py-oauthlib
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.2.0:../../devel/py-requests
-TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-selenium-[0-9]*:../../www/py-selenium
 TEST_DEPENDS+= ${PYPKGPREFIX}-requests-mock-[0-9]*:../../devel/py-requests-mock
 
 USE_LANGUAGES= # none

Index: pkgsrc/security/py-requests-oauthlib/distinfo
diff -u pkgsrc/security/py-requests-oauthlib/distinfo:1.12 pkgsrc/security/py-requests-oauthlib/distinfo:1.13
--- pkgsrc/security/py-requests-oauthlib/distinfo:1.12  Sun Mar 17 14:08:17 2024
+++ pkgsrc/security/py-requests-oauthlib/distinfo       Fri Apr  5 10:57:33 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2024/03/17 14:08:17 wiz Exp $
+$NetBSD: distinfo,v 1.13 2024/04/05 10:57:33 wiz Exp $
 
-BLAKE2s (requests-oauthlib-1.4.0.tar.gz) = d521e95465c4216e13ff26ffcb0d9804c155e55c7905cb62b253d1a83c5aed1c
-SHA512 (requests-oauthlib-1.4.0.tar.gz) = 20a0e097de1c7c895725d551efcb614cc6fa3acf26798e2282f1ed7dc577fa54496d6d0e45f14d4fefa967e4545cc62c20a07eacdb367bbb06ac822518d0c383
-Size (requests-oauthlib-1.4.0.tar.gz) = 55616 bytes
+BLAKE2s (requests-oauthlib-2.0.0.tar.gz) = 551edcbfa9e8b84dfff57da10eec331479e09e199bc9a50b3f4fb6ab0d22f56f
+SHA512 (requests-oauthlib-2.0.0.tar.gz) = f15851aa27a19053c1bd6ccc7e1fcbc24b5c9e3e4ced736754e34ff8121a3d9be9f4f9ff878cbd2a75ca5803e25522807b4ace19cb0f64a88844158fdf7d098f
+Size (requests-oauthlib-2.0.0.tar.gz) = 55650 bytes



Home | Main Index | Thread Index | Old Index