diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-23 22:21:56 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-23 22:49:29 +0800 |
commit | dcba077f42a5d34c132545e7d60d46e07ad2bbab (patch) | |
tree | 7b0fb195e977f33b959e19b1433854ca907bfd7a /net/py-blobfile/files | |
parent | misc/py-placekey: Update to 0.0.14 (diff) |
net/py-blobfile: Update to 2.1.0
- Change MASTER_SITES from GitHub to PYPI
Changes: https://github.com/blobfile/blobfile/releases
https://github.com/blobfile/blobfile/blob/master/CHANGES.md
Diffstat (limited to 'net/py-blobfile/files')
-rw-r--r-- | net/py-blobfile/files/patch-pyproject.toml | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/net/py-blobfile/files/patch-pyproject.toml b/net/py-blobfile/files/patch-pyproject.toml index 0f913e50f4b8..0ad0ba681e8b 100644 --- a/net/py-blobfile/files/patch-pyproject.toml +++ b/net/py-blobfile/files/patch-pyproject.toml @@ -1,14 +1,9 @@ ---- pyproject.toml.orig 2023-04-21 05:36:25 UTC +--- pyproject.toml.orig 2023-10-12 00:15:23 UTC +++ pyproject.toml -@@ -1,6 +1,6 @@ +@@ -1,5 +1,5 @@ [build-system]
- requires = [
-- "setuptools == 42.0.0",
-- "wheel == 0.33.6",
-- "astor == 0.8.0",
--] -\ No newline at end of file -+ "setuptools >= 42.0.0",
-+ "wheel >= 0.33.6",
-+ "astor >= 0.8.0",
-+]
+-requires = ["setuptools>=64.0"]
++requires = ["setuptools>=61.0"]
+ build-backend = "setuptools.build_meta"
+
+ [tool.black]
|