Debian NEW package overview for python-loky
python-loky_3.4.1-1_amd64.changes (click to toggle)
Format:1.8
Date:Sat, 15 Feb 2025 23:02:19 +0100
Source:python-loky
Binary:python3-loky
Architecture:source all
Version:3.4.1-1
Distribution:unstable
Urgency:low
Maintainer:Debian Python Team <team+python@tracker.debian.org>
Changed-By:Andreas Tille <tille@debian.org>
Description:
python3-loky - reusable process pool executor in Python3
Closes:891910
Changes:
python-loky (3.4.1-1) unstable; urgency=low

  [ Sascha Steinbiss ]
  * Initial release (Closes: #891910)
Files:
b5453a37a4d5eb72750ed30c346b06dc 2255 python optional python-loky_3.4.1-1.dsc
2370ad10dd75cdbf51b2e8b477242f4e 143933 python optional python-loky_3.4.1.orig.tar.gz
b741347c2c32ccf32a43fbe61b49f770 3016 python optional python-loky_3.4.1-1.debian.tar.xz
339f4732ea5e53fcbe4bb47bb0648bf5 7538 python optional python-loky_3.4.1-1_amd64.buildinfo
52d8de2985ae3272e319f607adc9f60c 46392 python optional python3-loky_3.4.1-1_all.deb
python-loky_3.4.1-1.dsc (click to toggle)
Format:3.0 (quilt)
Source:python-loky
Binary:python3-loky
Architecture:all
Version:3.4.1-1
Maintainer:Debian Python Team <team+python@tracker.debian.org>
Uploaders:Andreas Tille <tille@debian.org>
Homepage:https://github.com/tommoral/loky/
Standards-Version:4.7.0
Vcs-Browser:https://salsa.debian.org/python-team/packages/python-loky
Vcs-Git:https://salsa.debian.org/python-team/packages/python-loky.git
Testsuite:autopkgtest-pkg-python
Build-Depends:debhelper-compat (=13), dh-sequence-python3, python3-all, python3-setuptools, python3-pytest<!nocheck>, python3-pytest-timeout<!nocheck>, python3-cloudpickle<!nocheck>, python3-coverage<!nocheck>, python3-numpy<!nocheck>, python3-psutil<!nocheck>, procps<!nocheck>
Package-List:python3-loky deb python optional arch=all
Files:
2370ad10dd75cdbf51b2e8b477242f4e 143933 python-loky_3.4.1.orig.tar.gz
b741347c2c32ccf32a43fbe61b49f770 3016 python-loky_3.4.1-1.debian.tar.xz
lintian 2.104.0 check for python-loky_3.4.1-1.dsc (click to toggle)
README.source for python-loky_3.4.1-1.dsc (click to toggle)
No README.source in this package
control file for python3-loky_3.4.1-1_all.deb (click to toggle)
Package:python3-loky
Source:python-loky
Version:3.4.1-1
Architecture:all
Maintainer:Debian Python Team <team+python@tracker.debian.org>
Installed-Size:195
Depends:python3-cloudpickle, python3:any
Section:python
Priority:optional
Homepage:https://github.com/tommoral/loky/
Description:
reusable process pool executor in Python3
 Provides a robust, cross-platform and cross-version implementation of the
 ProcessPoolExecutor class of concurrent.futures. It notably features:
 .
   * Consistent and robust spawn behavior
   * Reusable executor
   * Transparent cloudpickle integration
   * Deadlock free implementation
lintian 2.104.0 check for python3-loky_3.4.1-1_all.deb (click to toggle)
contents of python3-loky_3.4.1-1_all.deb (click to toggle)
drwxr-xr-x root/root         0 2025-02-15 22:02 ./
drwxr-xr-x root/root         0 2025-02-15 22:02 ./usr/
drwxr-xr-x root/root         0 2025-02-15 22:02 ./usr/lib/
drwxr-xr-x root/root         0 2025-02-15 22:02 ./usr/lib/python3/
drwxr-xr-x root/root         0 2025-02-15 22:02 ./usr/lib/python3/dist-packages/
drwxr-xr-x root/root         0 2025-02-15 22:02 ./usr/lib/python3/dist-packages/loky/
-rw-r--r-- root/root      1104 2023-06-29 13:01 ./usr/lib/python3/dist-packages/loky/__init__.py
-rw-r--r-- root/root      1057 2023-06-29 13:01 ./usr/lib/python3/dist-packages/loky/_base.py
drwxr-xr-x root/root         0 2025-02-15 22:02 ./usr/lib/python3/dist-packages/loky/backend/
-rw-r--r-- root/root       312 2023-06-29 13:01 ./usr/lib/python3/dist-packages/loky/backend/__init__.py
-rw-r--r-- root/root      1776 2023-06-29 13:01 ./usr/lib/python3/dist-packages/loky/backend/_posix_reduction.py
-rw-r--r-- root/root       683 2023-06-29 13:01 ./usr/lib/python3/dist-packages/loky/backend/_win_reduction.py
-rw-r--r-- root/root     13654 2023-06-29 13:01 ./usr/lib/python3/dist-packages/loky/backend/context.py
-rw-r--r-- root/root      1186 2023-06-29 13:01 ./usr/lib/python3/dist-packages/loky/backend/fork_exec.py
-rw-r--r-- root/root      5580 2023-06-29 13:01 ./usr/lib/python3/dist-packages/loky/backend/popen_loky_posix.py
-rw-r--r-- root/root      5308 2023-06-29 13:01 ./usr/lib/python3/dist-packages/loky/backend/popen_loky_win32.py
-rw-r--r-- root/root      2018 2023-06-29 13:01 ./usr/lib/python3/dist-packages/loky/backend/process.py
-rw-r--r-- root/root      7322 2023-06-29 13:01 ./usr/lib/python3/dist-packages/loky/backend/queues.py
-rw-r--r-- root/root      7024 2023-06-29 13:01 ./usr/lib/python3/dist-packages/loky/backend/reduction.py
-rw-r--r-- root/root     14498 2023-06-29 13:01 ./usr/lib/python3/dist-packages/loky/backend/resource_tracker.py
-rw-r--r-- root/root      8962 2023-06-29 13:01 ./usr/lib/python3/dist-packages/loky/backend/spawn.py
-rw-r--r-- root/root     11768 2023-06-29 13:01 ./usr/lib/python3/dist-packages/loky/backend/synchronize.py
-rw-r--r-- root/root      5757 2023-06-29 13:01 ./usr/lib/python3/dist-packages/loky/backend/utils.py
-rw-r--r-- root/root      3591 2023-06-29 13:01 ./usr/lib/python3/dist-packages/loky/cloudpickle_wrapper.py
-rw-r--r-- root/root      2567 2023-06-29 13:01 ./usr/lib/python3/dist-packages/loky/initializers.py
-rw-r--r-- root/root     51050 2023-06-29 13:01 ./usr/lib/python3/dist-packages/loky/process_executor.py
-rw-r--r-- root/root     10310 2023-06-29 13:01 ./usr/lib/python3/dist-packages/loky/reusable_executor.py
drwxr-xr-x root/root         0 2025-02-15 22:02 ./usr/lib/python3/dist-packages/loky-3.4.1.egg-info/
-rw-r--r-- root/root      6404 2025-02-15 22:02 ./usr/lib/python3/dist-packages/loky-3.4.1.egg-info/PKG-INFO
-rw-r--r-- root/root         1 2025-02-15 22:02 ./usr/lib/python3/dist-packages/loky-3.4.1.egg-info/dependency_links.txt
-rw-r--r-- root/root         1 2025-02-15 22:02 ./usr/lib/python3/dist-packages/loky-3.4.1.egg-info/not-zip-safe
-rw-r--r-- root/root         0 2025-02-15 22:02 ./usr/lib/python3/dist-packages/loky-3.4.1.egg-info/requires.txt
-rw-r--r-- root/root         5 2025-02-15 22:02 ./usr/lib/python3/dist-packages/loky-3.4.1.egg-info/top_level.txt
drwxr-xr-x root/root         0 2025-02-15 22:02 ./usr/share/
drwxr-xr-x root/root         0 2025-02-15 22:02 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-02-15 22:02 ./usr/share/doc/python3-loky/
-rw-r--r-- root/root       173 2025-02-15 22:02 ./usr/share/doc/python3-loky/changelog.Debian.gz
-rw-r--r-- root/root      4588 2023-06-29 13:01 ./usr/share/doc/python3-loky/changelog.gz
-rw-r--r-- root/root      1964 2025-02-15 22:02 ./usr/share/doc/python3-loky/copyright

Timestamp: 16.02.2025 / 22:02:26 (UTC)