diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
| commit | 2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch) | |
| tree | 25f0138e1af8902b92dacc8cce09b267447c17db /www/py-google-resumable-media/files/patch-setup.py | |
| parent | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff) | |
| parent | 1a30da80670973368b399f2b01fe9c04b91a1273 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'www/py-google-resumable-media/files/patch-setup.py')
| -rw-r--r-- | www/py-google-resumable-media/files/patch-setup.py | 8 |
1 files changed, 4 insertions, 4 deletions
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( |
