1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00

www/py-google-resumable-media: Update to 2.0.3

Changes:	https://github.com/googleapis/google-resumable-media-python/releases
This commit is contained in:
Po-Chuan Hsieh 2021-09-22 06:15:54 +08:00
parent 083fd887b7
commit d41ec644b8
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 4 additions and 15 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= google-resumable-media
PORTVERSION= 2.0.2
PORTVERSION= 2.0.3
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1632037272
SHA256 (google-resumable-media-2.0.2.tar.gz) = 36d682161fdcbfa29681212c210fabecbf6849a505a0cbc54b7f70a10a5278a2
SIZE (google-resumable-media-2.0.2.tar.gz) = 2150002
TIMESTAMP = 1632227586
SHA256 (google-resumable-media-2.0.3.tar.gz) = b4b4709d04a6a03cbec746c2b5cb18f1f9878bf1ef3cd61908842a3d94c20471
SIZE (google-resumable-media-2.0.3.tar.gz) = 2150124

View File

@ -1,11 +0,0 @@
--- setup.py.orig 2021-09-02 20:03:31 UTC
+++ setup.py
@@ -24,7 +24,7 @@ with open(os.path.join(PACKAGE_ROOT, 'README.rst')) as
REQUIREMENTS = [
- 'google-crc32c >= 1.0, <= 1.1.2',
+ 'google-crc32c >= 1.0, < 2.0dev',
]
EXTRAS_REQUIRE = {
'requests': [