Skip to content

Commit

Permalink
py-google-auth-httplib2: update to 0.2.0.
Browse files Browse the repository at this point in the history
0.2.0 (2023-12-12)

Features

    Add support for Python 3.12 (#126) (9a110a6)

Dependencies

    Remove third-party mock library (#124) (ea0c7c6)
  • Loading branch information
wiz committed Dec 17, 2023
1 parent 991b95a commit 683666d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
7 changes: 4 additions & 3 deletions security/py-google-auth-httplib2/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.6 2023/10/04 16:04:56 adam Exp $
# $NetBSD: Makefile,v 1.7 2023/12/17 22:23:50 wiz Exp $

DISTNAME= google-auth-httplib2-0.1.1
DISTNAME= google-auth-httplib2-0.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-auth-httplib2/}
Expand All @@ -10,12 +10,13 @@ HOMEPAGE= https://github.com/GoogleCloudPlatform/google-auth-library-python-http
COMMENT= Google Authentication Library: httplib2 transport
LICENSE= apache-2.0

TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-google-auth-[0-9]*:../../security/py-google-auth
DEPENDS+= ${PYPKGPREFIX}-httplib2>=0.19.0:../../www/py-httplib2

USE_LANGUAGES= # none

PYTHON_VERSIONS_INCOMPATIBLE= 27

.include "../../lang/python/egg.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
12 changes: 6 additions & 6 deletions security/py-google-auth-httplib2/PLIST
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@comment $NetBSD: PLIST,v 1.1 2019/07/02 12:00:13 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
@comment $NetBSD: PLIST,v 1.2 2023/12/17 22:23:50 wiz Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/google_auth_httplib2.py
${PYSITELIB}/google_auth_httplib2.pyc
${PYSITELIB}/google_auth_httplib2.pyo
8 changes: 4 additions & 4 deletions security/py-google-auth-httplib2/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.6 2023/10/04 16:04:56 adam Exp $
$NetBSD: distinfo,v 1.7 2023/12/17 22:23:50 wiz Exp $

BLAKE2s (google-auth-httplib2-0.1.1.tar.gz) = a8fafad851288376013ee53bc5aba6fc55c1d7a26b125ed82fc70336fbf22f43
SHA512 (google-auth-httplib2-0.1.1.tar.gz) = adcda6f61a6d4c40e8b3215dd4c1b88d9bac33c6a748201f0ea2f068b34a173526782e42fd8aea46628acd2b40941685e9dcf88d07dba498fde110801e65cb8d
Size (google-auth-httplib2-0.1.1.tar.gz) = 10817 bytes
BLAKE2s (google-auth-httplib2-0.2.0.tar.gz) = 7a8fc1cd24fc233f314940b1a7e6bab83103d5a88781a47199a68f69debacc67
SHA512 (google-auth-httplib2-0.2.0.tar.gz) = 82ffe87172056cd6d15e3d5f12c155ff9e09fdea9d8e6385fd3ddc2db374df41a74dcfb3aff3df1d046d2b537f0a98ee9b5c7dd7818d2274af9462df48e7bdf8
Size (google-auth-httplib2-0.2.0.tar.gz) = 10842 bytes

0 comments on commit 683666d

Please sign in to comment.