Antonio Valentino pushed to branch master at Debian GIS Project / python-s3fs
Commits: 04711448 by Antonio Valentino at 2026-06-01T17:09:55+00:00 New upstream version 2026.4.0 - - - - - 2f58a195 by Antonio Valentino at 2026-06-01T17:09:56+00:00 Update upstream source from tag 'upstream/2026.4.0' Update to upstream version '2026.4.0' with Debian dir 0107d373739ae4c133327a5ca0c76fab23ced89c - - - - - e4fd7734 by Antonio Valentino at 2026-06-01T17:12:38+00:00 New upstream release - - - - - bcd1f075 by Antonio Valentino at 2026-06-01T17:24:49+00:00 Switch to pybuild-plugin-pyproject - - - - - 55737abc by Antonio Valentino at 2026-06-01T17:24:49+00:00 Set distribution to unstable - - - - - 7 changed files: - debian/changelog - debian/control - + debian/patches/0002-pyproject.toml.patch - debian/patches/series - docs/source/changelog.rst - requirements.txt - s3fs/_version.py Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +python-s3fs (2026.4.0-1) unstable; urgency=medium + + * New upstream release. + * debian/control: + - Switch to pybuild-plugin-pyproject. + * debian/patches: + - New 0002-pyproject.toml.patch. + + -- Antonio Valentino <[email protected]> Mon, 01 Jun 2026 17:13:08 +0000 + python-s3fs (2026.3.0-1) unstable; urgency=medium [ Bas Couwenberg ] ===================================== debian/control ===================================== @@ -6,6 +6,7 @@ Build-Depends: debhelper-compat (= 13), dh-python, dh-sequence-python3, dh-sequence-sphinxdoc <!nodoc>, + pybuild-plugin-pyproject, python3-aiobotocore, python3-aiohttp, python3-all, ===================================== debian/patches/0002-pyproject.toml.patch ===================================== @@ -0,0 +1,20 @@ +From: Antonio Valentino <[email protected]> +Date: Mon, 1 Jun 2026 17:21:41 +0000 +Subject: pyproject.toml + +Forwarded: not-needed +--- + pypeoject.toml | 4 ++++ + 1 file changed, 4 insertions(+) + create mode 100644 pypeoject.toml + +diff --git a/pypeoject.toml b/pypeoject.toml +new file mode 100644 +index 0000000..2c1b687 +--- /dev/null ++++ b/pypeoject.toml +@@ -0,0 +1,4 @@ ++[build-system] ++requires = ["setuptools >= 77.0.3"] ++build-backend = "setuptools.build_meta" ++ ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ 0001-Fix-privacy-breaches.patch +0002-pyproject.toml.patch ===================================== docs/source/changelog.rst ===================================== @@ -1,6 +1,11 @@ Changelog ========= +2026.4.0 +-------- + +-no changes- + 2026.3.0 -------- ===================================== requirements.txt ===================================== @@ -1,3 +1,3 @@ aiobotocore>=2.19.0,<4.0.0 -fsspec==2026.3.0 +fsspec==2026.4.0 aiohttp!=4.0.0a0, !=4.0.0a1, >=3.9.0 ===================================== s3fs/_version.py ===================================== @@ -25,9 +25,9 @@ def get_keywords() -> Dict[str, str]: # setup.py/versioneer.py will grep for the variable names, so they must # each be defined on a line of their own. _version.py will just call # get_keywords(). - git_refnames = " (HEAD -> main, tag: 2026.3.0)" - git_full = "731e1250bcd4f682e1ccce03b01641910e7646fc" - git_date = "2026-03-27 15:27:37 -0400" + git_refnames = " (tag: 2026.4.0)" + git_full = "35d9eb0566bf128267613d46761894dfd25482aa" + git_date = "2026-04-29 16:51:56 -0400" keywords = {"refnames": git_refnames, "full": git_full, "date": git_date} return keywords View it on GitLab: https://salsa.debian.org/debian-gis-team/python-s3fs/-/compare/5a82cc41db4a2b0702c6856ad8c73378aae3e770...55737abc476501cdbd9b8f1895c735e2dc9e29b9 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-s3fs/-/compare/5a82cc41db4a2b0702c6856ad8c73378aae3e770...55737abc476501cdbd9b8f1895c735e2dc9e29b9 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
