aiolimiter_1.2.1-1_amd64.changes (click to toggle) | |
---|---|
Format: | 1.8 |
Date: | Sun, 23 Feb 2025 07:24:20 +0000 |
Source: | aiolimiter |
Binary: | python3-aiolimiter |
Built-For-Profiles: | pkg.linux.nokerneldbg pkg.linux.nokerneldbginfo |
Architecture: | source all |
Version: | 1.2.1-1 |
Distribution: | unstable |
Urgency: | low |
Maintainer: | Yuri Konotopov <ykonotopov@gnome.org> |
Changed-By: | Yuri Konotopov <ykonotopov@gnome.org> |
Description: | python3-aiolimiter - asyncio rate limiter, a leaky bucket implementation |
Closes: | 1080255 |
Changes: | aiolimiter (1.2.1-1) unstable; urgency=low * Initial release, autogenerated by py2dsp/3.20230219; Closes: #1080255 |
Files: | e6490217df9fdde45f113c829852bc26 2035 python optional aiolimiter_1.2.1-1.dsc 82306409ed14b7d46929606143a7ee65 7185 python optional aiolimiter_1.2.1.orig.tar.gz e90fa5fe1c1e4997bda730a3aaa49346 2000 python optional aiolimiter_1.2.1-1.debian.tar.xz 051939d139705a173d1117540a8b69dc 7309 python optional aiolimiter_1.2.1-1_amd64.buildinfo 79e937c84b103e6d6e99a51139e70b93 8416 python optional python3-aiolimiter_1.2.1-1_all.deb |
aiolimiter_1.2.1-1.dsc (click to toggle) | |
---|---|
Format: | 3.0 (quilt) |
Source: | aiolimiter |
Binary: | python3-aiolimiter |
Architecture: | all |
Version: | 1.2.1-1 |
Maintainer: | Yuri Konotopov <ykonotopov@gnome.org> |
Homepage: | https://github.com/mjpieters/aiolimiter |
Standards-Version: | 4.7.2 |
Vcs-Browser: | https://gitlab.com/apt-mirror2/aiolimiter-debian-packaging |
Vcs-Git: | https://gitlab.com/apt-mirror2/aiolimiter-debian-packaging.git [aiolimiter] |
Testsuite: | autopkgtest-pkg-pybuild |
Build-Depends: | debhelper-compat (=13), dh-python, pybuild-plugin-pyproject, python3-all, python3-poetry-core, python3-setuptools |
Package-List: | python3-aiolimiter deb python optional arch=all |
Files: | 82306409ed14b7d46929606143a7ee65 7185 aiolimiter_1.2.1.orig.tar.gz e90fa5fe1c1e4997bda730a3aaa49346 2000 aiolimiter_1.2.1-1.debian.tar.xz |
control file for python3-aiolimiter_1.2.1-1_all.deb (click to toggle) | |
---|---|
Package: | python3-aiolimiter |
Source: | aiolimiter |
Version: | 1.2.1-1 |
Architecture: | all |
Maintainer: | Yuri Konotopov <ykonotopov@gnome.org> |
Installed-Size: | 35 |
Depends: | python3:any |
Section: | python |
Priority: | optional |
Homepage: | https://github.com/mjpieters/aiolimiter |
Description: | asyncio rate limiter, a leaky bucket implementation This module includes an efficient implementation of a rate limiter for asyncio. This project implements the Leaky bucket algorithm, giving you precise control over the rate. |
contents of python3-aiolimiter_1.2.1-1_all.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-02-23 07:24 ./ drwxr-xr-x root/root 0 2025-02-23 07:24 ./usr/ drwxr-xr-x root/root 0 2025-02-23 07:24 ./usr/lib/ drwxr-xr-x root/root 0 2025-02-23 07:24 ./usr/lib/python3/ drwxr-xr-x root/root 0 2025-02-23 07:24 ./usr/lib/python3/dist-packages/ drwxr-xr-x root/root 0 2025-02-23 07:24 ./usr/lib/python3/dist-packages/aiolimiter/ -rw-r--r-- root/root 287 2025-02-23 07:24 ./usr/lib/python3/dist-packages/aiolimiter/__init__.py -rw-r--r-- root/root 7206 2025-02-23 07:24 ./usr/lib/python3/dist-packages/aiolimiter/leakybucket.py -rw-r--r-- root/root 113 2025-02-23 07:24 ./usr/lib/python3/dist-packages/aiolimiter/py.typed drwxr-xr-x root/root 0 2025-02-23 07:24 ./usr/lib/python3/dist-packages/aiolimiter-1.2.1.dist-info/ -rw-r--r-- root/root 4398 2025-02-23 07:24 ./usr/lib/python3/dist-packages/aiolimiter-1.2.1.dist-info/METADATA -rw-r--r-- root/root 450 2025-02-23 07:24 ./usr/lib/python3/dist-packages/aiolimiter-1.2.1.dist-info/RECORD -rw-r--r-- root/root 88 2025-02-23 07:24 ./usr/lib/python3/dist-packages/aiolimiter-1.2.1.dist-info/WHEEL drwxr-xr-x root/root 0 2025-02-23 07:24 ./usr/share/ drwxr-xr-x root/root 0 2025-02-23 07:24 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-02-23 07:24 ./usr/share/doc/python3-aiolimiter/ -rw-r--r-- root/root 184 2025-02-23 07:24 ./usr/share/doc/python3-aiolimiter/changelog.Debian.gz -rw-r--r-- root/root 1030 2024-12-08 15:30 ./usr/share/doc/python3-aiolimiter/changelog.gz -rw-r--r-- root/root 1427 2025-02-23 07:24 ./usr/share/doc/python3-aiolimiter/copyright |
copyright of python3-aiolimiter_1.2.1-1_all.deb (click to toggle) | |
---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: aiolimiter Upstream-Contact: Martijn Pieters <mj@zopatista.com> Source: https://github.com/mjpieters/aiolimiter Files: * Copyright: 2019-2025 Martijn Pieters <mj@zopatista.com> License: Expat Files: debian/* Copyright: 2025 Yuri Konotopov <ykonotopov@gnome.org> License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
Timestamp: 11.03.2025 / 04:03:11 (UTC)