Debian NEW package overview for python-s3fs
python-s3fs_2025.12.0-1_amd64.changes (click to toggle)
Format:1.8
Date:Wed, 31 Dec 2025 08:51:21 +0000
Source:python-s3fs
Binary:python3-s3fs
Architecture:source all
Version:2025.12.0-1
Distribution:unstable
Urgency:low
Maintainer:Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Changed-By:Antonio Valentino <antonio.valentino@tiscali.it>
Description:
python3-s3fs - Convenient Filesystem interface over S3
Closes:1122885
Changes:
python-s3fs (2025.12.0-1) unstable; urgency=low

  * Initial release (Closes: #1122885).
Files:
eb3845fba7e5fdf30ab33f696b85d2d1 3068 python optional python-s3fs_2025.12.0-1.dsc
f2b10ae205be84edfb635e1333ca85d8 94166 python optional python-s3fs_2025.12.0.orig.tar.gz
f8422e5c0b3d3886d06ab462b1cf7d83 4744 python optional python-s3fs_2025.12.0-1.debian.tar.xz
2c67d0c2c951a942c9e9a3e035d74932 10392 python optional python-s3fs_2025.12.0-1_amd64.buildinfo
1a9b4b618a168a35c8fe129b9182e66c 101740 python optional python3-s3fs_2025.12.0-1_all.deb
python-s3fs_2025.12.0-1.dsc (click to toggle)
Format:3.0 (quilt)
Source:python-s3fs
Binary:python3-s3fs
Architecture:all
Version:2025.12.0-1
Maintainer:Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders:Antonio Valentino <antonio.valentino@tiscali.it>
Homepage:https://github.com/fsspec/s3fs
Description:
Convenient Filesystem interface over S3
Pythonic file interface to S3, s3fs builds on top of botocore.

The top-level class S3FileSystem holds connection information and
allows typical file-system style operations like cp, mv, ls, du,
glob, etc., as well as put/get of local files to/from S3.

The connection can be anonymous - in which case only
publicly-available, read-only buckets are accessible - or via
credentials explicitly supplied or in configuration files.

Calling open() on a S3FileSystem (typically using a context manager)
provides an S3File for read or write access to a particular key.
The object emulates the standard File protocol (read, write, tell,
seek), such that functions expecting a file can access S3.
Only binary read and write modes are implemented, with blocked
caching.

S3Fs uses and is based upon fsspec.
Standards-Version:4.7.2
Vcs-Browser:https://salsa.debian.org/debian-gis-team/python-s3fs
Vcs-Git:https://salsa.debian.org/debian-gis-team/python-s3fs.git
Build-Depends:debhelper-compat (=13), dh-python, dh-sequence-python3, dh-sequence-sphinxdoc<!nodoc>, python3-aiobotocore, python3-aiohttp, python3-all, python3-fsspec, python3-setuptools, python3-sphinx<!nodoc>, python3-sphinx-rtd-theme<!nodoc>
Package-List:python3-s3fs deb python optional arch=all
Files:
f2b10ae205be84edfb635e1333ca85d8 94166 python-s3fs_2025.12.0.orig.tar.gz
f8422e5c0b3d3886d06ab462b1cf7d83 4744 python-s3fs_2025.12.0-1.debian.tar.xz
lintian 2.122.0 check for python-s3fs_2025.12.0-1.dsc (click to toggle)
README.source for python-s3fs_2025.12.0-1.dsc (click to toggle)
No README.source in this package
control file for python3-s3fs_2025.12.0-1_all.deb (click to toggle)
Package:python3-s3fs
Source:python-s3fs
Version:2025.12.0-1
Architecture:all
Maintainer:Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size:946
Depends:python3-aiobotocore, python3-aiohttp, python3-fsspec, python3:any
Section:python
Priority:optional
Homepage:https://github.com/fsspec/s3fs
Description:
Convenient Filesystem interface over S3
 Pythonic file interface to S3, s3fs builds on top of botocore.
 .
 The top-level class S3FileSystem holds connection information and
 allows typical file-system style operations like cp, mv, ls, du,
 glob, etc., as well as put/get of local files to/from S3.
 .
 The connection can be anonymous - in which case only
 publicly-available, read-only buckets are accessible - or via
 credentials explicitly supplied or in configuration files.
 .
 Calling open() on a S3FileSystem (typically using a context manager)
 provides an S3File for read or write access to a particular key.
 The object emulates the standard File protocol (read, write, tell,
 seek), such that functions expecting a file can access S3.
 Only binary read and write modes are implemented, with blocked
 caching.
 .
 S3Fs uses and is based upon fsspec.
lintian 2.122.0 check for python3-s3fs_2025.12.0-1_all.deb (click to toggle)
contents of python3-s3fs_2025.12.0-1_all.deb (click to toggle)
drwxr-xr-x root/root         0 2025-12-31 08:51 ./
drwxr-xr-x root/root         0 2025-12-31 08:51 ./usr/
drwxr-xr-x root/root         0 2025-12-31 08:51 ./usr/lib/
drwxr-xr-x root/root         0 2025-12-31 08:51 ./usr/lib/python3/
drwxr-xr-x root/root         0 2025-12-31 08:51 ./usr/lib/python3/dist-packages/
drwxr-xr-x root/root         0 2025-12-31 08:51 ./usr/lib/python3/dist-packages/s3fs/
-rw-r--r-- root/root       160 2025-12-03 15:32 ./usr/lib/python3/dist-packages/s3fs/__init__.py
-rw-r--r-- root/root       501 2025-12-31 08:51 ./usr/lib/python3/dist-packages/s3fs/_version.py
-rw-r--r-- root/root     93419 2025-12-03 15:32 ./usr/lib/python3/dist-packages/s3fs/core.py
-rw-r--r-- root/root      7961 2025-12-03 15:32 ./usr/lib/python3/dist-packages/s3fs/errors.py
-rw-r--r-- root/root       237 2025-12-03 15:32 ./usr/lib/python3/dist-packages/s3fs/mapping.py
-rw-r--r-- root/root      5209 2025-12-03 15:32 ./usr/lib/python3/dist-packages/s3fs/utils.py
drwxr-xr-x root/root         0 2025-12-31 08:51 ./usr/lib/python3/dist-packages/s3fs-2025.12.0.egg-info/
-rw-r--r-- root/root      1159 2025-12-31 08:51 ./usr/lib/python3/dist-packages/s3fs-2025.12.0.egg-info/PKG-INFO
-rw-r--r-- root/root         1 2025-12-31 08:51 ./usr/lib/python3/dist-packages/s3fs-2025.12.0.egg-info/dependency_links.txt
-rw-r--r-- root/root         1 2025-12-31 08:51 ./usr/lib/python3/dist-packages/s3fs-2025.12.0.egg-info/not-zip-safe
-rw-r--r-- root/root         0 2025-12-31 08:51 ./usr/lib/python3/dist-packages/s3fs-2025.12.0.egg-info/requires.txt
-rw-r--r-- root/root         5 2025-12-31 08:51 ./usr/lib/python3/dist-packages/s3fs-2025.12.0.egg-info/top_level.txt
drwxr-xr-x root/root         0 2025-12-31 08:51 ./usr/share/
drwxr-xr-x root/root         0 2025-12-31 08:51 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/
-rw-r--r-- root/root       711 2025-12-03 15:32 ./usr/share/doc/python3-s3fs/README.md
-rw-r--r-- root/root       165 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/changelog.Debian.gz
-rw-r--r-- root/root      3181 2025-12-16 07:15 ./usr/share/doc/python3-s3fs/copyright
drwxr-xr-x root/root         0 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/
drwxr-xr-x root/root         0 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_modules/
-rw-r--r-- root/root      3972 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_modules/index.html
drwxr-xr-x root/root         0 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_modules/s3fs/
-rw-r--r-- root/root    375361 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_modules/s3fs/core.html
-rw-r--r-- root/root      5392 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_modules/s3fs/mapping.html
-rw-r--r-- root/root     25963 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_modules/s3fs/utils.html
drwxr-xr-x root/root         0 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_sources/
-rw-r--r-- root/root       906 2025-12-03 15:32 ./usr/share/doc/python3-s3fs/html/_sources/api.rst.txt
-rw-r--r-- root/root      7261 2025-12-03 15:32 ./usr/share/doc/python3-s3fs/html/_sources/changelog.rst.txt
-rw-r--r-- root/root      5398 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_sources/code-of-conduct.rst.txt
-rw-r--r-- root/root       151 2025-12-03 15:32 ./usr/share/doc/python3-s3fs/html/_sources/development.rst.txt
-rw-r--r-- root/root     11657 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_sources/index.rst.txt
-rw-r--r-- root/root       530 2025-12-03 15:32 ./usr/share/doc/python3-s3fs/html/_sources/install.rst.txt
drwxr-xr-x root/root         0 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_static/
-rw-r--r-- root/root      4289 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_static/_sphinx_javascript_frameworks_compat.js
-rw-r--r-- root/root     14685 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_static/basic.css
drwxr-xr-x root/root         0 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_static/css/
-rw-r--r-- root/root        84 2025-12-03 15:32 ./usr/share/doc/python3-s3fs/html/_static/custom.css
-rw-r--r-- root/root       332 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_static/documentation_options.js
-rw-r--r-- root/root       286 2025-12-23 11:28 ./usr/share/doc/python3-s3fs/html/_static/file.png
drwxr-xr-x root/root         0 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_static/fonts/
drwxr-xr-x root/root         0 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_static/js/
-rw-r--r-- root/root      6978 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_static/js/versions.js
-rw-r--r-- root/root        90 2025-12-23 11:28 ./usr/share/doc/python3-s3fs/html/_static/minus.png
-rw-r--r-- root/root        90 2025-12-23 11:28 ./usr/share/doc/python3-s3fs/html/_static/plus.png
-rw-r--r-- root/root      4929 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_static/pygments.css
-rw-r--r-- root/root    184177 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/api.html
-rw-r--r-- root/root      5684 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/changelog.html.gz
-rw-r--r-- root/root     11144 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/code-of-conduct.html
-rw-r--r-- root/root      4892 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/development.html
-rw-r--r-- root/root     20360 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/genindex.html
-rw-r--r-- root/root     42222 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/index.html
-rw-r--r-- root/root      6746 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/install.html
-rw-r--r-- root/root       990 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/objects.inv
-rw-r--r-- root/root      4122 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/search.html
-rw-r--r-- root/root     33875 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/searchindex.js
drwxr-xr-x root/root         0 2025-12-31 08:51 ./usr/share/doc-base/
-rw-r--r-- root/root       371 2025-12-15 07:24 ./usr/share/doc-base/python3-s3fs.sefs
lrwxrwxrwx root/root         0 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_static/css/badge_only.css -> ../../../../../sphinx_rtd_theme/static/css/badge_only.css
lrwxrwxrwx root/root         0 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_static/css/theme.css -> ../../../../../sphinx_rtd_theme/static/css/theme.css
lrwxrwxrwx root/root         0 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_static/doctools.js -> ../../../../javascript/sphinxdoc/1.0/doctools.js
lrwxrwxrwx root/root         0 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_static/fonts/Lato-Bold.ttf -> ../../../../../sphinx_rtd_theme/static/fonts/Lato-Bold.ttf
lrwxrwxrwx root/root         0 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_static/fonts/Lato-Bold.woff2 -> ../../../../../sphinx_rtd_theme/static/fonts/Lato-Bold.woff2
lrwxrwxrwx root/root         0 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_static/fonts/Lato-BoldItalic.ttf -> ../../../../../sphinx_rtd_theme/static/fonts/Lato-BoldItalic.ttf
lrwxrwxrwx root/root         0 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_static/fonts/Lato-BoldItalic.woff2 -> ../../../../../sphinx_rtd_theme/static/fonts/Lato-BoldItalic.woff2
lrwxrwxrwx root/root         0 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_static/fonts/Lato-Italic.ttf -> ../../../../../sphinx_rtd_theme/static/fonts/Lato-Italic.ttf
lrwxrwxrwx root/root         0 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_static/fonts/Lato-Italic.woff2 -> ../../../../../sphinx_rtd_theme/static/fonts/Lato-Italic.woff2
lrwxrwxrwx root/root         0 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_static/fonts/Lato-Regular.ttf -> ../../../../../sphinx_rtd_theme/static/fonts/Lato-Regular.ttf
lrwxrwxrwx root/root         0 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_static/fonts/Lato-Regular.woff2 -> ../../../../../sphinx_rtd_theme/static/fonts/Lato-Regular.woff2
lrwxrwxrwx root/root         0 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_static/fonts/RobotoSlab-Bold.woff2 -> ../../../../../sphinx_rtd_theme/static/fonts/RobotoSlab-Bold.woff2
lrwxrwxrwx root/root         0 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_static/fonts/RobotoSlab-Regular.woff2 -> ../../../../../sphinx_rtd_theme/static/fonts/RobotoSlab-Regular.woff2
lrwxrwxrwx root/root         0 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_static/fonts/fontawesome-webfont.eot -> ../../../../../sphinx_rtd_theme/static/fonts/fontawesome-webfont.eot
lrwxrwxrwx root/root         0 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_static/fonts/fontawesome-webfont.svg -> ../../../../../sphinx_rtd_theme/static/fonts/fontawesome-webfont.svg
lrwxrwxrwx root/root         0 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_static/fonts/fontawesome-webfont.ttf -> ../../../../../sphinx_rtd_theme/static/fonts/fontawesome-webfont.ttf
lrwxrwxrwx root/root         0 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_static/fonts/fontawesome-webfont.woff -> ../../../../../sphinx_rtd_theme/static/fonts/fontawesome-webfont.woff
lrwxrwxrwx root/root         0 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_static/fonts/fontawesome-webfont.woff2 -> ../../../../../sphinx_rtd_theme/static/fonts/fontawesome-webfont.woff2
lrwxrwxrwx root/root         0 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_static/jquery.js -> ../../../../javascript/jquery/jquery.min.js
lrwxrwxrwx root/root         0 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_static/js/theme.js -> ../../../../../sphinx_rtd_theme/static/js/theme.js
lrwxrwxrwx root/root         0 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_static/language_data.js -> ../../../../javascript/sphinxdoc/1.0/language_data.js
lrwxrwxrwx root/root         0 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_static/searchtools.js -> ../../../../javascript/sphinxdoc/1.0/searchtools.js
lrwxrwxrwx root/root         0 2025-12-31 08:51 ./usr/share/doc/python3-s3fs/html/_static/sphinx_highlight.js -> ../../../../javascript/sphinxdoc/1.0/sphinx_highlight.js

Timestamp: 31.12.2025 / 11:02:51 (UTC)