Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Nov 2025 23:56:47 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8a016905c2bb - main - www/py-google-resumable-media: Update to 2.8.0
Message-ID:  <692b883f.dea8.56749b7d@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8a016905c2bbb3d588fbbf1e6237b355c8eae03e

commit 8a016905c2bbb3d588fbbf1e6237b355c8eae03e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-29 23:27:49 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-29 23:27:49 +0000

    www/py-google-resumable-media: Update to 2.8.0
    
    Changes:        https://github.com/googleapis/google-resumable-media-python/releases
---
 www/py-google-resumable-media/Makefile             | 6 +++---
 www/py-google-resumable-media/distinfo             | 6 +++---
 www/py-google-resumable-media/files/patch-setup.py | 8 ++++----
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/www/py-google-resumable-media/Makefile b/www/py-google-resumable-media/Makefile
index 3aaac74c305d..35c17c625b0b 100644
--- a/www/py-google-resumable-media/Makefile
+++ b/www/py-google-resumable-media/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	google-resumable-media
-PORTVERSION=	2.7.2
+PORTVERSION=	2.8.0
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-crc32c>=1.0<2.0:devel/py-google-crc32c@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-crc32c>=1.0.0<2.0.0:devel/py-google-crc32c@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
@@ -27,7 +27,7 @@ AIOHTTP_DESC=	Use aiohttp
 REQUESTS_DESC=	Use requests
 
 AIOHTTP_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiohttp>=3.6.2<4.0.0:www/py-aiohttp@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}google-auth>=1.22.0<3.0:security/py-google-auth@${PY_FLAVOR}
+			${PYTHON_PKGNAMEPREFIX}google-auth>=1.22.0<3.0.0:security/py-google-auth@${PY_FLAVOR}
 REQUESTS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2.18.0:www/py-requests@${PY_FLAVOR}
 
 .include <bsd.port.mk>
diff --git a/www/py-google-resumable-media/distinfo b/www/py-google-resumable-media/distinfo
index a3aca9d40d5e..7f2eac79b098 100644
--- a/www/py-google-resumable-media/distinfo
+++ b/www/py-google-resumable-media/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1753796130
-SHA256 (google_resumable_media-2.7.2.tar.gz) = 5280aed4629f2b60b847b0d42f9857fd4935c11af266744df33d8074cae92fe0
-SIZE (google_resumable_media-2.7.2.tar.gz) = 2163099
+TIMESTAMP = 1763853476
+SHA256 (google_resumable_media-2.8.0.tar.gz) = f1157ed8b46994d60a1bc432544db62352043113684d4e030ee02e77ebe9a1ae
+SIZE (google_resumable_media-2.8.0.tar.gz) = 2163265
diff --git a/www/py-google-resumable-media/files/patch-setup.py b/www/py-google-resumable-media/files/patch-setup.py
index 234e46d2373d..987e64055825 100644
--- a/www/py-google-resumable-media/files/patch-setup.py
+++ b/www/py-google-resumable-media/files/patch-setup.py
@@ -1,11 +1,11 @@
---- setup.py.orig	2023-09-06 18:09:24 UTC
+--- setup.py.orig	2025-11-17 15:32:57 UTC
 +++ setup.py
 @@ -30,7 +30,7 @@ EXTRAS_REQUIRE = {
      'requests': [
-         'requests >= 2.18.0, < 3.0.0dev',
+         'requests >= 2.18.0, < 3.0.0',
      ],
--    'aiohttp': ['aiohttp >= 3.6.2, < 4.0.0dev', 'google-auth >= 1.22.0, < 2.0dev']
-+    'aiohttp': ['aiohttp >= 3.6.2, < 4.0.0dev', 'google-auth >= 1.22.0, < 3.0dev']
+-    'aiohttp': ['aiohttp >= 3.6.2, < 4.0.0', 'google-auth >= 1.22.0, < 2.0.0']
++    'aiohttp': ['aiohttp >= 3.6.2, < 4.0.0', 'google-auth >= 1.22.0, < 3.0.0']
  }
  
  setuptools.setup(


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?692b883f.dea8.56749b7d>