Bug#996357: RFP: python3-hawkmoth -- minimalistic Sphinx C Domain autodoc directive extension

2024-08-10 Thread Jani Nikula
On Wed, Oct 13, 2021 at 3:24 PM David Bremner  wrote:
> * Package name: python3-hawkmoth
>   Version : 0.9.0
>   Upstream Author : Jani Nikula
> * URL : https://github.com/jnikula/hawkmoth
> * License : BSD 2 clause
>   Programming Lang: Python
>   Description : minimalistic Sphinx C Domain autodoc directive extension
>
> Incorporate formatted C source code comments written in
> reStructuredText into Sphinx based documentation.  Hawkmoth focuses on
> simplicity of design, implementation and use.
>
> Roughly speaking, it's replacement for Doxygen that integrates nicer with 
> documentation written in Sphinx.
> It seems useful in general. We're considering using it in notmuch.

Bump. Looks like this has been pretty much ignored and forgotten.

Hawkmoth would benefit from distro packaging, because it depends on a
native package not available via pip (python3-clang and its
dependencies).

What could I do to move things forward?

BR,
Jani.



Bug#948483: ITP: broot -- an interactive CLI directory browser

2024-08-10 Thread NoisyCoil
Package: wnpp
Followup-For: Bug #948483
X-Debbugs-Cc: noisyc...@tutanota.com, eam...@yaerobi.com

Hi eamanu,

Do you mind if I claim ownership of this ITP?

Cheers,

NC



Bug#994644: Bug#1075586: trickle: ftbfs with GCC-14

2024-08-10 Thread Florian Ernst
Control: tag 1075586 patch
Control: forwarded 1075586 
https://github.com/mariusae/trickle/issues/34#issuecomment-2134139388

On Wed, Jul 03, 2024 at 12:46:27PM +, Matthias Klose wrote:
> [...]
> xdr.c: In function ‘xdr_msg’:
> xdr.c:106:32: error: passing argument 5 of ‘xdr_union’ from incompatible 
> pointer type [-Wincompatible-pointer-types]
>   106 |   xdr_msg_discrim, _xdr_void));
>   |^
>   ||
>   |bool_t (*)(void) {aka int (*)(void)}
> [...]
> make[2]: *** [Makefile:529: xdr.o] Error 1
> make[2]: Leaving directory '/<>'
> make[1]: *** [Makefile:407: all] Error 2
> make[1]: Leaving directory '/<>'
> dh_auto_build: error: make -j1 returned exit code 2
> make: *** [debian/rules:6: binary] Error 25
> dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 
> 2

With the patch

| --- a/xdr.c
| +++ b/xdr.c
| @@ -103,7 +103,7 @@ xdr_msg(XDR *xdrs, struct msg *msg)
|  {
|   X(xdr_short(xdrs, &msg->status));
|   X(xdr_union(xdrs, (int *)&msg->type, (char *)&msg->data,
| -   xdr_msg_discrim, _xdr_void));
| +   xdr_msg_discrim, (xdrproc_t)_xdr_void));
| 
|   return (TRUE);
|  }

as mentioned in

trickle builds again.

Gürkan Myczko, do you still intend to adopt trickle as stated in
? If so, the
above might help. Otherwise please state there accordingly, easing the
path for a QA upload not stepping on your toes in any way. After all,
trickle has already been removed from testing due to this bug, cf.
.

Cheers,
Flo


signature.asc
Description: PGP signature


Processed: affects 989917

2024-08-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> affects 989917 + docker.io
Bug #989917 [wnpp] RFP: docker-buildx -- docker CLI plugin for BuildKit
Bug #1006938 [wnpp] RFP: docker-buildx -- docker CLI plugin for BuildKit
Added indication that 989917 affects docker.io
Added indication that 1006938 affects docker.io
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1006938: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006938
989917: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=989917
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: autopkgtest-build-docker: should ideally use docker buildx

2024-08-10 Thread Debian Bug Tracking System
Processing control commands:

> block -1 by 989917
Bug #1078444 [autopkgtest] autopkgtest-build-docker: should ideally use docker 
buildx
1078444 was not blocked by any bugs.
1078444 was not blocking any bugs.
Added blocking bug(s) of 1078444: 989917 and 1006938

-- 
1078444: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078444
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: block 1078440 with 1078443

2024-08-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 1078440 with 1078443
Bug #1078440 [wnpp] ITP: python-bioregistry -- community curated registry, 
meta-registry, and compact identifier resolver
1078440 was not blocked by any bugs.
1078440 was not blocking any bugs.
Added blocking bug(s) of 1078440: 1078443
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1078440: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078440
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1076812: marked as done (ITP: rust-railway-api -- High-level API for the Railway backend)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 17:00:13 +
with message-id 
and subject line Bug#1076812: fixed in rust-railway-api 0.1.0-1
has caused the Debian Bug report #1076812,
regarding ITP: rust-railway-api --  High-level API for the Railway backend
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1076812: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1076812
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Matthias Geiger 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-r...@lists.debian.org, 
werdah...@debian.org

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: rust-railway-api
  Version : 0.0.1
  Upstream Contact: Julian Schmidhuber
* URL : https://gitlab.com/schmiddi-on-mobile/railway-backend 
* License : AGPL-3 or EUPL-1.2
  Programming Lang: Rust
  Description :  High-level API for the Railway backend 

railway-api is the main API crate enabling different providers for
railway, such as HAFAS, motif or SBB. It will be maintained with the
Debian Rust team.

best,

werdahias

-BEGIN PGP SIGNATURE-

iIsEARYIADMWIQQUWTv/Sl6/b+DpcW7svtu2B7myvgUCZp+/1RUcd2VyZGFoaWFz
QGRlYmlhbi5vcmcACgkQ7L7btge5sr5fDwD+PqGJ5FdCDnRnYRFIWyqpsFW9zU1h
fMcAB/wZTuVH/W8A/1xXmZiUGtIWTGwLmO1K3LZg0DlV5TIqR5RNgAfBF4kO
=New+
-END PGP SIGNATURE-
--- End Message ---
--- Begin Message ---
Source: rust-railway-api
Source-Version: 0.1.0-1
Done: Matthias Geiger 

We believe that the bug you reported is fixed in the latest version of
rust-railway-api, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1076...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Geiger  (supplier of updated rust-railway-api 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 31 Jul 2024 13:57:21 +0200
Binary: librust-railway-api-dev
Source: rust-railway-api
Architecture: amd64 source
Version: 0.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Matthias Geiger 
Closes: 1076812
Description: 
 librust-railway-api-dev - High-level API for the Railway backend - Rust source 
code
Changes:
 rust-railway-api (0.1.0-1) unstable; urgency=medium
 .
   * Package railway-api 0.1.0 from crates.io using debcargo 2.6.1
   * Initial release (Closes: #1076812)
Checksums-Sha1: 
 099d10d7eb29dd92e457351209e1ab21bd8f5d43 2035 rust-railway-api_0.1.0-1.dsc
 6464e4628c1090b973dd64382ab7ac1ddd78ddd2 4740 
rust-railway-api_0.1.0.orig.tar.gz
 46c66387d6efa5a1f8b1e5d993b3ad49f49830c4 18196 
rust-railway-api_0.1.0-1.debian.tar.xz
 3a7a285984d944746c84f11ead33c86b33dd3207 21492 
rust-railway-api_0.1.0-1_amd64.buildinfo
 ab5ed12cf29fcd752a5fd6761d75b0300e9d2c2f 20840 
librust-railway-api-dev_0.1.0-1_amd64.deb
Checksums-Sha256: 
 7c9e5e17c21077423e824d5243bd45f6b2dc64fbf79e18851db846e7efe14fa7 2035 
rust-railway-api_0.1.0-1.dsc
 ec7572a414e3774b31fbe5271b056fdd288429ecbe432b854d7add498bf5592e 4740 
rust-railway-api_0.1.0.orig.tar.gz
 efd95c2a85a650619ae737a10a713a1d328ee50b86c685e161e0cceb7e17b32d 18196 
rust-railway-api_0.1.0-1.debian.tar.xz
 5010ea46cbcb41146e3a2ffa451a77c8773c8aab8b7fc907d83ff1fa6a53ba37 21492 
rust-railway-api_0.1.0-1_amd64.buildinfo
 ba189297377a65eb53a817b4374b5a1efd548cbd87de66f58e081b69750d1697 20840 
librust-railway-api-dev_0.1.0-1_amd64.deb
Files: 
 8d0ad89d18d341aa45ec25beacdcffd5 2035 rust optional 
rust-railway-api_0.1.0-1.dsc
 a68e382b621d1946e93360ffd0b73e22 4740 rust optional 
rust-railway-api_0.1.0.orig.tar.gz
 29dab986d43613b7e7f82f05e1494e52 18196 rust optional 
rust-railway-api_0.1.0-1.debian.tar.xz
 1bdb3be223d64a7bf712d37d517bf924 21492 rust optional 
rust-railway-api_0.1.0-1_amd64.buildinfo
 a9c862f26d2d8b970c91c13780156dfc 20840 rust optional 
librust-railway-api-dev_0.1.0-1_amd64.deb

-BEGIN PGP SIGNATURE-

iIsEARYIADMWIQQUWTv/Sl6/b+DpcW7svtu2B7myvgUCZqopRxUcd2VyZGFoaWFz
QGRlYmlhbi5vcmcACgkQ7L7btge5sr71SAEA8GdiVOI5pcJFZp4uYI2NiJicuVVo
W91Uu2PQwaAJO2sBAKpuGRXHFplxWyxe8zNOc/YanbLCemGhUXCE8Zy1dMQJ
=GQIw
-END PGP SIGNATURE-



pgpTgg9uNDG2G.pgp
Description: PGP sign

Bug#1077556: marked as done (ITP: pytest-codeblocks -- Test code blocks in your READMEs)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 18:05:35 +
with message-id 
and subject line Bug#1077556: fixed in pytest-codeblocks 0.17.0-1
has caused the Debian Bug report #1077556,
regarding ITP: pytest-codeblocks -- Test code blocks in your READMEs
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1077556: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077556
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Yogeswaran Umasankar 
X-Debbugs-Cc: debian-de...@lists.debian.org, y...@debian.org

* Package name: pytest-codeblocks
  Version : 0.17.0
  Upstream Contact: Nico Schlömer 
* URL : https://gitlab.com/nschloe/pytest-codeblocks
* License : Expat
  Programming Lang: Python
  Description : Test code blocks in your READMEs

This is pytest-codeblocks, a pytest plugin for testing code
 blocks from README files. It supports Python and shell code.
 Run pytest with 'pytest --codeblocks'. pytest-codeblocks
 will only pick up code blocks with Python and sh/bash/zsh
 syntax highlighting. Planned to maintain it under DPT.
--- End Message ---
--- Begin Message ---
Source: pytest-codeblocks
Source-Version: 0.17.0-1
Done: Yogeswaran Umasankar 

We believe that the bug you reported is fixed in the latest version of
pytest-codeblocks, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1077...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yogeswaran Umasankar  (supplier of updated pytest-codeblocks 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 30 Jul 2024 17:00:00 +
Source: pytest-codeblocks
Binary: python3-pytest-codeblocks
Architecture: source all
Version: 0.17.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team 
Changed-By: Yogeswaran Umasankar 
Description:
 python3-pytest-codeblocks - Test code blocks in your READMEs
Closes: 1077556
Changes:
 pytest-codeblocks (0.17.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1077556)
Checksums-Sha1:
 437f8ed0ccc0e92a04439a7fc8539cca71ceca2f 2245 pytest-codeblocks_0.17.0-1.dsc
 c82b4933c10a0ca62ec0f2f1009c5be78c0e6332 9104 
pytest-codeblocks_0.17.0.orig.tar.gz
 a5164ba593391e8d71eda9a6b2249091ce067709 2272 
pytest-codeblocks_0.17.0-1.debian.tar.xz
 0a7596a7c9ac1f5acc8460bc3f4bba22e6d4de51 7095 
pytest-codeblocks_0.17.0-1_arm64.buildinfo
 d22bb535078567f9724094b9bf7bf84455b29119 9360 
python3-pytest-codeblocks_0.17.0-1_all.deb
Checksums-Sha256:
 abacc1724de5c2033eeed8ed9d67e5668db25015cae3545d82cb0d24a1c945fb 2245 
pytest-codeblocks_0.17.0-1.dsc
 19f3d295278711999289bcdc164bfcfc03fa53e2dcc73db892183750169b28c8 9104 
pytest-codeblocks_0.17.0.orig.tar.gz
 b3572d715fcef342ac2b99b81a208f6a23de4a0a4b9d4d5b03ed74c0415e9a35 2272 
pytest-codeblocks_0.17.0-1.debian.tar.xz
 a68ea3fc3e53f83162dcbf9fb53bead01601ff987e6c83203c7a3ab8f865f9c4 7095 
pytest-codeblocks_0.17.0-1_arm64.buildinfo
 34c45b739a71cb3b3c29618b66a228b9405a3775d42e1c694ed95f0bf7f14116 9360 
python3-pytest-codeblocks_0.17.0-1_all.deb
Files:
 d534fde72216822abb50c29e404836e7 2245 python optional 
pytest-codeblocks_0.17.0-1.dsc
 eefb8ef3376dd7703fb4e34d4d965ac0 9104 python optional 
pytest-codeblocks_0.17.0.orig.tar.gz
 d746a134aeb13c4a28b8fd8fe90dd3b3 2272 python optional 
pytest-codeblocks_0.17.0-1.debian.tar.xz
 e25dc5bd76251410d8553d349909f5d1 7095 python optional 
pytest-codeblocks_0.17.0-1_arm64.buildinfo
 d82546f5e56bed13bbae812dc91006de 9360 python optional 
python3-pytest-codeblocks_0.17.0-1_all.deb

-BEGIN PGP SIGNATURE-

iQJEBAEBCgAuFiEE/qLi99g13V/he2oYtIOKvyeCVXsFAmapJJMQHHlvZ3VAZGVi
aWFuLm9yZwAKCRC0g4q/J4JVew8PEAC81vbi3iAcX7kG3K1HDJa175avSJzXx2mb
d05cxNF2Rd/zZCE7LkoxNeYJefYzHG13KvA8OGTchxlxzq2Fu6cdhM9yoELJkbjt
BBH9SzkB6mnKyYbvkRn5wxPDaV0B2L3ir8hQ6v45BMrL8p0sz3yjpZoKQR0vVBWH
xyQA8n9pbl50vxSRMAKpmVbvp8T+4LVab14ucMkiqWbFbjLbt6OOisvp47y40cGP
MqfVcox/u0cRIx0ZpxuNd5/suyl//3wb/nOefJfni4UIWSM1JpFAOJSs4xXzxZKq
XpNKuhXmcG99UP6hYM/BQSMuWrKGSVNhMlDFpEMGf/d2TkIjC1X6ZPR89D6fkn43
oPx+CglYkNcM9VwY1OwsSM723SImDR1MzPqVahHEYqjgLuUU7CbKpgoWd2fBackA
Bzw+33yCnnokv6adEiIQCVpE6mkMraLtSR8zE0mWUfNnX

Bug#1077301: marked as done (ITP: fyi -- FYI (for your information) is a command line utility to send desktop notifications to the user via a notification daemon implementing XDG desktop notifications

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 18:05:33 +
with message-id 
and subject line Bug#1077301: fixed in fyi 1.0.1-1
has caused the Debian Bug report #1077301,
regarding ITP: fyi -- FYI (for your information) is a command line utility to 
send desktop notifications to the user via a notification daemon implementing 
XDG desktop notifications.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1077301: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077301
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Birger Schacht 
X-Debbugs-Cc: debian-de...@lists.debian.org, bir...@debian.org

* Package name: fyi
  Version : 1.0.1
  Upstream Contact: Daniel Eklöf 
* URL : https://codeberg.org/dnkl/fyi
* License : MIT
  Programming Lang: C
  Description : FYI (for your information) is a command line utility to 
send desktop notifications to the user via a notification daemon implementing 
XDG desktop notifications.

FYI (for your information) is a command line utility to send desktop
notifications to the user via a notification daemon implementing XDG
desktop notifications.

It is a almost a notify-send clone, with the following differences:

 * notify-send does not implement --close.
 * notify-send does not expose activation tokens (needed for window
   focus/activation) in any meaningful way. It prints it as a debug
   message when G_MESSAGES_DEBUG=all; fyi prints it when you use
   --print-token.
 * fyi has consistent syntax in its --action and --hintoptions.
 * fyi can print the reason a notification was closed, with --print-reason.
 * fyi can query the notification daemon for its name and version information.
 * fyi can query the notification daemon for its capabilities.
 * fyi has shell completions (though only fish for now).
 * fyi has a single run-time dependency: dbus (the original D-Bus
   implementation).
--- End Message ---
--- Begin Message ---
Source: fyi
Source-Version: 1.0.1-1
Done: Birger Schacht 

We believe that the bug you reported is fixed in the latest version of
fyi, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1077...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Birger Schacht  (supplier of updated fyi package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 28 Jul 2024 08:28:09 +0200
Source: fyi
Binary: fyi fyi-dbgsym
Architecture: source amd64
Version: 1.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Birger Schacht 
Changed-By: Birger Schacht 
Description:
 fyi- utility to send desktop notifications via a notification daemon
Closes: 1077301
Changes:
 fyi (1.0.1-1) unstable; urgency=medium
 .
   * Initial upload (Closes: #1077301)
Checksums-Sha1:
 27814505d35ad64dba8265badeea4ee6abcc779a 1821 fyi_1.0.1-1.dsc
 bae42b6ab4aed95fb9e2833efe6a8f58cf9907a8 11715 fyi_1.0.1.orig.tar.gz
 d1c78d4526a6c34f3d110ad6a63d555361d67269 3512 fyi_1.0.1-1.debian.tar.xz
 6f21f25fde1ea8769ca64539058ad6b798ee102d 19232 fyi-dbgsym_1.0.1-1_amd64.deb
 450f662d3fad72f4b8451357bf365c04e225fe45 7825 fyi_1.0.1-1_amd64.buildinfo
 82ad386bd867a323d400abd5efdd4cefc353910b 13416 fyi_1.0.1-1_amd64.deb
Checksums-Sha256:
 2415a49c1ab15be7369de9ec814b039915885ab6433baf75ebc655643e7369d6 1821 
fyi_1.0.1-1.dsc
 bb8bfedb43b769c435c07fb2c4ed4917b0ce23a8375e77ee634a8c4c2813bac2 11715 
fyi_1.0.1.orig.tar.gz
 68eb4a7b46fd808256cefd24ff8bf161a6ed47d53a33be1b9b317d44191edcc5 3512 
fyi_1.0.1-1.debian.tar.xz
 b85276bd38d27421f9fa7ae6ae29f41aeb812999684841e8fff4eae175f337cd 19232 
fyi-dbgsym_1.0.1-1_amd64.deb
 c0b40b04947530f42f1c9ed79886050d1ab736e64c5d93bd6a5639e8730e09cc 7825 
fyi_1.0.1-1_amd64.buildinfo
 17b41686716de53ccf45bdb9d93efa539e62a995a142ca8cb0ecbc9c9c8b4045 13416 
fyi_1.0.1-1_amd64.deb
Files:
 61915bb58f7cf6bb58020ede268893b9 1821 utils optional fyi_1.0.1-1.dsc
 721615f936b6ddb4ee59d7eeb9cf4fd4 11715 utils optional fyi_1.0.1.orig.tar.gz
 636b3d23c13abbf404b21e296d0ccdd2 3512 utils optional fyi_1.0.1-1.debian.tar.xz
 3bd89a9c34efdc259ca83cdb7758ad58 19232 debug optional 
fyi-dbgsym_1.0.1-1_amd64.deb
 2ad606cc9ad6995aca1cf

Bug#1068488: marked as done (ITP: iterable-io -- Adapt generators and other iterables)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 18:05:40 +
with message-id 
and subject line Bug#1068488: fixed in python-iterable-io 1.0.0-1
has caused the Debian Bug report #1068488,
regarding ITP: iterable-io -- Adapt generators and other iterables
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1068488: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068488
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
X-Debbugs-Cc: debian-pyt...@lists.debian.org

* Package name: iterable-io
  Version : 1.0.0
  Upstream Contact: Carey Metcalfe 
* URL : https://pypi.org/project/iterable-io/
* License : LGPLv3
  Programming Lang: Python
  Description : Adapt generators and other iterables to a file-like 
interface

iterable-io is a small Python library that provides an adapter so that
it's possible to read from iterable objects in the same way as
file-like objects.

It is primarily useful as "glue" between two incompatible
interfaces. As an example, in the case where one interface expects a
file-like object to call .read() on, and the other only provides a
generator of bytes.

One way to solve this issue would be to write all the bytes in the
generator to a temporary file, then provide that file instead, but if
the generator produces a large amount of data then this is both slow
to start, and resource-intensive.

This library allows streaming data between these two incompatible
interfaces so as data is requested by .read(), it's pulled from the
iterable. This keeps resource usage low and removes the startup delay.



this is a new dependency introduced by magic-wormhole 0.14
--- End Message ---
--- Begin Message ---
Source: python-iterable-io
Source-Version: 1.0.0-1
Done: Sascha Steinbiss 

We believe that the bug you reported is fixed in the latest version of
python-iterable-io, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1068...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sascha Steinbiss  (supplier of updated python-iterable-io 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 03 Aug 2024 23:34:27 +0200
Source: python-iterable-io
Binary: python3-iterable-io
Architecture: source all
Version: 1.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Sascha Steinbiss 
Changed-By: Sascha Steinbiss 
Description:
 python3-iterable-io - Python library to adapt iterables to a file-like 
interface
Closes: 1068488
Changes:
 python-iterable-io (1.0.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes:#1068488)
Checksums-Sha1:
 d1407e8571c040c8163b880ab5b463d29f33a1a3 2027 python-iterable-io_1.0.0-1.dsc
 981246b305d80262f89d3865b67b5e94d5fbee5d 6050 
python-iterable-io_1.0.0.orig.tar.gz
 7756b6361bb41dc426e69558032a998244c0a9f4 1596 
python-iterable-io_1.0.0-1.debian.tar.xz
 42ad3cecd5bc497caddd66eea557c9484960aabf 6567 
python-iterable-io_1.0.0-1_amd64.buildinfo
 b22d7cc0ca54360c4f75967c475524cf24d15424 5956 
python3-iterable-io_1.0.0-1_all.deb
Checksums-Sha256:
 933eb99bef16962357495f822a7add0f525b0f0df437f974ed2464a1a6a8bf82 2027 
python-iterable-io_1.0.0-1.dsc
 fb9e1b739587a9ba0d5c60a3e1eb71246761583bc9f18b3c35bb112b44b18c3c 6050 
python-iterable-io_1.0.0.orig.tar.gz
 3566b5e011dc4b9925dc9de3827f12fb3d3a60aab5e35d9772d3543c514c72e0 1596 
python-iterable-io_1.0.0-1.debian.tar.xz
 29fa97f9119ca80aea2feba00275cf03244e352e09bf750d3e7fcfcae6eaa58d 6567 
python-iterable-io_1.0.0-1_amd64.buildinfo
 1831d4a3fc6d1d1797d1c16e5039dae9607171d799708f7bb85179e18e54be47 5956 
python3-iterable-io_1.0.0-1_all.deb
Files:
 891c6ef143355d46b005babe38cc1f2a 2027 python optional 
python-iterable-io_1.0.0-1.dsc
 d6027af37f8e15edd346bdff6d5c5e3c 6050 python optional 
python-iterable-io_1.0.0.orig.tar.gz
 ea21233f2f097507d9d1cee59c9edfa2 1596 python optional 
python-iterable-io_1.0.0-1.debian.tar.xz
 de3d7da5c449aa8e861aadc97defb100 6567 python optional 
python-iterable-io_1.0.0-1_amd64.buildinfo
 59c943fc86d9280979a4d168957e48de 5956 python optional 
python3-iterable-io_1.0.0-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEWzS6WqtVB+k

Bug#1077304: marked as done (ITP: python-http-ece -- Encrypted Content Encoding for HTTP)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 18:05:40 +
with message-id 
and subject line Bug#1077304: fixed in python-http-ece 1.2.1-1
has caused the Debian Bug report #1077304,
regarding ITP: python-http-ece -- Encrypted Content Encoding for HTTP
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1077304: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077304
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Tianyu Chen 
X-Debbugs-Cc: billchenchina2...@gmail.com

* Package name: python-http-ece
  Version : 1.2.0
  Upstream Contact: Martin Thomson 
* URL : https://github.com/web-push-libs/encrypted-content-encoding
* License : MIT
  Programming Lang: Python
  Description : Encrypted Content Encoding for HTTP

  A simple implementation of the HTTP encrypted content-encoding

This library is a dependancy of Home Assistant, the Python smart home platform.
I plan to maintain it in https://salsa.debian.org/homeassistant-team/.
--- End Message ---
--- Begin Message ---
Source: python-http-ece
Source-Version: 1.2.1-1
Done: Thomas Goirand 

We believe that the bug you reported is fixed in the latest version of
python-http-ece, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1077...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand  (supplier of updated python-http-ece package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 07 Aug 2024 13:48:51 +0200
Source: python-http-ece
Binary: python3-http-ece
Architecture: source all
Version: 1.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Thomas Goirand 
Description:
 python3-http-ece - Encrypted Content Encoding for HTTP
Closes: 1077304
Changes:
 python-http-ece (1.2.1-1) unstable; urgency=medium
 .
   [ Tianyu Chen ]
   * Initial release. (Closes: #1077304)
Checksums-Sha1:
 cead8df8a883b3b53e4f97065ca89b8148bcc769 2309 python-http-ece_1.2.1-1.dsc
 3c1297e00a00b27fac986018a2815d30cfda2c3b 8322 python-http-ece_1.2.1.orig.tar.gz
 ec31c8a786cb969e756828d05f713950ea447f8c 2456 
python-http-ece_1.2.1-1.debian.tar.xz
 c1275a2c7020dd4c7fed17191fe3c490d8a9f643 7058 
python-http-ece_1.2.1-1_amd64.buildinfo
 1c9d5f04e82d50305b6faed8379064e0c7eb17f8 6284 python3-http-ece_1.2.1-1_all.deb
Checksums-Sha256:
 22741f09293caafdf0fc981b7a452f83e1f9a3f9374cad0f34960dd7ac849892 2309 
python-http-ece_1.2.1-1.dsc
 442d881ed29b15dc35fa7dc594ce2abe4ea59f7bc26e631ad46169c188e103bc 8322 
python-http-ece_1.2.1.orig.tar.gz
 a858c1b6a9195ed982f759cacce1c0fc45f394d658a7bbfd338af0908cf18db2 2456 
python-http-ece_1.2.1-1.debian.tar.xz
 47638c69e41ba25615603b7e3f510a75df2ce4bd4526cd5998214881f3b20903 7058 
python-http-ece_1.2.1-1_amd64.buildinfo
 42136a22f6ab0d6d2208bdb0914e9513ff57269ea2984da5aa8ff2137a21b018 6284 
python3-http-ece_1.2.1-1_all.deb
Files:
 7ad0d04656b9b44d0b494421fff9edf8 2309 python optional 
python-http-ece_1.2.1-1.dsc
 01ab914705fb5e1d7f22cff54964ccf9 8322 python optional 
python-http-ece_1.2.1.orig.tar.gz
 890ad4df6dea1c3bdc2b6dbb4e93686d 2456 python optional 
python-http-ece_1.2.1-1.debian.tar.xz
 d7ce0e4a05acaeb61b899ceb69cb0091 7058 python optional 
python-http-ece_1.2.1-1_amd64.buildinfo
 19b32d96379a618ba4094549309fb03e 6284 python optional 
python3-http-ece_1.2.1-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmazX74ACgkQ1BatFaxr
Q/7aIA//fNb00HYc4MpFNEQRDbtuZU1sbh1c3sZhIzHAcdCShgwbs3TKOpExFbo+
uKgNZDpkDmljaNsL+KQlF7QTWfUNwwsCvGfCwAOBBrglFpt6fa7nsXrL+r//EOFK
mk3J2xFjycOhmgo112p8O5tkXQ9on5Lg3QuBE/I3Ix7ghnYlcM8JlPSey9Jctp8H
jwsH4kz5uKfDDBrg730LEw+JJDaXLb7XVClVFarRxtGyPqI5UUykmkw1gcR2mGzL
E8SMSU1uTxXeU5+zbNgdgAN5cisDAsx9IGBCWbYx9FeG01dltrRERtzY0s2oc4U4
KV7ikqspwaZHiz/ae53akOm2VLdASa/YRV7bj2zyyt/P119uPginUOTzSBYQG2CG
reRqnhmYAloKoLdU+tEx+z6uyGdf0zs/NnX7GembljpE+ZF1mCeDN3C3xekd1/rT
llyI2l5okiPb9lbX5aLmYALL5CBkyJQMoRACRFr0XXDbRrQhY1+0cirZnxCiQJ7n
ziUOQqH/Q2G/GO8+4VVLAKPDR5k9eayoH9Vp42eTMG0buo18se8q+MtplS3zZRvN
D/aur9AaZsXVzC/CSaHC1ov2TJ7+CGmycJLhfsxGeibExXTE9R/0McDm244kf6E0
7mT/RXIXpXV9bhIEE2SKTa4jNKIz8MatZGXsCb2

Bug#1077567: marked as done (ITP: moat-ble -- Manager for Moat Bluetooth Low Energy (BLE) devices)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 18:05:34 +
with message-id 
and subject line Bug#1077567: fixed in moat-ble 0.1.1-1
has caused the Debian Bug report #1077567,
regarding ITP: moat-ble -- Manager for Moat Bluetooth Low Energy (BLE) devices
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1077567: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077567
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Edward Betts 

* Package name: moat-ble
  Version : 0.1.1
  Upstream Author : J. Nick Koston 
* URL : https://github.com/bluetooth-devices/moat-ble
* License : MIT
  Programming Lang: Python
  Description : Manager for Moat Bluetooth Low Energy (BLE) devices

  This library manages Moat Bluetooth Low Energy (BLE) devices, providing a way
  to interface with them over a BLE connection. It enables straightforward
  access to various Moat sensors, allowing you to read data from devices like
  the S2 Smart Temperature & Humidity Sensor. The library ensures smooth
  communication with Moat devices through BLE, handling the complexities of
  Bluetooth connections and data parsing. It primarily interacts with Moat
  sensors to retrieve environmental data such as temperature and humidity,
  making it a useful tool for integrating these devices into larger applications
  or systems.

This library is a dependancy of Home Assistant, the Python smart home platform.
I plan to maintain it as part of the Home Assistant team.
--- End Message ---
--- Begin Message ---
Source: moat-ble
Source-Version: 0.1.1-1
Done: Edward Betts 

We believe that the bug you reported is fixed in the latest version of
moat-ble, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1077...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Edward Betts  (supplier of updated moat-ble package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 30 Jul 2024 11:52:52 +0900
Source: moat-ble
Binary: python3-moat-ble
Architecture: source all
Version: 0.1.1-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Edward Betts 
Description:
 python3-moat-ble - Manager for Moat Bluetooth Low Energy (BLE) devices
Closes: 1077567
Changes:
 moat-ble (0.1.1-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1077567)
Checksums-Sha1:
 7bd64d1fc5d7413f633d7f286b0da356f2487995 2451 moat-ble_0.1.1-1.dsc
 1ee58847299c6d972b9042129e76e20f0b62f50a 31084 moat-ble_0.1.1.orig.tar.gz
 c035567fdac970167b24f56181bcf8bc564dbe1d 4136 moat-ble_0.1.1-1.debian.tar.xz
 62fac12c61a4fa584bca23e35731cc2e6f0b0629 10049 moat-ble_0.1.1-1_amd64.buildinfo
 399d167438cb2507b497f9d5f856e2de9df38d9b 21340 python3-moat-ble_0.1.1-1_all.deb
Checksums-Sha256:
 7e680aa32ee15733618dd431962039b9ff4922f6a10605bab9724e9e034a23cf 2451 
moat-ble_0.1.1-1.dsc
 b307e7c8add35cdd55fdab0f6318ae9704680c43888cd12e9ababead0d9a97b1 31084 
moat-ble_0.1.1.orig.tar.gz
 8a02f89f569b9dc624fd8bfcedd855161d0c0354cb213c322daeaa76308985bf 4136 
moat-ble_0.1.1-1.debian.tar.xz
 37c56c299a954798753169b8bf6e7c88e957990c83ffd4ae4185e9b086969810 10049 
moat-ble_0.1.1-1_amd64.buildinfo
 8de77368a5224f6c4c65ec91013bcbe84f558fa0f91d2f24026bb9fb9e9defe9 21340 
python3-moat-ble_0.1.1-1_all.deb
Files:
 c0e1d708465ea1dccdbf4d65dcc4f316 2451 python optional moat-ble_0.1.1-1.dsc
 1c862edb944ec19ece95bd7a6ceb54e4 31084 python optional 
moat-ble_0.1.1.orig.tar.gz
 7d97edf367df6c69f4645798c4d5a414 4136 python optional 
moat-ble_0.1.1-1.debian.tar.xz
 7dc376f4edc94b771ef8cb4e1d142421 10049 python optional 
moat-ble_0.1.1-1_amd64.buildinfo
 5eb0f3273640a972a8c7ce7e24174d35 21340 python optional 
python3-moat-ble_0.1.1-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAmaoetQACgkQlgWhCYxj
uSq3kA/5AYixCFx5OzTBTVXWjYYNZASU3E0ZOcMKynKNa/9TpUc+p/OqWRmXpNUA
169d8aJA2gKXBWD+WsJewZr9MPd6cWczhbhrONdOaABkIR05D+9aXmqJNdPEj+M/
SvABIbvSU2YAiYz7k9YyahCXa2z0wGCcTcpdUyyJ79UGw6huEEk7Fbr9fDNl1rsZ
44P9lE++UttMgAEt59NLbtm3HAtd564qqoJwGGnNpg7X89yLRnR5zkt+anQRZiwJ
ptTKEo5JqINSthbTU2bBtyppzCDyOHQ6qfduhIMzq5kHBd

Bug#1077572: marked as done (ITP: leaone-ble -- Bluetooth parser for LeaOne devices)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 18:05:34 +
with message-id 
and subject line Bug#1077572: fixed in leaone-ble 0.1.0-1
has caused the Debian Bug report #1077572,
regarding ITP: leaone-ble -- Bluetooth parser for LeaOne devices
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1077572: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077572
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Edward Betts 

* Package name: leaone-ble
  Version : 0.1.0
  Upstream Author : J. Nick Koston 
* URL : https://github.com/bluetooth-devices/leaone-ble
* License : MIT
  Programming Lang: Python
  Description : Bluetooth parser for LeaOne devices

  This library provides Bluetooth parsing capabilities for LeaOne health
  devices. It enables the integration of Bluetooth-enabled health devices such
  as scales under brands like Xiaogui and BAGAIL into various systems. Supported
  devices include Bluetooth scale TZC4 and Bluetooth scale QJ-J. The library
  handles the non-standard discovery design of LeaOne Bluetooth devices by
  efficiently recognizing and parsing the data they transmit. Users can interact
  with the health metrics and data collected by these devices through a well-
  structured and consistent interface.

This library is a dependancy of Home Assistant, the Python smart home platform.
I plan to maintain it as part of the Home Assistant team.
--- End Message ---
--- Begin Message ---
Source: leaone-ble
Source-Version: 0.1.0-1
Done: Edward Betts 

We believe that the bug you reported is fixed in the latest version of
leaone-ble, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1077...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Edward Betts  (supplier of updated leaone-ble package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 30 Jul 2024 14:55:03 +0900
Source: leaone-ble
Binary: python3-leaone-ble
Architecture: source all
Version: 0.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Edward Betts 
Description:
 python3-leaone-ble - Bluetooth parser for LeaOne devices
Closes: 1077572
Changes:
 leaone-ble (0.1.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1077572)
Checksums-Sha1:
 a050266fe3ccb620aad247cb3c903adde0d18bf7 2322 leaone-ble_0.1.0-1.dsc
 46bccfbbaa264a7627d9acb533b91411997966a3 35103 leaone-ble_0.1.0.orig.tar.gz
 48a565f01146bfcf7e1d11cd7234102aa9a47cb0 4092 leaone-ble_0.1.0-1.debian.tar.xz
 f0ebe0d41e4fbecd04a0230560770221e083cf25 8540 
leaone-ble_0.1.0-1_amd64.buildinfo
 bf32c51d93f128a0d95623b55ac32f0a32f942d4 39776 
python3-leaone-ble_0.1.0-1_all.deb
Checksums-Sha256:
 0233b18612c838ee508774cf2be86ef70d071df738be4d80a1bb6fce54de93cb 2322 
leaone-ble_0.1.0-1.dsc
 db9e66c85d235a5c2a138b3b615bc016a7d082401530100c89e08f686710b8a3 35103 
leaone-ble_0.1.0.orig.tar.gz
 5bf5ae6052eefc8ae17984cbb0386ba8e7fda7ddaadfd7890c1590293505a7dd 4092 
leaone-ble_0.1.0-1.debian.tar.xz
 d14ff068ba161c68f6d8f0e112f8d56b9e2f552ca15fde6361afe4fd98bb6976 8540 
leaone-ble_0.1.0-1_amd64.buildinfo
 228c76f0747693f2a0788d3a0761552a3b6c24ba97d6a73706f781c96b19b367 39776 
python3-leaone-ble_0.1.0-1_all.deb
Files:
 de508175472f549286365e6526f02aeb 2322 python optional leaone-ble_0.1.0-1.dsc
 3f04e79be8bd780410f5d96a06bdcf21 35103 python optional 
leaone-ble_0.1.0.orig.tar.gz
 9a3ab85810e0e788d88df16c8bf84b02 4092 python optional 
leaone-ble_0.1.0-1.debian.tar.xz
 7d45ec80efc340b247e754381cf31bd1 8540 python optional 
leaone-ble_0.1.0-1_amd64.buildinfo
 45285e600b83b553f3e20e12eb84262f 39776 python optional 
python3-leaone-ble_0.1.0-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAmaohZIACgkQlgWhCYxj
uSoUuQ//QmAEdxsKEUHK12Zb8p5VOCV168i+MqKqUEbe/D7nsb0KGEXmZigMFSAy
K9eNJLZtAx3j2EKfrWiev0iMQ4Sz2yRGMiN0+uil3bgV3r5j+IDA51zcqZC4Xw4L
dvi3AZ4WUn1JJHzMgECxbLtV2MG0VR96QvI0hkwJSkcnUU7KWjhz9zVGc20mLbrq
Iat6xMdZH3Fe5cWnWo84lTb7XJxekIEtepwGzlPj62/8hTXjSnJ+7+X4eoDTBGK+
bthp1ABrATpEnyCDXdRzvPDFyXXLQ6JPOzw1hefYyDCmva7QVs3HFPdtRC/UxaGK
pZ+sWMX5ib8rUHGOZ1oSxg

Bug#1077573: marked as done (ITP: sensorpro-ble -- Library for interacting with SensorPro BLE devices)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 18:05:46 +
with message-id 
and subject line Bug#1077573: fixed in sensorpro-ble 0.5.3-1
has caused the Debian Bug report #1077573,
regarding ITP: sensorpro-ble -- Library for interacting with SensorPro BLE 
devices
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1077573: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077573
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Edward Betts 

* Package name: sensorpro-ble
  Version : 0.5.3
  Upstream Author : J. Nick Koston 
* URL : https://github.com/bluetooth-devices/sensorpro-ble
* License : MIT
  Programming Lang: Python
  Description : Library for interacting with SensorPro BLE devices

  This library enables interaction with SensorPro Bluetooth Low Energy (BLE)
  devices, allowing various tasks such as data collection and device
  configuration. It supports the automatic discovery of connected SensorPro
  devices, as well as integration with home automation systems. This facilitates
  real-time monitoring and management of supported SensorPro devices, providing
  users with efficient control and data gathering capabilities from their
  SensorPro devices.

This library is a dependancy of Home Assistant, the Python smart home platform.
I plan to maintain it as part of the Home Assistant team.
--- End Message ---
--- Begin Message ---
Source: sensorpro-ble
Source-Version: 0.5.3-1
Done: Edward Betts 

We believe that the bug you reported is fixed in the latest version of
sensorpro-ble, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1077...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Edward Betts  (supplier of updated sensorpro-ble package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 30 Jul 2024 14:57:35 +0900
Source: sensorpro-ble
Binary: python3-sensorpro-ble
Architecture: source all
Version: 0.5.3-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Edward Betts 
Description:
 python3-sensorpro-ble - Library for interacting with SensorPro BLE devices
Closes: 1077573
Changes:
 sensorpro-ble (0.5.3-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1077573)
Checksums-Sha1:
 78348b6f2b76d4cd2f5c9902753a78c31e2476f8 2564 sensorpro-ble_0.5.3-1.dsc
 23f30650e3503bdb726981b94d95be8ed8d9bac9 34765 sensorpro-ble_0.5.3.orig.tar.gz
 47b6feedca02fb63801053ee6b21186383e77883 4044 
sensorpro-ble_0.5.3-1.debian.tar.xz
 f06d0aced03e9aa049b478727cf78c3b7efb215a 22360 
python3-sensorpro-ble_0.5.3-1_all.deb
 d770a5255b54db609ae7f5b4a7ff9cdc8f38bbb4 10099 
sensorpro-ble_0.5.3-1_amd64.buildinfo
Checksums-Sha256:
 da759288fb6779f421d38e716ee394c7c29a51bc84b528e0583e31c847fb0b10 2564 
sensorpro-ble_0.5.3-1.dsc
 7f2205c88521ab4de3293bf5e582f02b3763aa244e7bea00148cfbc72882e475 34765 
sensorpro-ble_0.5.3.orig.tar.gz
 09341aaecc38f6de46b45a677e1253c53cec4f246ef52ba4c77e718fb1bd7687 4044 
sensorpro-ble_0.5.3-1.debian.tar.xz
 d8a56822bb33fed321902571b00e966139303a2ae1805b8b531ccbd0a42f6a51 22360 
python3-sensorpro-ble_0.5.3-1_all.deb
 dd1f899f85dc7b70068c44ad98fc2a2470b6cf27ea11481e8b681c57505e1650 10099 
sensorpro-ble_0.5.3-1_amd64.buildinfo
Files:
 f60aefaa0e7116a380390b9e0d97c354 2564 python optional sensorpro-ble_0.5.3-1.dsc
 08c71755d15076866720d17acce0453f 34765 python optional 
sensorpro-ble_0.5.3.orig.tar.gz
 b2fca42734e05cbe23c79fd10cb1f17f 4044 python optional 
sensorpro-ble_0.5.3-1.debian.tar.xz
 e8e8d3164e652d8f0c8b1025960ada90 22360 python optional 
python3-sensorpro-ble_0.5.3-1_all.deb
 94d4c3ffa0f92bf011ac462784a2db31 10099 python optional 
sensorpro-ble_0.5.3-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAmaohOUACgkQlgWhCYxj
uSrNXw//fbKVnZBLUpM//xxXU5PbcM6NsD9o6H+u+boRK4SoFTx5iKym6WC4AhqQ
yApMOtkHx41Li626eNiBRw6ESZ5cT17LoMl4qys0r4J+wZgvDSqXiwNLJJNq5vsp
BD8p+qIiQTKs2ZF7PokA2i7Mu7VIBMpd1qoJKM92gxjOA6kVGLNigi2FTOvTLSXH
dw3C+1lPhdTdlRE4vzh+5mfiwkxTxclxLQyXPvb+dSMK1G81izMYLByx/y+8ZMcX
fbybIzHKjSyzKoUyGdDNEjbdJ4AonhbQSMsndxRw5aBdzEU6v19UOrOExRb4Ohle

Bug#1077566: marked as done (ITP: tilt-ble -- Parser library for Tilt BLE devices)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 18:05:48 +
with message-id 
and subject line Bug#1077566: fixed in tilt-ble 0.2.4-1
has caused the Debian Bug report #1077566,
regarding ITP: tilt-ble -- Parser library for Tilt BLE devices
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1077566: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077566
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Edward Betts 

* Package name: tilt-ble
  Version : 0.2.4
  Upstream Author : Alexander Thompson 
* URL : https://github.com/Bluetooth-Devices/tilt-ble
* License : MIT
  Programming Lang: Python
  Description : Parser library for Tilt BLE devices

  This library provides functionalities to parse data from Tilt Bluetooth Low
  Energy (BLE) devices. It enables communication and data extraction from Tilt
  Hydrometers and Thermometers, which are used to measure gravity and
  temperature. The library listens for incoming BLE signals, interprets the data
  packets, and makes the parsed information available for further use. Whether
  it’s for monitoring or analysis, this library simplifies interaction with Tilt
  BLE devices.

This library is a dependancy of Home Assistant, the Python smart home platform.
I plan to maintain it as part of the Home Assistant team.
--- End Message ---
--- Begin Message ---
Source: tilt-ble
Source-Version: 0.2.4-1
Done: Edward Betts 

We believe that the bug you reported is fixed in the latest version of
tilt-ble, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1077...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Edward Betts  (supplier of updated tilt-ble package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 30 Jul 2024 11:28:59 +0900
Source: tilt-ble
Binary: python3-tilt-ble
Architecture: source all
Version: 0.2.4-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Edward Betts 
Description:
 python3-tilt-ble - Parser library for Tilt BLE devices
Closes: 1077566
Changes:
 tilt-ble (0.2.4-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1077566)
Checksums-Sha1:
 fd1daccd7d5b8ccb1f599c3876ef72bdd90bce93 2414 tilt-ble_0.2.4-1.dsc
 f75b6d5bc457bbf097d04c1af8d032ee7beec69f 19637 tilt-ble_0.2.4.orig.tar.gz
 ca35840297697debb45feed72a396ecf5d5b1cb4 4052 tilt-ble_0.2.4-1.debian.tar.xz
 126b5c26dec1b54efe31147d0ca67dbc292f9015 22124 python3-tilt-ble_0.2.4-1_all.deb
 2fc9a042827328d447b9594fbcf2ef6c6af0a8d4 10049 tilt-ble_0.2.4-1_amd64.buildinfo
Checksums-Sha256:
 b6bf9dd92ed6d85e41cfac631eaa8e5782184bf47700e0fd877b44e5b865bdbf 2414 
tilt-ble_0.2.4-1.dsc
 7e5ac15d6ad26246eb71863b9eb905895c842d6ef697f01d43ff7f69fd7a14ac 19637 
tilt-ble_0.2.4.orig.tar.gz
 3784148700e8b894ab7cbe9e6d53bcc8bdd2139173e4d99cf4ad5ebf448a42b6 4052 
tilt-ble_0.2.4-1.debian.tar.xz
 0f0653289ba8aefabcc016ffe66c7d4d18f0425911a0a07ecff6d90a6c2f163b 22124 
python3-tilt-ble_0.2.4-1_all.deb
 26a2cd27f09f4272225a8b533c53961cdf157555f9bbc0ff13790d8538679b6c 10049 
tilt-ble_0.2.4-1_amd64.buildinfo
Files:
 97149a70514b858bcc095059ab29149e 2414 python optional tilt-ble_0.2.4-1.dsc
 d862e05ece153cb8aa524ddfbda905d5 19637 python optional 
tilt-ble_0.2.4.orig.tar.gz
 13de8646e7cb9fea2cfe40ccf48998b5 4052 python optional 
tilt-ble_0.2.4-1.debian.tar.xz
 36654fc21af21baa668d3047125f7c80 22124 python optional 
python3-tilt-ble_0.2.4-1_all.deb
 9a35332d0b546e79a4973fbea81c5914 10049 python optional 
tilt-ble_0.2.4-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAmaoU7IACgkQlgWhCYxj
uSo8/BAAqYANC1T4VJ9xQB3DUJYARGR67hAk+ArP+HJIeP64tW0OSQ7mmkYIwRMF
96StDBQu6fO+Vn+C4zG8eFIFSfhDuKXohkyjNLvXc3zhKIhKyHsXjHqrS03ybPzD
BGbM/kaxcK3AOpAFntCbuY0O1CfrILuD60qZAmyRfDA6/sC6TjCn7AxDm1Lam7hi
rj5GCJcryCdTv1dShycz2znBmwOejxCuPpOea/ya3cP4u/BaNTYXk6byLqfpFD5a
DDXvy9teP7PUVNToxRip1ckuv/K49RGo2FJdA5XwpOHP5jyVs9UFt1Er0HsdTjyn
R32syBCH1yZP3M8WhDYK5pK11+qSPqdIbqp21yYSNuTp1/iqWL5AAPaa0BfVy5dt
y9z1Jx/EDT7ed+8davqs+zgpjSL9e7+zVStCQkiI5DrxhG+WxjiwZ0luKOyy3v0y
qTbs2nhth8kdyzntWwGg1eXU7yHRpRN8DDqg72z

Bug#1077661: marked as done (ITP: openwebifpy -- Python interface for interacting with OpenWebIf devices)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 18:05:35 +
with message-id 
and subject line Bug#1077661: fixed in openwebifpy 4.2.5-1
has caused the Debian Bug report #1077661,
regarding ITP: openwebifpy -- Python interface for interacting with OpenWebIf 
devices
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1077661: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077661
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Edward Betts 

* Package name: openwebifpy
  Version : 4.2.5
  Upstream Author : Finbarr Brady 
* URL : https://github.com/autinerd/openwebifpy
* License : MIT
  Programming Lang: Python
  Description : Python interface for interacting with OpenWebIf devices

  This library provides functionality to control and manage devices running
  OpenWebIf, an open-source web interface for Enigma2 based set-top boxes. Users
  can perform basic control tasks on their set-top boxes and send messages
  directly to the screen. It connects to the target device via its web
  interface, facilitating communication and control operations.

This library is a dependancy of Home Assistant, the Python smart home platform.
I plan to maintain it as part of the Home Assistant team.
--- End Message ---
--- Begin Message ---
Source: openwebifpy
Source-Version: 4.2.5-1
Done: Edward Betts 

We believe that the bug you reported is fixed in the latest version of
openwebifpy, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1077...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Edward Betts  (supplier of updated openwebifpy package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 31 Jul 2024 23:15:46 +0900
Source: openwebifpy
Binary: python3-openwebifpy
Architecture: source all
Version: 4.2.5-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Edward Betts 
Description:
 python3-openwebifpy - Python interface for interacting with OpenWebIf devices
Closes: 1077661
Changes:
 openwebifpy (4.2.5-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1077661)
Checksums-Sha1:
 d4eac7e2b9a9d3206b410fa3c599a19a86d00a62 2354 openwebifpy_4.2.5-1.dsc
 c9dbcf05ebef863d05f909015829ab8098b22175 17783 openwebifpy_4.2.5.orig.tar.gz
 4551bf29557082f40644d072cc86bd39e1a59654 2536 openwebifpy_4.2.5-1.debian.tar.xz
 dd6edb34ac8969f920694a5f751ae44519518166 8060 
openwebifpy_4.2.5-1_amd64.buildinfo
 0ba7c01afd318570b727a2206ad4d9d69da725e1 33976 
python3-openwebifpy_4.2.5-1_all.deb
Checksums-Sha256:
 1c870def05870f516ec06e1fffec59f2d924ddc5b2a341140a5a25268d5ddcb2 2354 
openwebifpy_4.2.5-1.dsc
 7237fd06df8da6ba0cc890f8499c09cf067bb01f17a2778c16fcb8a5a899771a 17783 
openwebifpy_4.2.5.orig.tar.gz
 08296fb4f9249e732509589591879ccb157201a9e9d1aa028b140cf455736cd4 2536 
openwebifpy_4.2.5-1.debian.tar.xz
 ba408e403f1d7bf6e922743d7679c94c1974fc29de963a689d914283f4048052 8060 
openwebifpy_4.2.5-1_amd64.buildinfo
 e87fabaecbbd38f8524ea053f2873f62562132c0d9471bd16bb996accae3213e 33976 
python3-openwebifpy_4.2.5-1_all.deb
Files:
 99777094fc6b6cc480ca5800df236b7e 2354 python optional openwebifpy_4.2.5-1.dsc
 5841309e210d82e05803b9e14de3b7c2 17783 python optional 
openwebifpy_4.2.5.orig.tar.gz
 5e3efc61a2ed56c308ac128d2686b9e2 2536 python optional 
openwebifpy_4.2.5-1.debian.tar.xz
 38602f3bb3a8a7aa2eae03a8dc7475ed 8060 python optional 
openwebifpy_4.2.5-1_amd64.buildinfo
 aa284b062b501beceee5b3a89b9cab48 33976 python optional 
python3-openwebifpy_4.2.5-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAmaqSjAACgkQlgWhCYxj
uSpiVRAAp81CJTCw5eY8D7bwBpP8wLF8DtVV4bNiOlMW8TYlLkNrPyjxlWtF/8sA
imT/GkexZPfE1u2OzRNnVBUvaMH4msNpo0UCjgXvCiTmIX0R+K+Ckf7UXYKjzSLu
fvHfGEutQRz1tqqaWBXGtHljYdbfdgPS8am7OGRFYskDsQ9K+COAc2Z2GPyed/GU
1+X+NVpHGtW9VJQeBDqMZYuyECroT6camP3Mrc/J1r9Z7Z4qGvf/W0tC2hyUxR/t
+iUx7MK6maxVUpYXTqxsddhSe4yXD1Nf/DqnTSUnSmAFK4lJHVgmalxmnlm6wy69
jkZ3ZpGK3rQdhz+sYe6lFRLm5XW+9PVr+j0tmD6NviFtLaGzbN+dLczYfIZ4Oure
RrDJo8f0kqtK8OaH3tpoJmVQqIt7/9xOUngpmb2Gmqsl+40DfYyvoH4LoLKKYta7
N/TKzWo/jpby2wZHw3cZNItCOU7Sdqn

Bug#1077574: marked as done (ITP: thermopro-ble -- Library for interacting with ThermoPro BLE sensors)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 18:05:48 +
with message-id 
and subject line Bug#1077574: fixed in thermopro-ble 0.10.0-1
has caused the Debian Bug report #1077574,
regarding ITP: thermopro-ble -- Library for interacting with ThermoPro BLE 
sensors
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1077574: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077574
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Edward Betts 

* Package name: thermopro-ble
  Version : 0.10.0
  Upstream Author : J. Nick Koston 
* URL : https://github.com/bluetooth-devices/thermopro-ble
* License : MIT
  Programming Lang: Python
  Description : Library for interacting with ThermoPro BLE sensors

  This library provides functionalities to interact with ThermoPro Bluetooth Low
  Energy (BLE) sensors. It supports various models of ThermoPro devices,
  enabling communication and data retrieval from these sensors. The library can
  automatically discover supported devices using Bluetooth, making it easier to
  integrate ThermoPro sensors into various applications. It facilitates reading
  temperature and humidity data, ensuring accurate environmental monitoring.

This library is a dependancy of Home Assistant, the Python smart home platform.
I plan to maintain it as part of the Home Assistant team.
--- End Message ---
--- Begin Message ---
Source: thermopro-ble
Source-Version: 0.10.0-1
Done: Edward Betts 

We believe that the bug you reported is fixed in the latest version of
thermopro-ble, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1077...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Edward Betts  (supplier of updated thermopro-ble package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 30 Jul 2024 14:58:14 +0900
Source: thermopro-ble
Binary: python3-thermopro-ble
Architecture: source all
Version: 0.10.0-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Edward Betts 
Description:
 python3-thermopro-ble - Library for interacting with ThermoPro BLE sensors
Closes: 1077574
Changes:
 thermopro-ble (0.10.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1077574)
Checksums-Sha1:
 a87872bd57ff63207723501dd0951957eca9c5f6 2514 thermopro-ble_0.10.0-1.dsc
 9642ebe7490370718bbe01c93d28456088cddfd9 38389 thermopro-ble_0.10.0.orig.tar.gz
 a915b06c7ece39719fa60cddc6fa56440fbcfc6b 4048 
thermopro-ble_0.10.0-1.debian.tar.xz
 210102b5a00b115ff3334335cb7fa32016e03615 24640 
python3-thermopro-ble_0.10.0-1_all.deb
 622696da5f246ad7ee7415ff72d3ecb7ae1b6df0 10107 
thermopro-ble_0.10.0-1_amd64.buildinfo
Checksums-Sha256:
 ea31dae759136caf5a12566cf37da826de02f9e84ebf61088d334b33fab0fe26 2514 
thermopro-ble_0.10.0-1.dsc
 f855afceace86ed4a30fef71f848cc6f1d643a2c0441d7e66dd27b1849cc 38389 
thermopro-ble_0.10.0.orig.tar.gz
 36113f9e1d6b51859eb4eef124edbaa44daffc56730a44012cb07b0de1f74c22 4048 
thermopro-ble_0.10.0-1.debian.tar.xz
 aba976134ccbef935c49695ff04c847bc15ba355e4844a76a6516c80ed472744 24640 
python3-thermopro-ble_0.10.0-1_all.deb
 e4065e1ef4a8aa4546bfb38732f124d7b6058e05dd9d01a26a089c6a82cba769 10107 
thermopro-ble_0.10.0-1_amd64.buildinfo
Files:
 fc09c2bbfe7a8f0e8df13a5cb21441f8 2514 python optional 
thermopro-ble_0.10.0-1.dsc
 23fb5941dfc918a53b7e72e04cde770a 38389 python optional 
thermopro-ble_0.10.0.orig.tar.gz
 3872783b859d356043b5af584374778d 4048 python optional 
thermopro-ble_0.10.0-1.debian.tar.xz
 785e12b80854d5b39bbb91fb06eab57d 24640 python optional 
python3-thermopro-ble_0.10.0-1_all.deb
 ad2c20f6e729588c99911da1e60d0004 10107 python optional 
thermopro-ble_0.10.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAmaolLoACgkQlgWhCYxj
uSqaCg/+NqebwvQUOdtuBqIs18VtaGqxIKk+gOPRxfl7ySZ9Tf/m8pv/sJQsa/Rl
8f83q0Tg7PfySBiQU4eWZcBNHNeAgU4/QihKRPMpul85LcmYAW8F/d6dWs+jqb9i
Mdj2Us7XThQgH8f+UqehTfdlKxrR+or/AL1hAJJq9gqE/67lveBJctcJN30chuxj
K3zpjkWdI+SNHMscfCxUxf3FI41TSY9TcScRfmi3btRnK/gE+jyo2XkJJDzlZm36
DV0j9TM13T4WIjI3diuy3rYJj86IdbQCWyN2RGEFaeMTFUsbqe

Bug#1077581: marked as done (ITP: bluemaestro-ble -- Library for interfacing with BlueMaestro BLE devices)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 18:05:32 +
with message-id 
and subject line Bug#1077581: fixed in bluemaestro-ble 0.2.3-1
has caused the Debian Bug report #1077581,
regarding ITP: bluemaestro-ble -- Library for interfacing with BlueMaestro BLE 
devices
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1077581: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077581
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Edward Betts 

* Package name: bluemaestro-ble
  Version : 0.2.3
  Upstream Author : J. Nick Koston 
* URL : https://github.com/bluetooth-devices/bluemaestro-ble
* License : MIT
  Programming Lang: Python
  Description : Library for interfacing with BlueMaestro BLE devices

  This library provides functionalities to interact with BlueMaestro BLE
  devices, such as the Tempo Disc THD and Tempo Disc THPD. It enables the
  retrieval of sensor data from these devices, allowing for the monitoring of
  temperature, humidity, and other environmental factors. The library
  communicates with BlueMaestro devices over Bluetooth, automatically
  discovering and handling connections when used in environments that support
  Bluetooth integration. It is designed to integrate with systems that need
  real-time or periodic data collection from BlueMaestro sensors, offering a
  reliable way to gather and process environmental metrics.

This library is a dependancy of Home Assistant, the Python smart home platform.
I plan to maintain it as part of the Home Assistant team.
--- End Message ---
--- Begin Message ---
Source: bluemaestro-ble
Source-Version: 0.2.3-1
Done: Edward Betts 

We believe that the bug you reported is fixed in the latest version of
bluemaestro-ble, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1077...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Edward Betts  (supplier of updated bluemaestro-ble package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 30 Jul 2024 16:24:02 +0900
Source: bluemaestro-ble
Binary: python3-bluemaestro-ble
Architecture: source all
Version: 0.2.3-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Edward Betts 
Description:
 python3-bluemaestro-ble - Library for interfacing with BlueMaestro BLE devices
Closes: 1077581
Changes:
 bluemaestro-ble (0.2.3-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1077581)
Checksums-Sha1:
 9ccf1f993807f1d6a2b1a999d70a29f585490ddf 2494 bluemaestro-ble_0.2.3-1.dsc
 171259fcdc01c927961dd0005d1273f789b8150b 34545 
bluemaestro-ble_0.2.3.orig.tar.gz
 ab2576d38b52ffbced3ab313dc18941785a4c979 4144 
bluemaestro-ble_0.2.3-1.debian.tar.xz
 403737a25dfc916fe27b3863ab9382a1a8948e21 10119 
bluemaestro-ble_0.2.3-1_amd64.buildinfo
 38d413a4e1a9a8eab677e1e2cb90cdc81087bc91 22144 
python3-bluemaestro-ble_0.2.3-1_all.deb
Checksums-Sha256:
 dbd0cb3f814d57c83fac05c0535ae6d2c3494f539d142745ae10884313f95841 2494 
bluemaestro-ble_0.2.3-1.dsc
 4760f2a599f35ca9528fa2f8d17e752f8b3a592e454a79e95a2af5d6231e0cd5 34545 
bluemaestro-ble_0.2.3.orig.tar.gz
 42cc10f98906a072b1b420da80f9f093ec4e2d517e3e51c8e7b248abb2fd0829 4144 
bluemaestro-ble_0.2.3-1.debian.tar.xz
 36cf568141165b2e5aee28e4c84672f7a05b877a4a8103955983f87951506ebe 10119 
bluemaestro-ble_0.2.3-1_amd64.buildinfo
 3da24f277327422dcbd261633a8e0e23854a8517795b22a29f19b26ce3254e2f 22144 
python3-bluemaestro-ble_0.2.3-1_all.deb
Files:
 e6c647c36c206975260b87b0fd45fdaa 2494 python optional 
bluemaestro-ble_0.2.3-1.dsc
 e6147e3795a7808e3e7b9f1a7ae90d99 34545 python optional 
bluemaestro-ble_0.2.3.orig.tar.gz
 094ee60620895dea02e6b4f02fc648b6 4144 python optional 
bluemaestro-ble_0.2.3-1.debian.tar.xz
 0eb8330b14c2a8a9d063714a8f4f9f3a 10119 python optional 
bluemaestro-ble_0.2.3-1_amd64.buildinfo
 2118e82004c431057408470e9b86b3a7 22144 python optional 
python3-bluemaestro-ble_0.2.3-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAmaotb8ACgkQlgWhCYxj
uSr46g//Qnnswqywk71+OdG7XtUoxNKSzckikVvpvcwZQ1P8f5AIZvZVE7Yl9G78
hJW2nFk+o8VAsQ6ui23P8

Bug#1077575: marked as done (ITP: qingping-ble -- Library for interacting with Qingping BLE devices)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 18:05:41 +
with message-id 
and subject line Bug#1077575: fixed in qingping-ble 0.10.0-1
has caused the Debian Bug report #1077575,
regarding ITP: qingping-ble -- Library for interacting with Qingping BLE devices
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1077575: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077575
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Edward Betts 

* Package name: qingping-ble
  Version : 0.10.0
  Upstream Author : J. Nick Koston 
* URL : https://github.com/bluetooth-devices/qingping-ble
* License : MIT
  Programming Lang: Python
  Description : Library for interacting with Qingping BLE devices

  This library provides tools for interacting with various Qingping Bluetooth
  Low Energy (BLE) devices, allowing for communication and data extraction.
  Supported devices include air monitors, alarm clocks, door/window sensors,
  thermo-hygrometers, motion and ambient light sensors, and CO2 monitors. It is
  designed to enable the seamless integration of these devices within other
  systems, facilitating data retrieval and monitoring through BLE communication.

This library is a dependancy of Home Assistant, the Python smart home platform.
I plan to maintain it as part of the Home Assistant team.
--- End Message ---
--- Begin Message ---
Source: qingping-ble
Source-Version: 0.10.0-1
Done: Edward Betts 

We believe that the bug you reported is fixed in the latest version of
qingping-ble, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1077...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Edward Betts  (supplier of updated qingping-ble package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 30 Jul 2024 15:12:38 +0900
Source: qingping-ble
Binary: python3-qingping-ble
Architecture: source all
Version: 0.10.0-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Edward Betts 
Description:
 python3-qingping-ble - Library for interacting with Qingping BLE devices
Closes: 1077575
Changes:
 qingping-ble (0.10.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1077575)
Checksums-Sha1:
 c5d472f1e1a991905a464e6b1c61cc0fdb5c9367 2502 qingping-ble_0.10.0-1.dsc
 e8141d8e1b03d4eff07d3b6908504aa4202bc36b 35240 qingping-ble_0.10.0.orig.tar.gz
 1bbb28dce2ac2c189e248f28f98d33de8a089281 4012 
qingping-ble_0.10.0-1.debian.tar.xz
 45a763fa0ede13f2da09704adeb2827bab50452c 24880 
python3-qingping-ble_0.10.0-1_all.deb
 4f52aee87c7ea35d5f9df7d07c513a58f696635c 10097 
qingping-ble_0.10.0-1_amd64.buildinfo
Checksums-Sha256:
 96def54affb0cdc060deece199565d745e7e4dd7733340e8ff34fd7935e78100 2502 
qingping-ble_0.10.0-1.dsc
 54463db5836991237bc15374cd548d3ca1b5c76fb8bb5960796f367110dd1693 35240 
qingping-ble_0.10.0.orig.tar.gz
 d46f325fd6ec7dc903fc8102178042b9a33588c6db949bc79bb8d1b37cb9e8e4 4012 
qingping-ble_0.10.0-1.debian.tar.xz
 e77f4c2d4834d52622daa82c8f21562c4d1f713335be158187f08f455a21a875 24880 
python3-qingping-ble_0.10.0-1_all.deb
 5e12c212b016786ac73a34b3114c0b90b63f6f21eafa375df5fd46ba7bdefa86 10097 
qingping-ble_0.10.0-1_amd64.buildinfo
Files:
 872a6864114185e63de98a68298d89fc 2502 python optional qingping-ble_0.10.0-1.dsc
 29a19fb8b02fce73c781bafeacee1629 35240 python optional 
qingping-ble_0.10.0.orig.tar.gz
 1564cf53a0cb6afdd8ecc72d53ade9f1 4012 python optional 
qingping-ble_0.10.0-1.debian.tar.xz
 fd1498dc576bf18b628a7066135d8419 24880 python optional 
python3-qingping-ble_0.10.0-1_all.deb
 edef09faabf1ce846d930d4b594181df 10097 python optional 
qingping-ble_0.10.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAmaojzcACgkQlgWhCYxj
uSp28xAAmFQmfSSR3wW3WgCA8xkLh29ByEP0qk1cVf4syu7O1Kx35h+KHNbLGJfE
MdlS5oNwZIn8myNKf4Z+RsZJKjGQeRl+J2T2bMACGaRl4i0k1ZlVszJMjfW93fgz
VlVVxNx+Wofgs2q3cXO/+pwt0xfhR2RdUVNN66YsiPVQ+52xSvSYaBZGjuzRc8i1
Km6npZmBfBZ6bxPGEVjzE1h64UObRJN6ew3yrg14vi3enx41xVoDzFjLa1AFyxl7
mDoHBDY1jjE/nGI+G71Xp8+BsibBh22Qxup8L/iYfyWqQI3DnqTOB2kXvmAZbKXX
840c7DX7E6nopxv6G9g

Bug#1077692: marked as done (ITP: rapt-ble -- Parser for RAPT Pill hydrometer BLE packets)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 18:05:42 +
with message-id 
and subject line Bug#1077692: fixed in rapt-ble 0.1.2-1
has caused the Debian Bug report #1077692,
regarding ITP: rapt-ble -- Parser for RAPT Pill hydrometer BLE packets
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1077692: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077692
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Edward Betts 

* Package name: rapt-ble
  Version : 0.1.2
  Upstream Author : Jan Čermák 
* URL : https://github.com/sairon/rapt-ble
* License : MIT
  Programming Lang: Python
  Description : Parser for RAPT Pill hydrometer BLE packets

  This library provides functionality to parse Bluetooth Low Energy (BLE)
  packets from RAPT Pill hydrometers. Designed to capture and interpret the
  telemetry data, it allows easy integration with other software systems that
  utilize this data. The primary use case is for situations where real-time
  monitoring and data collection from RAPT Pill hydrometers are required,
  extracting information such as specific gravity and temperature.

This library is a dependancy of Home Assistant, the Python smart home platform.
I plan to maintain it as part of the Home Assistant team.
--- End Message ---
--- Begin Message ---
Source: rapt-ble
Source-Version: 0.1.2-1
Done: Edward Betts 

We believe that the bug you reported is fixed in the latest version of
rapt-ble, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1077...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Edward Betts  (supplier of updated rapt-ble package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 01 Aug 2024 07:04:28 +0900
Source: rapt-ble
Binary: python3-rapt-ble
Architecture: source all
Version: 0.1.2-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Edward Betts 
Description:
 python3-rapt-ble - Parser for RAPT Pill hydrometer BLE packets
Closes: 1077692
Changes:
 rapt-ble (0.1.2-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1077692)
Checksums-Sha1:
 d1fe6c176100aac5fc594c87ef194f27acd6e296 2460 rapt-ble_0.1.2-1.dsc
 4cfee13e2b1fa0d783441023a83a46322882 34732 rapt-ble_0.1.2.orig.tar.gz
 e10b1d6a39db5d9b6280a860878dd88f87db9f64 4096 rapt-ble_0.1.2-1.debian.tar.xz
 a257a4b4612a3cea5baeaeb324573c389eae67b0 21892 python3-rapt-ble_0.1.2-1_all.deb
 8b5e72d03a6b00ddd33c46496616dabca3d97517 10049 rapt-ble_0.1.2-1_amd64.buildinfo
Checksums-Sha256:
 69270f700013860cdc8b68802e834336312db43f40cb7c9e4f6cbe80ee999d0a 2460 
rapt-ble_0.1.2-1.dsc
 6b6ba31f3e7ffe8c128dc8eed400c5fff360f0992e06f36557ee9287dbcf70d6 34732 
rapt-ble_0.1.2.orig.tar.gz
 1dcaf9dfe662f356477aad434ba49c5dff631a01c16736980423ba9d5402c1d0 4096 
rapt-ble_0.1.2-1.debian.tar.xz
 d0da29c78c524af1a728766c515a500e5be84f446e1fd12c53e6b7984e5d47fe 21892 
python3-rapt-ble_0.1.2-1_all.deb
 81b96b8504988ee4ae32c702a20a4f0aea6ff17ab0d740f8b64b266e40a161eb 10049 
rapt-ble_0.1.2-1_amd64.buildinfo
Files:
 b2e3bd95b929f96d878d7a901d6edb95 2460 python optional rapt-ble_0.1.2-1.dsc
 2217f4a499df8693c7a18914e4ec3027 34732 python optional 
rapt-ble_0.1.2.orig.tar.gz
 84d6c4777eab8117913cdd468fbb9211 4096 python optional 
rapt-ble_0.1.2-1.debian.tar.xz
 e07653035559d66b0b0248a4ec831127 21892 python optional 
python3-rapt-ble_0.1.2-1_all.deb
 c93a67f06189b93fe3db203a828ee026 10049 python optional 
rapt-ble_0.1.2-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAmaquGkACgkQlgWhCYxj
uSqe/Q//Q6bQ76mmYWqsLDNBlB96AOtAAWgcA7ypjkrRfLWMWc4+pFC9u+h0r4Q7
Q6l4jwO9ecASETEML+rgdh5Z/cn3quzGO8T8hiCATJDP1Ahs1DQUAchK6x2k4V+m
IHJUsICg6ARIWv0E/ipk9CFxXFZdcELv7yGrvK3Uc/Hd/jo9nUQ7V++mQmI5VJjV
B/i7tZfM1+pL3+57uDwoFAiDxxmjV/uj1kePA4qDmD8eqIhSld5dTHJ3ODAjGbxs
Knvwg730eBLa+daUEZoqkYNUKEpMDF7v8Fw+fzEe6+HAOTt8RsUdmcMbn/EqDmRi
XPEziBUwTT22oe+HuXUD82mzjk2+ZZn+FAbjuFh/bHp9Npjfej1/wo6lWkA21Ogb
p1tIyeGd+ldr75/EEPrYTXtCR90JgL33vWLwaym0LYHnXsJSM0yN0Hdu0iQel6Ke
HuymE2afuJkVOJgusTqXObhgUZrRmzakUctXBiDYtHaPkxgGxmLZq1lthf+dcLwD
38Cx7HB

Bug#1077662: marked as done (ITP: bthome-ble -- BLE parser for sensors supporting BTHome format)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 18:05:32 +
with message-id 
and subject line Bug#1077662: fixed in bthome-ble 3.9.3-1
has caused the Debian Bug report #1077662,
regarding ITP: bthome-ble -- BLE parser for sensors supporting BTHome format
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1077662: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077662
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Edward Betts 

* Package name: bthome-ble
  Version : 3.9.3
  Upstream Author : Ernst Klamer 
* URL : https://github.com/bluetooth-devices/bthome-ble
* License : MIT
  Programming Lang: Python
  Description : BLE parser for sensors supporting BTHome format

  This library parses data from sensors that use the BTHome BLE format. It
  supports both versions 1 and 2 of the BTHome protocol. BTHome BLE is designed
  for energy-efficient data broadcasting via Bluetooth. This library allows for
  the automatic discovery and integration of BTHome devices, provided that the
  Bluetooth integration is enabled and functional. Encryption support is
  available, requiring a 32-character hexadecimal bindkey for secure
  communication.

This library is a dependancy of Home Assistant, the Python smart home platform.
I plan to maintain it as part of the Home Assistant team.
--- End Message ---
--- Begin Message ---
Source: bthome-ble
Source-Version: 3.9.3-1
Done: Edward Betts 

We believe that the bug you reported is fixed in the latest version of
bthome-ble, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1077...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Edward Betts  (supplier of updated bthome-ble package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 31 Jul 2024 23:11:19 +0900
Source: bthome-ble
Binary: python3-bthome-ble
Architecture: source all
Version: 3.9.3-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Edward Betts 
Description:
 python3-bthome-ble - BLE parser for sensors supporting BTHome format
Closes: 1077662
Changes:
 bthome-ble (3.9.3-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1077662)
Checksums-Sha1:
 1a3dcfdce27205db52c107c3da8caa2b2cfbf7dc 2458 bthome-ble_3.9.3-1.dsc
 513a5944079011a6d49733935ba02c3ff8eeb06f 80712 bthome-ble_3.9.3.orig.tar.gz
 d095d2980e484e024f2566e093c27d20271d9459 4072 bthome-ble_3.9.3-1.debian.tar.xz
 33f494f87b60cea1fa7509d073d522667d3659cd 10069 
bthome-ble_3.9.3-1_amd64.buildinfo
 65d9ffde220b8693c225753e03ebe4e3eca7498f 47516 
python3-bthome-ble_3.9.3-1_all.deb
Checksums-Sha256:
 09ff48c4408877759a0c0b20c84e23935521015ffbe324b2a5d3c84c8f41885c 2458 
bthome-ble_3.9.3-1.dsc
 0fe790d25c67124c5bc1577218d5917b6eb1e26cce727d0f7b92df6d1051 80712 
bthome-ble_3.9.3.orig.tar.gz
 a6e2b7320c7291aa66dcab6ac5bb3d017d632a8a212340e760613081aa8e6c56 4072 
bthome-ble_3.9.3-1.debian.tar.xz
 746e9d1888932bdee4a6e30b39a1c3a73972d7095a192ffabed643f41bb84e8a 10069 
bthome-ble_3.9.3-1_amd64.buildinfo
 97040545071a473fbbe6ef4cbef671005fc9a702fe2e432b1b0657b2c8cc39e3 47516 
python3-bthome-ble_3.9.3-1_all.deb
Files:
 3bf8a559c8d8f19314a639f2f39b3d3d 2458 python optional bthome-ble_3.9.3-1.dsc
 a577877a5f8403fadaf8dbf203fd14f9 80712 python optional 
bthome-ble_3.9.3.orig.tar.gz
 971ebdd4f1cde5bcba320d017a3f98ca 4072 python optional 
bthome-ble_3.9.3-1.debian.tar.xz
 008c84dfbf2d98f3dc882d1a75b475d9 10069 python optional 
bthome-ble_3.9.3-1_amd64.buildinfo
 3859cef8a42f7af158b769b4d7fda40f 47516 python optional 
python3-bthome-ble_3.9.3-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAmaqSf0ACgkQlgWhCYxj
uSoFgg//TXZ8IoHbO+M6uAG+9nT8W1tEcPAlXcGwukaqZlV1KTXzCNvKpq0lGyHZ
4qa4FHpjAmbSTYR3e9pYZq+zoVd4fmFd74Q6zssoOVHALEWoU8/xPC8voNOFO7Sz
HW+QAsxJKnpvE4B/uLjmvbYgD6K2OxrffwM712TfWDIqBLAguBppaftsyAUWx2Br
qd3Ck49MOWF4HC8TLQrgcBaRd8nIYhlZ06efLzLjXHuZ/lYKgbCi/V7+k2LGWSDz
3AnA/ROJw0SA9oL5dGcAHBeiKzHIUxm9CVUi21exbK9GbEWO0SzfWD09aE4tBnYj
dv6cPcCqOCf62DiMLWxhByfOhYppdZDHtmfY9grJkKxI9B8Whm9PiWWu4xs3IJWJ
1GTLje+2e6vit5agypydSI1YCl9kPB

Bug#1077689: marked as done (ITP: aiotankerkoenig -- Fetch data from tankerkoenig.de asynchronously)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 18:05:31 +
with message-id 
and subject line Bug#1077689: fixed in aiotankerkoenig 0.4.1-1
has caused the Debian Bug report #1077689,
regarding ITP: aiotankerkoenig -- Fetch data from tankerkoenig.de asynchronously
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1077689: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077689
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Edward Betts 

* Package name: aiotankerkoenig
  Version : 0.4.1
  Upstream Author : Jan-Philipp Benecke 
* URL : https://github.com/jpbede/aiotankerkoenig
* License : MIT
  Programming Lang: Python
  Description : Fetch data from tankerkoenig.de asynchronously

  This library allows users to retrieve up-to-date fuel price information from
  tankerkoenig.de. It provides an interface to access detailed fuel station
  data, including station names, locations, and current fuel prices. Requests
  are performed asynchronously to ensure efficient data fetching, making it
  suitable for applications that require real-time fuel price updates. Users can
  monitor multiple fuel stations and automate actions based on the retrieved
  data. The library interacts with tankerkoenig.de's API, requiring an API key
  for access.

This library is a dependancy of Home Assistant, the Python smart home platform.
I plan to maintain it as part of the Home Assistant team.
--- End Message ---
--- Begin Message ---
Source: aiotankerkoenig
Source-Version: 0.4.1-1
Done: Edward Betts 

We believe that the bug you reported is fixed in the latest version of
aiotankerkoenig, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1077...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Edward Betts  (supplier of updated aiotankerkoenig package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 01 Aug 2024 07:03:42 +0900
Source: aiotankerkoenig
Binary: python3-aiotankerkoenig
Architecture: source all
Version: 0.4.1-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Edward Betts 
Description:
 python3-aiotankerkoenig - Fetch data from tankerkoenig.de asynchronously
Closes: 1077689
Changes:
 aiotankerkoenig (0.4.1-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1077689)
Checksums-Sha1:
 c15ce3a5deece3a8055eabd29cd227f1b6f1223c 2501 aiotankerkoenig_0.4.1-1.dsc
 e0c6b55323929535dbdc43aa792a115939f3db27 69161 
aiotankerkoenig_0.4.1.orig.tar.gz
 a042dbc0a0b7dc5cd15d21158acd4eb6b908ee17 2460 
aiotankerkoenig_0.4.1-1.debian.tar.xz
 67a5266ea330dd7b34cc0b8e7b6aad0b54b7e36f 7894 
aiotankerkoenig_0.4.1-1_amd64.buildinfo
 427e6eca4fbabc36008d6b72a3d6a084b86b38ec 9692 
python3-aiotankerkoenig_0.4.1-1_all.deb
Checksums-Sha256:
 8bae85d46cc3a9198c6ed6f74a9ae53ab461faf0c39d8275e21b5057b6140720 2501 
aiotankerkoenig_0.4.1-1.dsc
 270a9ec53b31bfcdaacb13111d8b0ecd667d6c9944cf998b08ff161549e0f86f 69161 
aiotankerkoenig_0.4.1.orig.tar.gz
 ee43eae52e30a0809f267900f5489584e1b6b929b2f34e782e8a73b238e3b6ac 2460 
aiotankerkoenig_0.4.1-1.debian.tar.xz
 6c40e16a27bcf37bdc1dac2ba329981d66c54ee0c7bed14869d9e4de6ea1e5fd 7894 
aiotankerkoenig_0.4.1-1_amd64.buildinfo
 6eaca21770a63b4e10c8c98df4c60e0f4b3b34f0337f7c19eaee28db423c4db2 9692 
python3-aiotankerkoenig_0.4.1-1_all.deb
Files:
 bbe29dab517ff3766c9f36ace996b0fc 2501 python optional 
aiotankerkoenig_0.4.1-1.dsc
 5ef2cb42483191febf3f903811dbddf2 69161 python optional 
aiotankerkoenig_0.4.1.orig.tar.gz
 4aae371dc13f959641bfd5a4a80d3c8f 2460 python optional 
aiotankerkoenig_0.4.1-1.debian.tar.xz
 d56c0ff886001501faf539b132c13dd2 7894 python optional 
aiotankerkoenig_0.4.1-1_amd64.buildinfo
 933f8c3e7f6b215e2a3a95ca4da946a3 9692 python optional 
python3-aiotankerkoenig_0.4.1-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAmaqtggACgkQlgWhCYxj
uSqylhAAoK0EzZZ5g2TQOci2aaspIzcYNsoM8W9TBUYR7jbCZD7IPO2JQ6sVFNs0
SRgxlkItTZt4gDnksShEQQT7DDQ7rrLR3VPDhJoBS7pVn6CQ+tCSlepM/zEdC4tG
9JPCB4xgxFGO2AauW0ZyXhDYpzcv82Fc1R1DTuyXc3YBs1Fi9Antqtyi2R+4cK32
7Xo5xtA+9/Wysk01xU

Bug#1077685: marked as done (ITP: inkbird-ble -- Parser for INKBIRD BLE devices)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 18:05:33 +
with message-id 
and subject line Bug#1077685: fixed in inkbird-ble 0.5.8-1
has caused the Debian Bug report #1077685,
regarding ITP: inkbird-ble -- Parser for INKBIRD BLE devices
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1077685: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077685
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Edward Betts 

* Package name: inkbird-ble
  Version : 0.5.8
  Upstream Author : J. Nick Koston 
* URL : https://github.com/bluetooth-devices/inkbird-ble
* License : MIT
  Programming Lang: Python
  Description : Parser for INKBIRD BLE devices

  This library supports parsing data from various INKBIRD BLE devices, including
  thermometers and hygrometers. It handles communication over Bluetooth to
  retrieve sensor information. Supported devices include the INKBIRD Bluetooth
  Thermometer IBS-TH1, Bluetooth Pool Thermometer IBS-P01B, Temperature and
  Humidity Hygrometer IBS-TH2, Bluetooth Smart Sensor ITH-12S, and several
  Bluetooth Grill Thermometers, among others. The data retrieved from these
  devices can be used to monitor temperature, humidity, and other metrics.

This library is a dependancy of Home Assistant, the Python smart home platform.
I plan to maintain it as part of the Home Assistant team.
--- End Message ---
--- Begin Message ---
Source: inkbird-ble
Source-Version: 0.5.8-1
Done: Edward Betts 

We believe that the bug you reported is fixed in the latest version of
inkbird-ble, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1077...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Edward Betts  (supplier of updated inkbird-ble package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 01 Aug 2024 06:44:44 +0900
Source: inkbird-ble
Binary: python3-inkbird-ble
Architecture: source all
Version: 0.5.8-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Edward Betts 
Description:
 python3-inkbird-ble - Parser for INKBIRD BLE devices
Closes: 1077685
Changes:
 inkbird-ble (0.5.8-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1077685)
Checksums-Sha1:
 272cc76f455ddc1855a9948b5923f97f564fd452 2483 inkbird-ble_0.5.8-1.dsc
 58f2220c5ab2e3cc8595e1bc1b488f0779c7bbeb 38266 inkbird-ble_0.5.8.orig.tar.gz
 d816a6752967df22a760d2f64dfd00a152debf4f 4080 inkbird-ble_0.5.8-1.debian.tar.xz
 49febb276a9dfa0145c75eb94ac1cdc97c3a4422 10079 
inkbird-ble_0.5.8-1_amd64.buildinfo
 7f81750076e0de4072fa14f2a7644871d4107924 25492 
python3-inkbird-ble_0.5.8-1_all.deb
Checksums-Sha256:
 043786acbb5b79901114e88ec2de26a4609f00b700cfb148fd1f8d5eb2d6840b 2483 
inkbird-ble_0.5.8-1.dsc
 112330c779bfc19f3f9e2cb832a505ebeed7d3117c1c39f831b08e9f871c8b8d 38266 
inkbird-ble_0.5.8.orig.tar.gz
 68ca92ad8c4e877cb54238ab60e707596d30a9e79405504810521336ac51c37e 4080 
inkbird-ble_0.5.8-1.debian.tar.xz
 a13d53f356efb4f7f33cffdc87737f5eb71b81867db297b35f6f3570f6586d07 10079 
inkbird-ble_0.5.8-1_amd64.buildinfo
 dc2c035348fb198ab4924e0491e63d0b36d1d04d5ebb353d6c96b2adeb103b9c 25492 
python3-inkbird-ble_0.5.8-1_all.deb
Files:
 0fc34dfde4e9e2d377f3ba5a0d4c06e4 2483 python optional inkbird-ble_0.5.8-1.dsc
 ee2336869a27a2a8a396cb68e46e8d2b 38266 python optional 
inkbird-ble_0.5.8.orig.tar.gz
 8b466b455e95b0154bdf3c6dc60402c1 4080 python optional 
inkbird-ble_0.5.8-1.debian.tar.xz
 cf9dd43d57c00c8954db5adeff74ac70 10079 python optional 
inkbird-ble_0.5.8-1_amd64.buildinfo
 45b5f805b246e5534bb1cf0628baf6b2 25492 python optional 
python3-inkbird-ble_0.5.8-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAmaqse4ACgkQlgWhCYxj
uSqeThAAh6PgYtjquOln/YJ8PncZtM0YphBmjKRn2GpyyDXJTZpOLleE390+lF5B
ujErpjEK9sjvmNFqlcqUMn0aaFKujpB5eRmYtSxlQBldRsGc05bNxh+AK5iUN72b
Vz9l3NuO7gFzQTpzAKRS9kn9IHo2ovlKgGsOmo0kOOtWUj9egk45HF2sjrBouIVm
bkhvOLCxAfpuyGHyPsDmsQAJZ3zam25qrtTD/2kZje+kxOuzbTopxZq7kaQzyJCs
GoLw+IsPQxKPLZBfYqiQrENSkJYkZ0IgdNRy4tWEVZvm0iOmxhL9ClXn2g/RDuas
htB+VpGTJ/j2M+UK+4wYkpdMqEIqRWJPBqvC6AfBfIVv6uNC+bU85P

Bug#1077711: marked as done (ITP: aioelectricitymaps -- Async Python client for interfacing with the Electricity Maps API)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 18:05:30 +
with message-id 
and subject line Bug#1077711: fixed in aioelectricitymaps 1.0.0-1
has caused the Debian Bug report #1077711,
regarding ITP: aioelectricitymaps -- Async Python client for interfacing with 
the Electricity Maps API
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1077711: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077711
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Edward Betts 

* Package name: aioelectricitymaps
  Version : 1.0.0
  Upstream Author : Jan-Philipp Benecke 
* URL : https://github.com/jpbede/aioelectricitymaps
* License : MIT
  Programming Lang: Python
  Description : Async Python client for interfacing with the Electricity 
Maps API

  This library provides an asynchronous interface to interact with the
  Electricity Maps API, enabling users to fetch real-time data about carbon
  intensity and energy sources of specific regions. It allows for data
  collection through geographical coordinates or country codes. Users can obtain
  detailed information on carbon emissions and the proportion of fossil fuels
  used in energy production. The library requires an API key from the
  Electricity Maps service and can access comprehensive environmental data for
  supported regions.

This library is a dependancy of Home Assistant, the Python smart home platform.
I plan to maintain it as part of the Home Assistant team.
--- End Message ---
--- Begin Message ---
Source: aioelectricitymaps
Source-Version: 1.0.0-1
Done: Edward Betts 

We believe that the bug you reported is fixed in the latest version of
aioelectricitymaps, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1077...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Edward Betts  (supplier of updated aioelectricitymaps 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 01 Aug 2024 13:59:43 +0900
Source: aioelectricitymaps
Binary: python3-aioelectricitymaps
Architecture: source all
Version: 1.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Edward Betts 
Description:
 python3-aioelectricitymaps - Async Python client for interfacing with 
Electricity Maps API
Closes: 1077711
Changes:
 aioelectricitymaps (1.0.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1077711)
Checksums-Sha1:
 3b935ec70381faadd921839a3968f48746500bfb 2512 aioelectricitymaps_1.0.0-1.dsc
 869e58574e34f90b33cb6c42affc1e38c0e22be2 74764 
aioelectricitymaps_1.0.0.orig.tar.gz
 d559a3c5286b33fb5ec4ba3cf889f4e6a569d401 2496 
aioelectricitymaps_1.0.0-1.debian.tar.xz
 8bea0ebc1a2280ec3e26d84f4d1379316605be91 7927 
aioelectricitymaps_1.0.0-1_amd64.buildinfo
 53bae42d41bf7c2e343562b68f60801cf97fe2bf 10488 
python3-aioelectricitymaps_1.0.0-1_all.deb
Checksums-Sha256:
 aae523a9b95951ce5f356dfbfbc8a493daafdd317f45f88596cc6acb5eef2273 2512 
aioelectricitymaps_1.0.0-1.dsc
 ed621808e406b0c1e571b19f8703f4c3915c248749bd0d170cc3d92fd901ce37 74764 
aioelectricitymaps_1.0.0.orig.tar.gz
 596df15e61bd3fe9e025038af4e9df84c4cdf037e724a3048532d142bad488b4 2496 
aioelectricitymaps_1.0.0-1.debian.tar.xz
 8a3a7355417b166bc48e7258c6b7fcd177e052e234c473a6cb8da1b49566581a 7927 
aioelectricitymaps_1.0.0-1_amd64.buildinfo
 bb8c3fea7e16e0e3d698fe8a26ab1bfabbfe04e924e17b9cce26cb59216e 10488 
python3-aioelectricitymaps_1.0.0-1_all.deb
Files:
 3d88e08b6cf91d7851a79547cde24608 2512 python optional 
aioelectricitymaps_1.0.0-1.dsc
 a5d5bd38a19cbc863b00145681ccc491 74764 python optional 
aioelectricitymaps_1.0.0.orig.tar.gz
 69d2f8cabae1f852fb346a27c6e4091c 2496 python optional 
aioelectricitymaps_1.0.0-1.debian.tar.xz
 3b29ce777b2eb1bf5d3bb1545b49ee58 7927 python optional 
aioelectricitymaps_1.0.0-1_amd64.buildinfo
 c8389e46ae6f173087903295a473622b 10488 python optional 
python3-aioelectricitymaps_1.0.0-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAmarF50ACgkQlgWhCYxj
uSojxA//abSmWNP+AXCCtjEkedpBuEuwK11GmUEwauNnKwFy5dZykI9gIeHnSlw9
BVdYPTq98HqubulKe1sQwju

Bug#1077699: marked as done (ITP: sensorpush-ble -- Parser for SensorPush Bluetooth Low Energy (BLE) devices)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 18:05:47 +
with message-id 
and subject line Bug#1077699: fixed in sensorpush-ble 1.6.2-1
has caused the Debian Bug report #1077699,
regarding ITP: sensorpush-ble -- Parser for SensorPush Bluetooth Low Energy 
(BLE) devices
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1077699: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077699
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Edward Betts 

* Package name: sensorpush-ble
  Version : 1.6.2
  Upstream Author : J. Nick Koston 
* URL : https://github.com/bluetooth-devices/sensorpush-ble
* License : MIT
  Programming Lang: Python
  Description : Parser for SensorPush Bluetooth Low Energy (BLE) devices

  This library enables interaction with SensorPush devices using Bluetooth Low
  Energy (BLE) technology. It retrieves sensor data such as temperature,
  humidity, and barometric pressure from supported SensorPush devices. The
  library automatically discovers devices and processes the received data,
  making it accessible for further usage. It supports various SensorPush models
  including the HT1, HT.w, and HTP.xw.

This library is a dependancy of Home Assistant, the Python smart home platform.
I plan to maintain it as part of the Home Assistant team.
--- End Message ---
--- Begin Message ---
Source: sensorpush-ble
Source-Version: 1.6.2-1
Done: Edward Betts 

We believe that the bug you reported is fixed in the latest version of
sensorpush-ble, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1077...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Edward Betts  (supplier of updated sensorpush-ble package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 01 Aug 2024 09:08:42 +0900
Source: sensorpush-ble
Binary: python3-sensorpush-ble
Architecture: source all
Version: 1.6.2-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Edward Betts 
Description:
 python3-sensorpush-ble - Parser for SensorPush Bluetooth Low Energy (BLE) 
devices
Closes: 1077699
Changes:
 sensorpush-ble (1.6.2-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1077699)
Checksums-Sha1:
 db0033ffd311203b963d3aedd2f242038a627bb9 2519 sensorpush-ble_1.6.2-1.dsc
 cabf4e02fdf3cf28bf561f2b52639031f74937cb 46208 sensorpush-ble_1.6.2.orig.tar.gz
 7fa3dd67d1b8715f53e7bc92b27c667edd22d573 4048 
sensorpush-ble_1.6.2-1.debian.tar.xz
 e5fcad212cfbd1c27a9d1a6f0286cb5b18e541df 26076 
python3-sensorpush-ble_1.6.2-1_all.deb
 a637d91414e48abf76a982d885ca511e7f75a00b 10109 
sensorpush-ble_1.6.2-1_amd64.buildinfo
Checksums-Sha256:
 79f6ee4492d9293aacafe240ba3e07cb3eda395c8dbcac04cb2494a7b0ca7f49 2519 
sensorpush-ble_1.6.2-1.dsc
 e213927b9d66dd095e8105295dd4455ed0344ff82d8f50967d87d17b5bd660e5 46208 
sensorpush-ble_1.6.2.orig.tar.gz
 01cc5d032f3b8d9c5c93987ba0d1f199334317aa09023eba0996d7090578602c 4048 
sensorpush-ble_1.6.2-1.debian.tar.xz
 6c014b338ac08528e7cee207ed5240e09c5eec0675d83cf3d752147f2aaab790 26076 
python3-sensorpush-ble_1.6.2-1_all.deb
 13ee78cc81c55c8bd5372b3c317b0cb70b5922cbd40de0f78d3452623da20ec0 10109 
sensorpush-ble_1.6.2-1_amd64.buildinfo
Files:
 7f82f8819d9047fcd3bb23de423613f0 2519 python optional 
sensorpush-ble_1.6.2-1.dsc
 013431ec4477365cdb39e844e09ef603 46208 python optional 
sensorpush-ble_1.6.2.orig.tar.gz
 0c10a01bee88847ac23ec30c00aeed5b 4048 python optional 
sensorpush-ble_1.6.2-1.debian.tar.xz
 7b689854969cc626af03bfa5313dea76 26076 python optional 
python3-sensorpush-ble_1.6.2-1_all.deb
 332b2443554ed519d5ebf0fb901d9b1a 10109 python optional 
sensorpush-ble_1.6.2-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAmaq1SgACgkQlgWhCYxj
uSoN7Q//f3vtdDhFComVNlqW5eCvhGKFiddN/e1X4P+2PSyu+APa944zpwfOrW8U
KwDL5HDlbXjUln5BSFTNXz34Pmw/gYbw9PmXmCkLE4sjr4dagGy2Ma8VOiEOMjrB
nKx3SNGrceK2vYVBWpgnzbJ/CJLHEZ1j+bng2TpqNchJOUH0Ur2uyldwm7IH3GQd
ztbwR33P0btO1ix1gbZgcjt+sHIxenfow/qUdZ+/I5EiunCF7RSg5N6C/HYwuLhm
8p/Lfvx3wlbne/xRXrRlXh7vhZT8vZ8pXH9M27T8YMmONabcJvLCTrFVXi0S3fTx
GGXnwvU7Xc

Bug#1077723: marked as done (ITP: aiopurpleair -- Python library for interacting with the PurpleAir API)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 18:05:31 +
with message-id 
and subject line Bug#1077723: fixed in aiopurpleair 2023.12.0-1
has caused the Debian Bug report #1077723,
regarding ITP: aiopurpleair -- Python library for interacting with the 
PurpleAir API
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1077723: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077723
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Edward Betts 

* Package name: aiopurpleair
  Version : 2023.12.0
  Upstream Author : Aaron Bach 
* URL : https://github.com/bachya/aiopurpleair
* License : MIT
  Programming Lang: Python
  Description : Python library for interacting with the PurpleAir API

  This library allows users to interact with the PurpleAir API, providing access
  to hyper-local air quality data collected from PurpleAir sensors. The library
  can fetch data from specific sensors, retrieve lists of nearby sensors, and
  generate API keys for accessing different levels of data. It supports querying
  for sensor data based on various parameters such as fields, location,
  modification date, and more.

This library is a dependancy of Home Assistant, the Python smart home platform.
I plan to maintain it as part of the Home Assistant team.
--- End Message ---
--- Begin Message ---
Source: aiopurpleair
Source-Version: 2023.12.0-1
Done: Edward Betts 

We believe that the bug you reported is fixed in the latest version of
aiopurpleair, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1077...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Edward Betts  (supplier of updated aiopurpleair package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 01 Aug 2024 16:20:03 +0900
Source: aiopurpleair
Binary: python3-aiopurpleair
Architecture: source all
Version: 2023.12.0-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Edward Betts 
Description:
 python3-aiopurpleair - Python library for interacting with the PurpleAir API
Closes: 1077723
Changes:
 aiopurpleair (2023.12.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1077723)
Checksums-Sha1:
 7cbd1b7a6c4ccf899ad54bca644aa2b725931224 2458 aiopurpleair_2023.12.0-1.dsc
 850a06819d4a96a3aed5594beaddc3b58a7e6398 72982 
aiopurpleair_2023.12.0.orig.tar.gz
 ff4b1b830ea66053a5986f4ccef2e29c94cb22a1 2400 
aiopurpleair_2023.12.0-1.debian.tar.xz
 a02de2e026652225f462a2714a5861cfa74bca03 8063 
aiopurpleair_2023.12.0-1_amd64.buildinfo
 198f8ad8fda16ee14907cf5eee5f588d595bf08a 17528 
python3-aiopurpleair_2023.12.0-1_all.deb
Checksums-Sha256:
 89a9f86444da8714ee76b22af98f60ff80ef4d3ca31ebc15626dfe4024b5ab74 2458 
aiopurpleair_2023.12.0-1.dsc
 848e12e0caa7a9626a37eb7bf796e1327144c6f08e3c7e41ac4f16399601dd26 72982 
aiopurpleair_2023.12.0.orig.tar.gz
 252e154f54e6189695a92291d3f8ffa27f050599094a14d5c5e64baa3ff49523 2400 
aiopurpleair_2023.12.0-1.debian.tar.xz
 02b120288a42711b584804b625ec9039135955b1074328e29ae1670505f0eb10 8063 
aiopurpleair_2023.12.0-1_amd64.buildinfo
 d0e2213de80ec98fb197f7e2bb9144ed750090ec1f02c7c3fb3e90840e90d311 17528 
python3-aiopurpleair_2023.12.0-1_all.deb
Files:
 8caeafee7253ee14bf2b2d4a52bf8c64 2458 python optional 
aiopurpleair_2023.12.0-1.dsc
 4476678b869baf04204fbb43925f4cc9 72982 python optional 
aiopurpleair_2023.12.0.orig.tar.gz
 54ad2956eada6e420022747de701e511 2400 python optional 
aiopurpleair_2023.12.0-1.debian.tar.xz
 7fae39236c85c0fc06c1df0ac8a6240d 8063 python optional 
aiopurpleair_2023.12.0-1_amd64.buildinfo
 0bdf49a9ba59a79ccd33455c01695fd6 17528 python optional 
python3-aiopurpleair_2023.12.0-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAmarOgYACgkQlgWhCYxj
uSo65w//Uz/Qb0H9IxWop9oqKDNg8CQBASQSmUF8QiWOoo+aFE5N2dH9eHfNp7p8
V2GtvAkmh0QY8GC+RPAJeJLkCKYBj0Wcv9wkplncMD6Zc3ByKzqZSZxvdLA5eOET
EDq/dTXh24zZRdDy10fxkjuC7kA4RjGMbevzOiFcHMUupLSLpVRTLvzKdTXzaoEM
vdcbzNdUAdKajRLRmUyNFHL8PMznFoIdyo2kr7ZX906ECLyL4CrXdM2VAnL2hR4p
zzorjrRIlFTPvBMsdJ9Eq0STCJhGuONMrEWKpzFVwxR7wYpil5DzTpuabC5pgwqr
BuivnH0

Bug#1077717: marked as done (ITP: aionotion -- Library for interacting with Notion home monitoring sensors)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 18:05:31 +
with message-id 
and subject line Bug#1077717: fixed in aionotion 2024.3.1-1
has caused the Debian Bug report #1077717,
regarding ITP: aionotion -- Library for interacting with Notion home monitoring 
sensors
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1077717: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077717
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Edward Betts 

* Package name: aionotion
  Version : 2024.3.1
  Upstream Author : Aaron Bach 
* URL : https://github.com/bachya/aionotion
* License : MIT
  Programming Lang: Python
  Description : Library for interacting with Notion home monitoring sensors

  This library provides tools to interact with Notion's home monitoring sensors.
  It enables users to retrieve data from various sensors, manage user
  authentication tokens, and work with different components of the Notion system
  such as bridges, sensors, and listeners. The library supports asynchronous
  operations, making it well-suited for applications that require concurrent
  data processing.

This library is a dependancy of Home Assistant, the Python smart home platform.
I plan to maintain it as part of the Home Assistant team.
--- End Message ---
--- Begin Message ---
Source: aionotion
Source-Version: 2024.3.1-1
Done: Edward Betts 

We believe that the bug you reported is fixed in the latest version of
aionotion, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1077...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Edward Betts  (supplier of updated aionotion package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 01 Aug 2024 15:16:31 +0900
Source: aionotion
Binary: python3-aionotion
Architecture: source all
Version: 2024.3.1-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Edward Betts 
Description:
 python3-aionotion - Library for interacting with Notion home monitoring sensors
Closes: 1077717
Changes:
 aionotion (2024.3.1-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1077717)
Checksums-Sha1:
 2ace0f2c1f48f5cc509f204241decb98d6eeb998 2458 aionotion_2024.3.1-1.dsc
 1832dcd045ccf55ed0e939c39a803578df886439 69517 aionotion_2024.3.1.orig.tar.gz
 98d9c34998a2ab7151328c325df89443c6581f23 2408 
aionotion_2024.3.1-1.debian.tar.xz
 df184ed8347df9cd01a616c15b5c9407d321c34f 8119 
aionotion_2024.3.1-1_amd64.buildinfo
 22145118606cac9bd9b28b56646b4cffc1970579 15160 
python3-aionotion_2024.3.1-1_all.deb
Checksums-Sha256:
 c442c1446f789badd6df60a5c29a4aa39455a8d96d40fcdd5a50d568dc21f99b 2458 
aionotion_2024.3.1-1.dsc
 7b5698513c28e94f674fe829767c25b096ddb20fe41474a65beedd13c2f6e97e 69517 
aionotion_2024.3.1.orig.tar.gz
 0bd7dfef34b2b18329b54680dd232086c334d8346517fe8c5273e083c0d5e3d5 2408 
aionotion_2024.3.1-1.debian.tar.xz
 db35c2839bfa6b50a26ebbecc1e0a14dd0bab3a8dc258c8becfc72eaa7ba5c00 8119 
aionotion_2024.3.1-1_amd64.buildinfo
 35a072c89127744178115b31bcf06e16af6e358d3723e778a13b4bfe6ed62fde 15160 
python3-aionotion_2024.3.1-1_all.deb
Files:
 5161ee72ecf36c6f2a0422a97b9e2783 2458 python optional aionotion_2024.3.1-1.dsc
 b86f08378f8ec5a5e59f94db39f067f2 69517 python optional 
aionotion_2024.3.1.orig.tar.gz
 f8737ffb7124203ae4c7a78219c580fc 2408 python optional 
aionotion_2024.3.1-1.debian.tar.xz
 8194be1133211167359d879375d26476 8119 python optional 
aionotion_2024.3.1-1_amd64.buildinfo
 0a8a8c47b6481d7bb0c6277cc01621f1 15160 python optional 
python3-aionotion_2024.3.1-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAmarLMMACgkQlgWhCYxj
uSq8tRAAnFcPUCun4WCiL//722SBtocD5h/W1wC8w120N+F4Tat+9GPQJD47vIpn
PZQBnXL3zLHy82SD+zrSyjBJp8ZlKsCLneNRj0vIkrWkWu4dgjupGE9bxlPS6KAr
XWdXso/TACv6kUBGTFsjzCySD0MzjnZUj+9IQ84eGCBd4VH8aDvdAh5fjyH22q58
WcWu2myV6m7hgU3ncHv77PrVafbsKtTcqCp9lYZ5d7Yih8KYfVKkOiVNatrSb/B4
giP3StyzDnPbb3m6D+Z20OpNHxNYWAeaOIxNw3KACsxHEWjP5118L76LfQqjxqEs
1WUp8rYYDLhezxV0Zmo/llxgjlqMjmdM6Hg3lzhd0kWMcOhDSiRrVT3XP1TtRDdH
7NcQJCvyjILvoi0sF8Ybc4eLSn7rHbT0vTnYMtNP6V

Bug#1078059: marked as done (ITP: python-aiomusiccast -- companion library for musiccast devices)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 18:05:37 +
with message-id 
and subject line Bug#1078059: fixed in python-aiomusiccast 0.14.8-1
has caused the Debian Bug report #1078059,
regarding ITP: python-aiomusiccast -- companion library for musiccast devices
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1078059: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078059
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand 

* Package name: python-aiomusiccast
  Version : 0.14.8
  Upstream Contact: Tom Schneider 
* URL : https://github.com/vigonotion/aiomusiccast
* License : Expat
  Programming Lang: Python
  Description : companion library for musiccast devices

 This package provides a companion library for musiccast devices intended for
 the Home Assistant integration.
 .
 This package is a dependency of Home Assistant.

I intend to maintain this package in the Home Assistant team.
--- End Message ---
--- Begin Message ---
Source: python-aiomusiccast
Source-Version: 0.14.8-1
Done: Thomas Goirand 

We believe that the bug you reported is fixed in the latest version of
python-aiomusiccast, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1078...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand  (supplier of updated python-aiomusiccast 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 03 Aug 2024 16:32:19 +0200
Source: python-aiomusiccast
Binary: python3-aiomusiccast
Architecture: source all
Version: 0.14.8-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Thomas Goirand 
Description:
 python3-aiomusiccast - companion library for musiccast devices
Closes: 1078059
Changes:
 python-aiomusiccast (0.14.8-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1078059)
Checksums-Sha1:
 96a47031c911190764e05c87a2f095ea1a745536 2213 python-aiomusiccast_0.14.8-1.dsc
 82c806e9ad75e52e8b3c2d83455abc22b4d1ac06 91860 
python-aiomusiccast_0.14.8.orig.tar.xz
 6196820db31276457076ff3301602f92d53f60bc 1840 
python-aiomusiccast_0.14.8-1.debian.tar.xz
 b2562728b6688e94aa81ff98a7bf03c92ae3c4a3 7270 
python-aiomusiccast_0.14.8-1_amd64.buildinfo
 f1c3f8a0ca3a14be327059f186d4797ba82f2633 33148 
python3-aiomusiccast_0.14.8-1_all.deb
Checksums-Sha256:
 664b5aee816eb225a657bc2af1daf4c507e3e5637320fb92294cb1fb21aa660b 2213 
python-aiomusiccast_0.14.8-1.dsc
 fd1e67c80040a4c85609214b856806c4d388ea1ff05bb45885bfcb5be774a2a7 91860 
python-aiomusiccast_0.14.8.orig.tar.xz
 060086139e88b9a049ce964eda69b7361b1e60b94bde2d1aa24989a945c7c6cc 1840 
python-aiomusiccast_0.14.8-1.debian.tar.xz
 83d3aa40d48c5e19855cbea30c96dcae094484ab7efcadbcb421309b578fd1a2 7270 
python-aiomusiccast_0.14.8-1_amd64.buildinfo
 375cd3b6b6b30523ad09e37b0d9987abe68d5ce3d4588396697552e149b54d48 33148 
python3-aiomusiccast_0.14.8-1_all.deb
Files:
 a1388e61bc8cf15cfe3d69fdb70c3388 2213 python optional 
python-aiomusiccast_0.14.8-1.dsc
 cd9c7a65b2dd05fbb9990c493c004d5c 91860 python optional 
python-aiomusiccast_0.14.8.orig.tar.xz
 8382631df6a6fa6e04af4cc1617e 1840 python optional 
python-aiomusiccast_0.14.8-1.debian.tar.xz
 dc06e571fb7220e7ae38e54eafb77648 7270 python optional 
python-aiomusiccast_0.14.8-1_amd64.buildinfo
 5695cbeee4fe7a9cac5be745d466fa1e 33148 python optional 
python3-aiomusiccast_0.14.8-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAma0gfQACgkQ1BatFaxr
Q/7zCw//ScGbuDrfPMBqCNKF4GsfkKzEohk6iVAZnuCcXopoZ9S6Eyd68aS4IN38
3Qjs7BHgUNBaX7quqGJF1KCUT18v+mLrZablE+iZwOe8LY0OTJn37eBVe/TB2CWW
Tc+9MfeXhpyLj8mzUX9hXBq0K5rdJJv/7s9kiim+beNgV9xqteAmrQ+eCrClonEe
uLdTlmzVB/x+1ChhVgkESwbX4wsVkilK9LgE/3w1akmoeFSDccJLKc9fA2+tXjqj
bA3mpcrzs9owdt8c0U3XQrQvGzRAuCRO/vhMRd3O1sJN+Wqz6b4oGWNnxSmpvcyt
Q3iSGhTOr0g5RdanOwr0kzXXTU15uWWvFWl/F0T4HmrRMy2c/HLZsJ/Xtdk1oY97
uuWd7eJ297kuG/hWY9LEQ6ez395drSYwDZGN3F1E1W1QeYuvyuNWxAQQs76cPL6D
sAIjO9+ifZfT8XRU4HncOQIvlcOYzjT2tXIJ1Xqv76hUFaGSCP1NO5FyM2iNN6iH
9D2fsiINP0/VPezbbGjf3735dWxTaH1VtNBj1U8a9xClYXmd3+i1jdcHh4wRH7t6
eCjKSimstt2XUwsUG2ykeWxBdm2J

Bug#1077975: marked as done (ITP: python-aioguardian -- library for Elexa Guardian water valves and sensors)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 18:05:36 +
with message-id 
and subject line Bug#1077975: fixed in python-aioguardian 2023.12.0-1
has caused the Debian Bug report #1077975,
regarding ITP: python-aioguardian -- library for Elexa Guardian water valves 
and sensors
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1077975: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077975
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand 

* Package name: python-aioguardian
  Version : 2023.12.0
  Upstream Contact: Aaron Bach 
* URL : https://github.com/bachya/aioguardian
* License : Expat
  Programming Lang: Python
  Description : library for Elexa Guardian water valves and sensors

 This package provides an asyncio-focused library for interacting with the
 Guardian line of water valves and sensors from Elexa.
 .
 This package is a dependency of Home Assistant.
--- End Message ---
--- Begin Message ---
Source: python-aioguardian
Source-Version: 2023.12.0-1
Done: Thomas Goirand 

We believe that the bug you reported is fixed in the latest version of
python-aioguardian, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1077...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand  (supplier of updated python-aioguardian 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 03 Aug 2024 16:27:09 +0200
Source: python-aioguardian
Binary: python3-aioguardian
Architecture: source all
Version: 2023.12.0-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Thomas Goirand 
Description:
 python3-aioguardian - library for Elexa Guardian water valves and sensors
Closes: 1077975
Changes:
 python-aioguardian (2023.12.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1077975)
Checksums-Sha1:
 0fe9dcc49d9cf6d58880c36e6e9646d62d3838e9 2525 
python-aioguardian_2023.12.0-1.dsc
 f377b6a434d1a9c348e857c9bc65aad2a915662f 61060 
python-aioguardian_2023.12.0.orig.tar.xz
 2f709b385173c10daf70da3086701894e33b2de7 1980 
python-aioguardian_2023.12.0-1.debian.tar.xz
 4ebe9d458d25eaab8909556aa747de32ce71a163 9388 
python-aioguardian_2023.12.0-1_amd64.buildinfo
 dbee8f5d7ad1854c0389c01bc84ab2fb07a8d0d7 9964 
python3-aioguardian_2023.12.0-1_all.deb
Checksums-Sha256:
 d485a48e5a2abb47a3ef76b725e00818736129c13973e8ed8987facc85274346 2525 
python-aioguardian_2023.12.0-1.dsc
 068d0c1e86384308a5c98d11911d84573ce9a005a8111ee269a224fe6b0b65cd 61060 
python-aioguardian_2023.12.0.orig.tar.xz
 109b585afec179f7457c5921db1c61b404ee967e7a50c9be1ce0941a86f2d45f 1980 
python-aioguardian_2023.12.0-1.debian.tar.xz
 e11510cc47f043f294da06a6e6ffca149916ed0fa2c4ced126cd9e5aab023dea 9388 
python-aioguardian_2023.12.0-1_amd64.buildinfo
 4123a743f6b0cb218532290b8556cbc05fdd3e7c42937bfdd1c9dcdce3e7c68d 9964 
python3-aioguardian_2023.12.0-1_all.deb
Files:
 592994a2b73d11230089d5d7169b47b8 2525 python optional 
python-aioguardian_2023.12.0-1.dsc
 cafc9035f85f0ec57c3d0660bf840c59 61060 python optional 
python-aioguardian_2023.12.0.orig.tar.xz
 6e05a4857d13ceb6e707ba658eebe9e1 1980 python optional 
python-aioguardian_2023.12.0-1.debian.tar.xz
 4334ec32b7d17c185415c74a18da639b 9388 python optional 
python-aioguardian_2023.12.0-1_amd64.buildinfo
 f6c85e1a4abe5a0e0374a350cdb60eb7 9964 python optional 
python3-aioguardian_2023.12.0-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmaw2+4ACgkQ1BatFaxr
Q/6oLhAAiUv3w9fRFK+6MFESeRX3Or5VVAkvvVTMrEWSHhUAPxnVYo0Pt+LZ68iu
rbt2FPYHNAvqE7ykTpMB8DfAMnEUxN2s2zQCNmD1I6HkFxZ+TjppmSAm89NiZYsw
fSFhH+SbCNXWzTs0C7KTauoS/GkBESfcAhOMCc39N1pYjks/xI8DuONpnWUHq2Si
Cnf6wg8p+MBCPFH8WI7ZxMGqL+eze2Aq5fHVN+kVKs3WCzmG9+q1/poowYOCWfJB
qjst15hbZBNZS0P1xyx1y1qzNuYLW6/BQQUDDeGIDtHXVKqz7maTZTy2ayUmpWMV
8sFcjlD/VECeyDfdWvEZYmRisjFDXW9jp8WpJgSeAzawSsq28r7rVfXrpK9JXURm
a//BwJXFtf35mAxB02w79dTRxwVJiVbCFqHcueFYeWqA9XLzNIiE1o33H0yBfB/K
u278dQuHw3apTC0lVfMzEtqA+WM8SulG4jz3D6YZ/T4B1eUsqhqZF7wXJGHUV4Qu
a4aXQHAGXvvv/htjb4apPXbpahTrc+Cd/muPyFmrfczB2XoXvHP4tgojUj2yDeyR
nh5F42l415

Bug#1078053: marked as done (ITP: stream-zip -- Python function to construct a ZIP archive on the fly)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 18:05:47 +
with message-id 
and subject line Bug#1078053: fixed in stream-zip 0.0.81-1
has caused the Debian Bug report #1078053,
regarding ITP: stream-zip -- Python function to construct a ZIP archive on the 
fly
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1078053: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078053
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: wnpp
Severity: wishlist
X-Debbugs-Cc: debian-de...@lists.debian.org, :debian-pyt...@lists.debian.org
Owner: Antonio Valentino 

* Package name: stream-zip
  Version : 0.0.81
  Upstream Author : Michal Charemza
* URL : https://github.com/uktrade/stream-zip
* License : Expat
  Programming Lang: Python
  Description : Python function to construct a ZIP archive on the fly

Binary package names: python3-stream-zip

 Python function to construct a ZIP archive on the fly - without having
 to store the entire ZIP in memory or disk.
 This is useful in memory-constrained environments, or when you would
 like to start returning compressed data before you've even retrieved
 all the uncompressed data.
 Generating ZIPs on-demand in a web server is a typical use case for
 stream-zip.
 .
 In addition to being memory efficient (with some limitations)
 stream-zip:
 .
  - Constructs ZIP files that can be stream unzipped,
for example by stream-unzip
  - Can construct Zip64 ZIP files. Zip64 ZIP files allow sizes far
beyond the approximate 4GiB limit of the original ZIP format
  - Can construct ZIP files that contain symbolic links
  - Can construct ZIP files that contain directories, including empty
directories
  - Can construct password protected / AES-256 encrypted ZIP files
adhering to the WinZip AE-2 specification
  - Allows the specification of permissions on the member files and
directories (although not all clients respect them)
  - By default stores modification time as an extended timestamp.
An extended timestamp is a more accurate timestamp than the original
ZIP format allows
  - Provides an async interface (that uses threads under the hood)
--- End Message ---
--- Begin Message ---
Source: stream-zip
Source-Version: 0.0.81-1
Done: Antonio Valentino 

We believe that the bug you reported is fixed in the latest version of
stream-zip, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1078...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Antonio Valentino  (supplier of updated 
stream-zip package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 08 Aug 2024 07:11:49 +
Source: stream-zip
Binary: python3-stream-zip
Architecture: source all
Version: 0.0.81-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Antonio Valentino 
Description:
 python3-stream-zip - Python function to construct a ZIP archive on the fly
Closes: 1078053
Changes:
 stream-zip (0.0.81-1) unstable; urgency=medium
 .
   * Initial release (Closes: #1078053).
Checksums-Sha1:
 5b809916f6664c29d9ce4844ab30bff0647363d9 3599 stream-zip_0.0.81-1.dsc
 147b61d3711f32bd0d9d9e98a65ba266c11c4951 127666 stream-zip_0.0.81.orig.tar.gz
 6f3161d17f01903c57c22db1c648b0b8e46d78f4 4320 stream-zip_0.0.81-1.debian.tar.xz
 964676e47e6e330ad04b232e0a70f70e787c3440 10548 
python3-stream-zip_0.0.81-1_all.deb
 3ef1ef7b6d91694a025140f9aae80b8ebd155e05 8708 
stream-zip_0.0.81-1_amd64.buildinfo
Checksums-Sha256:
 e17d11e9d8aaea079a72713b7da33a53d40a85ce3a56eb6698db7363207ba390 3599 
stream-zip_0.0.81-1.dsc
 7a897fabdd163167af8a16c3b41db8307df58143c84a15ffbba0cf752d254a72 127666 
stream-zip_0.0.81.orig.tar.gz
 61a94149d86a7d874f1845988fa61006b6f264f1ba0ced82fdab64b8b3e959f3 4320 
stream-zip_0.0.81-1.debian.tar.xz
 b6a2e5c1d64fa9f4eedc2d0bc563f763e986052d86dadbd65022d9ac0f57759d 10548 
python3-stream-zip_0.0.81-1_all.deb
 0334a31786da6c82fdb901341f75294c01e8a1a2e60cd6e4d91df94764c8860f 8708 
stream-zip_0.0.81-1_amd64.buildinfo
Files:
 159258e970ee19a09b37fadd9c9f2ad5 3599 python optional stream-zip_0.0.81-1.dsc
 6b462e3089e9456b1e51896c1e28cfa4 127666 pytho

Bug#1078032: marked as done (ITP: python-aiomodernforms -- asynchronous Python client for Modern Forms fans)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 18:05:37 +
with message-id 
and subject line Bug#1078032: fixed in python-aiomodernforms 0.1.8-1
has caused the Debian Bug report #1078032,
regarding ITP: python-aiomodernforms -- asynchronous Python client for Modern 
Forms fans
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1078032: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078032
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand 

* Package name: python-aiomodernforms
  Version : 0.1.8
  Upstream Contact: Brian Towles 
* URL : https://github.com/wonderslug/aiomodernforms
* License : Expat
  Programming Lang: Python
  Description : asynchronous Python client for Modern Forms fans

 This package makes it possible to control and monitor Modern Forms fans
 programmatically. It is mainly created to allow third-party programs to
 automate the behavior of the Modern Forms fans
 .
 This package is a dependency of Home Assistant.

I intend to maintain this package within the Home Assistant team.
--- End Message ---
--- Begin Message ---
Source: python-aiomodernforms
Source-Version: 0.1.8-1
Done: Thomas Goirand 

We believe that the bug you reported is fixed in the latest version of
python-aiomodernforms, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1078...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand  (supplier of updated python-aiomodernforms 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 03 Aug 2024 16:31:05 +0200
Source: python-aiomodernforms
Binary: python3-aiomodernforms
Architecture: source all
Version: 0.1.8-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Thomas Goirand 
Description:
 python3-aiomodernforms - asynchronous client for Modern Forms fans
Closes: 1078032
Changes:
 python-aiomodernforms (0.1.8-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1078032)
Checksums-Sha1:
 4c105d71dffc82a246d0e58fb829f74b9242f1c3 2352 python-aiomodernforms_0.1.8-1.dsc
 8af292bc2dbc901574a9d63065396d89e3d83933 34472 
python-aiomodernforms_0.1.8.orig.tar.xz
 40e86a86104bbdc0b44696b85013f059df5be743 1968 
python-aiomodernforms_0.1.8-1.debian.tar.xz
 52cd1939772599980509a362b5c04cac88cb13c4 8047 
python-aiomodernforms_0.1.8-1_amd64.buildinfo
 088b73760c6a164a1b35885d1c50e80b2a56be31 7932 
python3-aiomodernforms_0.1.8-1_all.deb
Checksums-Sha256:
 b697ebb30285bce5d2b6dc039312d9e843ed74474eda0ac48e6cb80b22297802 2352 
python-aiomodernforms_0.1.8-1.dsc
 2053160158722048f1dc30c687c373f5b9da7a22d1a30676424918874bb71dd8 34472 
python-aiomodernforms_0.1.8.orig.tar.xz
 08196e4dda825ba53d89bf5d730a6e320822bf9cafd55dfc681c860d02034445 1968 
python-aiomodernforms_0.1.8-1.debian.tar.xz
 a84737837f4d65f592382ef88d4449a658411d17605e994c2c4a70a983b0e48d 8047 
python-aiomodernforms_0.1.8-1_amd64.buildinfo
 b83d3d7693c1aa162b832caf2c87974fb3dd7beff6cfb44d62293c89253cf59f 7932 
python3-aiomodernforms_0.1.8-1_all.deb
Files:
 11a3151fcb9957d4108c84ecc3116625 2352 python optional 
python-aiomodernforms_0.1.8-1.dsc
 1eb161e2022a4d31d67bbcea0c362ad2 34472 python optional 
python-aiomodernforms_0.1.8.orig.tar.xz
 6df78953b7aabcd482570c6dc9016036 1968 python optional 
python-aiomodernforms_0.1.8-1.debian.tar.xz
 6919b3cda258bfe9388d2b2b67a63885 8047 python optional 
python-aiomodernforms_0.1.8-1_amd64.buildinfo
 5c966c0681f2fc449031d7da23c37132 7932 python optional 
python3-aiomodernforms_0.1.8-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmax1koACgkQ1BatFaxr
Q/4q4RAAlXjQ8eL4ohbGsv67xIIsyDRGhhdtd4JfF4l9eiwJi1kochd30Wc3LVr3
cS/56FcuT+vrdmoO/I7/r5XweUGjT0ZwXjPlDT+QzIbG/tS4NOHlK2kjS/5SaP9R
vMX6eUYABXGQDDiDP19l8KmjZs3pjktqcjqWSSHD0l4MFgmjN3m9b6kgDXcHybKR
jXRuvji/pM3GUx4AQmagHjyHCNlLSzNKl6785ve0hP/032CR/V3C5gnjnv6gFVyE
UUg8CgsrPEK6ovlTzwD2Y46fovmmyjRm1h7Xcs/UHkMAKw0wQkPlFQDmL+owi+ss
0J/nM0DjXzybsW0OjcUPz+8i9BfyxTQkt8Ar5llB/mEtfScBAAJGYAEyGctzRHzY
a7Bq1uxk9LGJqD30ZdMYM+ymaokHcNLDaMBdhSGofvTSvyfJzt4x4wgndTpU6j3H
WQjh0RKP7GXQg+8Gsi7bdz

Bug#1078082: marked as done (ITP: python-test-tunnel -- Write tests for network tunnelling utilities)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 18:05:41 +
with message-id 
and subject line Bug#1078082: fixed in python-test-tunnel 0.1.1-1
has caused the Debian Bug report #1078082,
regarding ITP: python-test-tunnel -- Write tests for network tunnelling 
utilities
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1078082: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078082
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Peter Pentchev 
X-Debbugs-Cc: debian-de...@lists.debian.org, team+pyt...@tracker.debian.org, 
r...@debian.org

* Package name: python-test-tunnel
  Version : 0.1.1
  Upstream Contact: Peter Pentchev 
* URL : https://devel.ringlet.net/net/test-tunnel/
* License : BSD-2-Clause
  Programming Lang: Python
  Description : Write tests for network tunnelling utilities

The `test-tunnel` library's purpose is to make it easy to write either
command-line tools or test modules that start some network tunnelling
server (e.g. stunnel, microsocks, Dante) and verify that it does indeed
forward connections and data as expected.

I intend to maintain this package within the Debian Python team.



signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: python-test-tunnel
Source-Version: 0.1.1-1
Done: Peter Pentchev 

We believe that the bug you reported is fixed in the latest version of
python-test-tunnel, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1078...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Peter Pentchev  (supplier of updated python-test-tunnel 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 06 Aug 2024 22:25:29 +0300
Binary: python3-test-tunnel
Source: python-test-tunnel
Architecture: all source
Version: 0.1.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team 
Changed-By: Peter Pentchev 
Closes: 1078082
Description: 
 python3-test-tunnel - Write tests for network tunnelling utilities
Changes:
 python-test-tunnel (0.1.1-1) unstable; urgency=medium
 .
   * Initial release. Closes: #1078082
Checksums-Sha1: 
 e253e6d0e940aec4523678c33d25b2ae6732ebfa 2678 python-test-tunnel_0.1.1-1.dsc
 91e1ec9c036ac5ad50bfac92b4354e786597b9ad 15566 
python-test-tunnel_0.1.1.orig.tar.gz
 03129195943c12f10d13081181319c4bd377535c 833 
python-test-tunnel_0.1.1.orig.tar.gz.asc
 46cb0447fdb476ce8fab4d672f3f6e02541a65f2 5136 
python-test-tunnel_0.1.1-1.debian.tar.xz
 03a1c4a097943dae251a23150f48d1ce15d19155 6614 
python-test-tunnel_0.1.1-1_amd64.buildinfo
 38d9321d6035b50c8318e459c4dedf876d37c86d 13192 
python3-test-tunnel_0.1.1-1_all.deb
Checksums-Sha256: 
 2a33a5dbed9c0d4a3887ac05b275d0ebbf0706a29c8bb70b35a2a8a07a15586a 2678 
python-test-tunnel_0.1.1-1.dsc
 1084af863db43755319f52e9437f19df40075d72bffe4dbf5cb715afb18761c9 15566 
python-test-tunnel_0.1.1.orig.tar.gz
 42aaf7272452566054478bb7eac76033d8f9c24775076efd01726d2091d06116 833 
python-test-tunnel_0.1.1.orig.tar.gz.asc
 c8bbf03e3c093061ef0993170e1ad7125fb012f7c697361fdccaa3188ea05091 5136 
python-test-tunnel_0.1.1-1.debian.tar.xz
 e00f402451bc403426ad791446564767609471231a5de37d456464248a2aff9c 6614 
python-test-tunnel_0.1.1-1_amd64.buildinfo
 c7643a4268ab86020c97bde704d6df628b1997092810369e2c86f913c4f9a2ac 13192 
python3-test-tunnel_0.1.1-1_all.deb
Files: 
 a94b1ab8863fa125a49bdc5ffb6d8311 2678 python optional 
python-test-tunnel_0.1.1-1.dsc
 d168fe343e6c2ff5658681eab9a19bf8 15566 python optional 
python-test-tunnel_0.1.1.orig.tar.gz
 531ac0d44de729a33f78f6d6582c2433 833 python optional 
python-test-tunnel_0.1.1.orig.tar.gz.asc
 e7dd5c27270b6f524b59ce6b507fb1da 5136 python optional 
python-test-tunnel_0.1.1-1.debian.tar.xz
 1c4d739246bccd995ccf9b162b083d75 6614 python optional 
python-test-tunnel_0.1.1-1_amd64.buildinfo
 28469849d333bf87234890d8b12468cc 13192 python optional 
python3-test-tunnel_0.1.1-1_all.deb

-BEGIN PGP SIGNATURE-

iQJEBAEBCgAuFiEELuenpRf8EkzxFcNUZR7vsCUn3xMFAmayeq0QHHJvYW1AZGVi
aWFuLm9yZwAKCRBlHu+wJSffE9/iEACFXyRyVF05Pyt97VqxD5AqfK1l8BELc9vb
BrHsAODSF0c0iFXQXXCFx6x1J/wt7rnJGq4/hUZ

Bug#1078110: marked as done (ITP: python-aionanoleaf -- async Python package for the Nanoleaf API)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 18:05:38 +
with message-id 
and subject line Bug#1078110: fixed in python-aionanoleaf 0.2.1-1
has caused the Debian Bug report #1078110,
regarding ITP: python-aionanoleaf -- async Python package for the Nanoleaf API
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1078110: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078110
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand 

* Package name: python-aionanoleaf
  Version : 0.2.1
  Upstream Contact: Milan Meulemans 
* URL : https://github.com/milanmeu/aionanoleaf
* License : LGPL3+
  Programming Lang: Python
  Description : async Python package for the Nanoleaf API

 async Python package for the Nanoleaf API.
 .
 This package is a dependency of Home Assistant.

I intend to maintain this package under the Home Assistant team.
--- End Message ---
--- Begin Message ---
Source: python-aionanoleaf
Source-Version: 0.2.1-1
Done: Thomas Goirand 

We believe that the bug you reported is fixed in the latest version of
python-aionanoleaf, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1078...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand  (supplier of updated python-aionanoleaf 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 03 Aug 2024 16:33:11 +0200
Source: python-aionanoleaf
Binary: python3-aionanoleaf
Architecture: source all
Version: 0.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Thomas Goirand 
Description:
 python3-aionanoleaf - async Python package for the Nanoleaf API
Closes: 1078110
Changes:
 python-aionanoleaf (0.2.1-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1078110)
Checksums-Sha1:
 5ddff5da01cc65ecfba72dbeb1fcdf90f5998217 2171 python-aionanoleaf_0.2.1-1.dsc
 fec38563c214fbf1a75fc74cd938c39eb6ea4606 21328 
python-aionanoleaf_0.2.1.orig.tar.xz
 d8ea8f3f7ed1f3787fc0fd2c846d13849fdb3f69 1700 
python-aionanoleaf_0.2.1-1.debian.tar.xz
 06ce5490e959e15b86230472dfe642d37790530f 7215 
python-aionanoleaf_0.2.1-1_amd64.buildinfo
 806ed38604ec48661ca8ca38b9473641d5ea0c9f 9480 
python3-aionanoleaf_0.2.1-1_all.deb
Checksums-Sha256:
 7e270fff50601d5279b673dae6d9929bd0186b9575c32573b9fb3875212c96bc 2171 
python-aionanoleaf_0.2.1-1.dsc
 b2c045a3cf73bfde9be942b9f1869b41fa37f4ebba16903be12b47131639651a 21328 
python-aionanoleaf_0.2.1.orig.tar.xz
 9482b15fe5de69a33801a7274b1a05e75b8a3864a67463e819af6b29431619ea 1700 
python-aionanoleaf_0.2.1-1.debian.tar.xz
 485c20898f766482cf67286cbca92267d75bd6d67753989f3ceef042f674e05d 7215 
python-aionanoleaf_0.2.1-1_amd64.buildinfo
 4fe56b4a8d9939f4578416b947aa845952a42edb54611f3a422cc0b3feedd6c4 9480 
python3-aionanoleaf_0.2.1-1_all.deb
Files:
 e665895b7f49e7bda7424b1b5b891679 2171 python optional 
python-aionanoleaf_0.2.1-1.dsc
 2211aa08606c7fb67be829b8a3681239 21328 python optional 
python-aionanoleaf_0.2.1.orig.tar.xz
 13b43b202600e638edb5e86c33a692c3 1700 python optional 
python-aionanoleaf_0.2.1-1.debian.tar.xz
 6095f63fc64704ed2118c3668cc730b6 7215 python optional 
python-aionanoleaf_0.2.1-1_amd64.buildinfo
 4790ea13d10e07a603f5ba525ef2a8fb 9480 python optional 
python3-aionanoleaf_0.2.1-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmazJa0ACgkQ1BatFaxr
Q/720g//b3Ua3zlqemOSNU9/RH57jPCZ5+Vvus5J3GOdZcapHLMWaH7mNqpDjvGc
qeEqpUR/MocfsrDh0NXRGWVeJ73gYzlHCVLIOfPi6UiCx4k38ErQmCOGT2Ad/bSr
zKO1X/fPt66i+YnPZWtW7jFZ9WP6R7Rl7/1uMEljD0N9HFm+vLzYKDD+FxLBcIGG
k7+P8qoFt/TNLs7vFnFcFuEewekgXp0nJSB+gVzjmbOcS3znE/g69OLAp66YJNZq
OymxMB1yo8MAvfIAEtix3uVf+/nsH3gMtILIzTxqfCv+OpsZSQZKIJDwXnvFNe+h
9T81+aZ38Y87XLewAE4t/DnSMlEvi5HDg9Jwl2Pb4KVGHuf3v1QddRUIhMzLoufi
uuWZGXfwuupD6rTKUVvpEnD5YXr/f090QwfZQGfuTzL+hAwdVr3t4vw68yltYmkj
+p27Rf3rzWfgM8XHh/PemUj1229EsKgG/k6eCoSdo+vXRQ92J90vlJtAEIRm6s9d
U8x1erD0dz2mAONqCZvV+7RsfKP3hm2NV9a3CP1NixpyReLhMKPr9vI/tYQVGar4
jU61g06CN4f4bm0ioajwkqBkggxV3nnUhh8oe38yUtWz3nkvuh+paLshdgfbN/+U
scF4Qf37bvpIPUmw/eYafqhyZi0Ma/3RxPiuoERw59iheq+vxlU=
=j/99
-END P

Bug#1078204: marked as done (ITP: python-aiooncue -- async library to access the Kohler Oncue API)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 18:05:38 +
with message-id 
and subject line Bug#1078204: fixed in python-aiooncue 0.3.7-1
has caused the Debian Bug report #1078204,
regarding ITP: python-aiooncue -- async library to access the Kohler Oncue API
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1078204: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078204
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand 

* Package name: python-aiooncue
  Version : 0.3.7
  Upstream Contact: J. Nick Koston 
* URL : https://github.com/bdraco/aiooncue
* License : Apache-2.0
  Programming Lang: Python
  Description : async library to access the Kohler Oncue API

 This package provides a Python library to access the Kohler Oncue API.
 .
 This package is a dependency of Home Assistant.

I intend to maintain this package within the Home Assistant team.
--- End Message ---
--- Begin Message ---
Source: python-aiooncue
Source-Version: 0.3.7-1
Done: Thomas Goirand 

We believe that the bug you reported is fixed in the latest version of
python-aiooncue, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1078...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand  (supplier of updated python-aiooncue package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 03 Aug 2024 16:35:51 +0200
Source: python-aiooncue
Binary: python3-aiooncue
Architecture: source all
Version: 0.3.7-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Thomas Goirand 
Description:
 python3-aiooncue - async library to access the Kohler Oncue API
Closes: 1078204
Changes:
 python-aiooncue (0.3.7-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1078204)
Checksums-Sha1:
 3fd190450e016f1ccde0c2cde77dd2715497028d 2353 python-aiooncue_0.3.7-1.dsc
 cb4ced55e8b31f1582e4888b1913844871c78e69 14368 
python-aiooncue_0.3.7.orig.tar.xz
 2d66f8d334c338d19342363e3e581c383b864124 1760 
python-aiooncue_0.3.7-1.debian.tar.xz
 41d91d5dc5aceecef87009a774ee0ff9d901dcce 9104 
python-aiooncue_0.3.7-1_amd64.buildinfo
 91b9ef8c9a4a3cb491d7853597423f8ec218a60a 7796 python3-aiooncue_0.3.7-1_all.deb
Checksums-Sha256:
 cc68eb31b0638e81cea420073a8bd433d976217c65ea89f601cb4488756eecf8 2353 
python-aiooncue_0.3.7-1.dsc
 780160e263a39d06f2b5e8a3e5f394d18d3a10708d3f91ac542a7cf4cf046608 14368 
python-aiooncue_0.3.7.orig.tar.xz
 4c7ca6e1dd54fb931523c551f645fa3985fe5a3f75891e70fe93f8fa2aab07eb 1760 
python-aiooncue_0.3.7-1.debian.tar.xz
 fd9b95c2e2fa441911a25970fd2cdb844d955fe8cc744ee5071d13279e7a163c 9104 
python-aiooncue_0.3.7-1_amd64.buildinfo
 fd76455c3fbea52cbe752c9890d850e02b5a3d5d81783dc38994d1a557796e1a 7796 
python3-aiooncue_0.3.7-1_all.deb
Files:
 c898daed0b4b5144c8c32f7393584d5f 2353 python optional 
python-aiooncue_0.3.7-1.dsc
 74fb86e7c8665690f55c01ab20e1b955 14368 python optional 
python-aiooncue_0.3.7.orig.tar.xz
 e5c4a8b4dc88a066062a735cd1d4627b 1760 python optional 
python-aiooncue_0.3.7-1.debian.tar.xz
 91066364cfb7d98a9b6f6387ade46f47 9104 python optional 
python-aiooncue_0.3.7-1_amd64.buildinfo
 1cf1e2e2ec614255a69468e1ee0b28c4 7796 python optional 
python3-aiooncue_0.3.7-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAma0fWkACgkQ1BatFaxr
Q/7BBw//RjMpO6ldnU3+cqICLfm5TQjXx8Qc0f73ekzxBnUQgEfkMEjzcF3Kd9l4
ZXhXkMdKAVod7/Ax20/+VYLbngR/Gb2ZLUQj/y8nFogpvZqP7gfMviEgt/DnYe9e
WZ3nlN14Czl2P0RVe2J9ODOCcAWvIuCcrufrGoUbzZE77VDdxB9QW3TPO5HQWsYw
8MbHte9Lp0P7bLwoQHImj05/r8ZzIR/ugl07hD9PEKEHdcVzZ6D11ziB49jm923V
dn/85MS7cVl7Z9UWEGgUEGTxs9SXvoUz5XW+YcU2iB4lj79OrcafUT/rdjE5/ra8
/VF952F8HB4OjujKkVoadmge/lHoWENlQJRhNvNbbEwU3iiVf8/HNnxEZiY66aTL
48Hx5ZMvcCWrXUOqsto4JBLm0ZmOVVdUaQpQXJltaxvcckzcWvHfnkfh4FZ3Tubv
Mh1fQ11QGC1J93nUB9oGi02RdUTBSM1sWlTubd1HMYXfFZO+ZeQC/m1/hQZmYQ6k
UShueemD/NwmQwMsCanXqAJad3iH4WKZnBtV1w5Pgl8HcwgK4JURncH/8JOcsyXV
u62Nous5o0o4F3IlIjkJ80h0fltfLI58Uf8s9Hc4SzwlpvhidHsr+2XyNq/VcfEK
h1VDmPVn1ER7Sfh5HPKQ7et2L/vMCTbngqPPYcTnJbFWsa3prnw=
=s207
-END PGP SIGNATURE-



pgp069k7kYvdU.pgp
De

Bug#1078345: marked as done (ITP: python-aiobotocore -- async client for aws services using botocore and aiohttp)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 18:05:36 +
with message-id 
and subject line Bug#1078345: fixed in python-aiobotocore 2.13.1-1
has caused the Debian Bug report #1078345,
regarding ITP: python-aiobotocore -- async client for aws services using 
botocore and aiohttp
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1078345: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078345
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand 

* Package name: python-aiobotocore
  Version : 2.13.1
  Upstream Contact: Nikolay Novik 
* URL : https://github.com/aio-libs/aiobotocore
* License : Apache-2.0
  Programming Lang: Python
  Description : async client for aws services using botocore and aiohttp

 Async client for amazon services using botocore and aiohttp/asyncio.
 This library is a mostly full featured asynchronous version of botocore.
 .
 This package is a dependency of Home Assistant.

I intend to maintain this package within the Home Assistant team.
--- End Message ---
--- Begin Message ---
Source: python-aiobotocore
Source-Version: 2.13.1-1
Done: Thomas Goirand 

We believe that the bug you reported is fixed in the latest version of
python-aiobotocore, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1078...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand  (supplier of updated python-aiobotocore 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 28 Jul 2024 07:13:26 +0200
Source: python-aiobotocore
Binary: python3-aiobotocore
Architecture: source all
Version: 2.13.1-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Thomas Goirand 
Description:
 python3-aiobotocore - async client for aws services using botocore and aiohttp
Closes: 1078345
Changes:
 python-aiobotocore (2.13.1-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1078345)
Checksums-Sha1:
 8b51f12f99f100d5ec3a724f17f1428a087e40df 2432 python-aiobotocore_2.13.1-1.dsc
 13363201a6cec79b15116e6ad49c680331de5fe6 105380 
python-aiobotocore_2.13.1.orig.tar.xz
 c3c367c84c4d053b083e881e4cc54892faa8d430 2156 
python-aiobotocore_2.13.1-1.debian.tar.xz
 3be7385d85ae8c8a271de1994e3023f107176533 9736 
python-aiobotocore_2.13.1-1_amd64.buildinfo
 1d6086d6b26f0391bf5d782e29eea989aeb2deb3 58296 
python3-aiobotocore_2.13.1-1_all.deb
Checksums-Sha256:
 3284bc961ed4d699c6d46307cd96301ad169cb84dd082250eead7800bb450b9e 2432 
python-aiobotocore_2.13.1-1.dsc
 d7de7f51855b2c64a533dc4cc4624cb97b7f4a55aaeb7c57869ea8dfe20ce640 105380 
python-aiobotocore_2.13.1.orig.tar.xz
 b75472fe77a7c1ef53f3337daeff2d617c1b4807e8afd2d71b0eb477e7b2f412 2156 
python-aiobotocore_2.13.1-1.debian.tar.xz
 f54f22c54208f85d1817b9ee486ff30db43e1a305d4fdeff686aa100ff7e0e4d 9736 
python-aiobotocore_2.13.1-1_amd64.buildinfo
 befbb597ba6f173472450a96b23c39d7dc0dc8b76a23fade63e31fe782ed 58296 
python3-aiobotocore_2.13.1-1_all.deb
Files:
 aa59f11863d803ea63614a1f6e62a942 2432 python optional 
python-aiobotocore_2.13.1-1.dsc
 641c6a1e58f2d1bae3f120904a928b09 105380 python optional 
python-aiobotocore_2.13.1.orig.tar.xz
 a2694d8f48bbfd4c0351c6450fbf0efa 2156 python optional 
python-aiobotocore_2.13.1-1.debian.tar.xz
 f809b7c0f10114632493e8cbe704f9cd 9736 python optional 
python-aiobotocore_2.13.1-1_amd64.buildinfo
 75d7c0c089d982494bd3d0030a1b6eb3 58296 python optional 
python3-aiobotocore_2.13.1-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAma2eakACgkQ1BatFaxr
Q/6wSg/9H5qmxZ6VXIt37ly6WZybvGu8HqEv0aHSNhG8KFAfGlUHW2GrhLzojxu0
SKg3YHfmTvQLf6TleU7VzHO90IySbVnlC9506/lgx1fGBpcXtGfwEw0oUqnBivhO
+9cOAVrJqPIhFgloF7Hs8Rs/yiragl4qM0E5N5ji/rnjPv+8dHK4pAS0XiG5SD67
/93u8X6Ew7CoB6+vPuQiVmsrWWS38/OL5goak3oyb0Nd5VBx5tqul6lkt9XATCoU
krFPVGZMLtwk7ReBpzRCQ1zE4Mp7FcjRVCTw2Nm2VGMBOLqpPfFBGdo4oQZVBJqm
9i6yzVdKetcCA/ocY95rwZBX0C5GB9OmPGWCNktcL5PRwukGfCH3IzshEijRZzx6
obx21YWhqz+Oi/lSNcPgdP6uLXjTgmuEhXWRwAQgTn30S8G8Im5CKsAQglfCHKM7
SzNssQYKQgzGXbrHVoQvWni07ZnIz//PFQsZ9bjvf3c7+pgx3IC6sFoL1cLuK5l6
/yJv8qQUDxc3mUApGvidqLtr

Bug#1078346: marked as done (ITP: python-aioharmony -- asyncio library for connecting to and controlling the Logitech Harmony)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 18:05:37 +
with message-id 
and subject line Bug#1078346: fixed in python-aioharmony 0.2.10-1
has caused the Debian Bug report #1078346,
regarding ITP: python-aioharmony -- asyncio library for connecting to and 
controlling the Logitech Harmony
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1078346: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078346
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand 

* Package name: python-aioharmony
  Version : 0.2.10
  Upstream Contact: Erik Hendrix 
* URL : https://github.com/ehendrix23/aioharmony
* License : Apache-2.0
  Programming Lang: Python
  Description : asyncio library for connecting to and controlling the 
Logitech Harmony

 This package provides a library for programmatically using a Logitech Harmony
 Link or Ultimate Hub. This library originated from iandday's pyharmony
 (see: https://github.com/iandday/pyharmony), which was a fork of bkanuka's
 pyharmony (see: https://github.com/bkanuka/pyharmony) with the intent to:
  - Make the harmony library asyncio
  - Ability to provide one's own custom callbacks to be called
  - Automatic reconnect, even if re-connection cannot be established for a time
  - More easily get the HUB configuration through API call
  - Additional callbacks: connect, disconnect, HUB configuration updated
  - Using unique msgid's ensuring that responses from the HUB are correctly 
managed.
 .
 This package is a dependency of Home Assistant.

I intend to maintain this package in the Home Assistant team.
--- End Message ---
--- Begin Message ---
Source: python-aioharmony
Source-Version: 0.2.10-1
Done: Thomas Goirand 

We believe that the bug you reported is fixed in the latest version of
python-aioharmony, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1078...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand  (supplier of updated python-aioharmony package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 03 Aug 2024 16:27:52 +0200
Source: python-aioharmony
Binary: python3-aioharmony
Architecture: source all
Version: 0.2.10-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Thomas Goirand 
Description:
 python3-aioharmony - asyncio library for connecting to and controlling the 
Logitech Ha
Closes: 1078346
Changes:
 python-aioharmony (0.2.10-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1078346)
Checksums-Sha1:
 4225ea0ceba32d74c88ef45699d8b969522b5e36 2131 python-aioharmony_0.2.10-1.dsc
 5edd547ba126b0530748addb1e873430734ca3aa 34820 
python-aioharmony_0.2.10.orig.tar.xz
 59fe2bdc8ef398a893ae88ece5c20d95d2307d80 1928 
python-aioharmony_0.2.10-1.debian.tar.xz
 2fcebbaed7f92321f0e0c65f961250ea8b7c256a 7225 
python-aioharmony_0.2.10-1_amd64.buildinfo
 d16a7f370f257a87b526f9fd7790db2731b8cf67 27424 
python3-aioharmony_0.2.10-1_all.deb
Checksums-Sha256:
 098a10f869be92ba414dc0e29711f5160795adc7a9b228d0100cc8f5e9684940 2131 
python-aioharmony_0.2.10-1.dsc
 81d7ace9276a79b151d3e2932a285a8d49c0e7135c63fe75a56b92b4c288b641 34820 
python-aioharmony_0.2.10.orig.tar.xz
 9dbfaaf262980cca1e80cea5f1292bfb0b001ee9706f0bc39a60f63a82d62147 1928 
python-aioharmony_0.2.10-1.debian.tar.xz
 c7c3b2354fd79aeb53deaab68129deea587edfc49e2c330c8852a177099fc544 7225 
python-aioharmony_0.2.10-1_amd64.buildinfo
 24518e680b88b468e98e93021c9a30a7aba479c3afd1f90fe189a477fa395a85 27424 
python3-aioharmony_0.2.10-1_all.deb
Files:
 cab7544eb3b9fa32da50bd465cf7c7dc 2131 python optional 
python-aioharmony_0.2.10-1.dsc
 244806bc6edac3aa609ae98f0550fbd3 34820 python optional 
python-aioharmony_0.2.10.orig.tar.xz
 a4fd96eb147fead019038bdbc7b2769f 1928 python optional 
python-aioharmony_0.2.10-1.debian.tar.xz
 db1f386738c46aae13e55586c31888b0 7225 python optional 
python-aioharmony_0.2.10-1_amd64.buildinfo
 c1eda038e35e9a027aa2d9702a27d524 27424 python optional 
python3-aioharmony_0.2.10-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAma

Bug#1078265: marked as done (ITP: python-aiopulse -- Rollease Acmeda Automate integration)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 18:05:39 +
with message-id 
and subject line Bug#1078265: fixed in python-aiopulse 0.4.5-1
has caused the Debian Bug report #1078265,
regarding ITP: python-aiopulse -- Rollease Acmeda Automate integration
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1078265: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078265
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand 

* Package name: python-aiopulse
  Version : 0.4.5
  Upstream Contact: Alan Murray 
* URL : https://github.com/atmurray/aiopulse
* License : Apache-2.0
  Programming Lang: Python
  Description : Rollease Acmeda Automate integration

 The Rollease Acmeda Pulse Hub is a WiFi hub that communicates with Rollease
 Acmeda Automate roller blinds via a proprietary RF protocol. This module
 communicates over a local area network using a propriatery binary protocol to
 issues commands to the Pulse Hub.

I intend to maintain this package within the Home Assistant team.
--- End Message ---
--- Begin Message ---
Source: python-aiopulse
Source-Version: 0.4.5-1
Done: Thomas Goirand 

We believe that the bug you reported is fixed in the latest version of
python-aiopulse, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1078...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand  (supplier of updated python-aiopulse package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 09 Aug 2024 12:23:47 +0200
Source: python-aiopulse
Binary: python3-aiopulse
Architecture: source all
Version: 0.4.5-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Thomas Goirand 
Description:
 python3-aiopulse - Rollease Acmeda Automate integration
Closes: 1078265
Changes:
 python-aiopulse (0.4.5-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1078265)
Checksums-Sha1:
 ffe7f2b9a7acda7913bfe646dac4843661b8f9d5 2224 python-aiopulse_0.4.5-1.dsc
 ab77968f806398868e9eb0506b7f86dbb3a3013b 16416 
python-aiopulse_0.4.5.orig.tar.xz
 8eeb054b9e0d3b566a1ccafc592097c91f20bf3f 1824 
python-aiopulse_0.4.5-1.debian.tar.xz
 fa92f216a2b28b27819a416352e51abf3f14c126 7236 
python-aiopulse_0.4.5-1_amd64.buildinfo
 3d0d8ed5d00fea9831bb69daa8683f0b449d 11776 python3-aiopulse_0.4.5-1_all.deb
Checksums-Sha256:
 9656eaa6886beb51de73cc66d263b048162b240d02c8718dac7a6857eb513eb2 2224 
python-aiopulse_0.4.5-1.dsc
 4d7bca504b933462c401d7eae66a82b4fea6daeb86ab1968033012babb257c5a 16416 
python-aiopulse_0.4.5.orig.tar.xz
 1717270c4a54f936251b1f74941a4e0e8bc0452534449eba999e9ed095550e3b 1824 
python-aiopulse_0.4.5-1.debian.tar.xz
 79dcd5a1d06dbea48b38b61a6d7958620c0c30272d9589ac21fb8320ebe9ffbf 7236 
python-aiopulse_0.4.5-1_amd64.buildinfo
 fb62ca12350fe38dfd0431209965934ae1afa849fbb13b5d5414ffdb409565d7 11776 
python3-aiopulse_0.4.5-1_all.deb
Files:
 109a18764d9f7f548577bed2266f0082 2224 python optional 
python-aiopulse_0.4.5-1.dsc
 b3f2f259f220772aa976f7dbde1755f4 16416 python optional 
python-aiopulse_0.4.5.orig.tar.xz
 faef9abaa2dbf9c7e8cad571ec88793d 1824 python optional 
python-aiopulse_0.4.5-1.debian.tar.xz
 80be2f3e733576c761c79d9c5ee5e7d8 7236 python optional 
python-aiopulse_0.4.5-1_amd64.buildinfo
 650256286c87631a7289fa6e4096294c 11776 python optional 
python3-aiopulse_0.4.5-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAma18x8ACgkQ1BatFaxr
Q/4Meg/+LM6OdQ/N696+KSY4DTxdLO8XjXvDivkMGQI+YSCUbyTftPZumMWYn0nc
OSu7YQTw7NglkrOkn/PdvhjtpWU7By2fQuhzLWo6nYYahixP4EqETfCyVbWjHV0j
xmEpCh/A2OkmodgVqvK4d30/6BXxUIk3SXtc1xam1XUCDEnOvkNitYvYg9pOeUBv
Mjtu3EfxWMQcjYB4l1CBpt0z6pGQnZPbLEm9EFT2ZurK9GqOeTxMyyxUi3fOmutd
C5Xx4u1Otx7lzQmZnw+0KAdDIK+X5q+LfUeTlR5xK/LTrMdP1lVb8abnkQPwuYWz
j6fSuV6yRNJBQCMvpuFVC5RCXF2gASyX1dPkSvWiq4w57L4nzOc5miStsuc5vSyo
5lrY7z11jqjoSEoy6HJT7KQqmEL0F8uYnYBPNTZ5Gj20dttS832Oh4niR8yoINN9
y47/q4rXGIMmtpDf+ylYIwdkZ1ziyOD2nm6TrP2Ih19Dq9fFpU6utiEBbtDtNKTz
QeJP+v9UY2mdNHn+g9SWCgMLXLFF0R66lkVrkSAGIgFIiDyIzgID/Hzj/YB3xxCc
C1Domx4Lnxr2aUPmNllJfPAzpvacd+ChxbuKDnhIHDsREhoPbuHoyeI/

Bug#1078443: marked as done (ITP: python-curies -- tool to manage Compact Uniform Resource Identifiers)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 18:05:39 +
with message-id 
and subject line Bug#1078443: fixed in python-curies 0.7.10-1
has caused the Debian Bug report #1078443,
regarding ITP: python-curies -- tool to manage Compact Uniform Resource 
Identifiers
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1078443: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078443
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Alexandre Detiste 
X-Debbugs-Cc: debian-de...@lists.debian.org, 
debian-med-packag...@lists.alioth.debian.org

* Package name: python-curies
  Version : 0.7.10
  Upstream Contact: Charles Tapley Hoyt
* URL : https://pypi.org/project/curies/
* License : MIT
  Programming Lang: Python
  Description : tool to manage Compact Uniform Resource Identifiers

this Python package can be used by a variety of people:
 .
 Data Scientist - someone who consumes and modifies data to suit an
 analysis or application. For example, they might want to convert
 tabular data containing CURIEs into IRIs, translate into RDF,
 then query with SPARQL.
 .
 Curator - someone who creates data. For example, an ontologist
 may want to curate using CURIEs but have their toolchain.
cat: µ: Aucun fichier ou dossier de ce nom

---

This is a dependency of python-bioregistry,
I will maintin it inside the Debian Med Team.
--- End Message ---
--- Begin Message ---
Source: python-curies
Source-Version: 0.7.10-1
Done: Alexandre Detiste 

We believe that the bug you reported is fixed in the latest version of
python-curies, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1078...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alexandre Detiste  (supplier of updated python-curies package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 10 Aug 2024 16:00:33 +0200
Source: python-curies
Binary: python3-curies
Architecture: source all
Version: 0.7.10-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 

Changed-By: Alexandre Detiste 
Description:
 python3-curies - tool to manage Compact Uniform Resource Identifiers
Closes: 1078443
Changes:
 python-curies (0.7.10-1) unstable; urgency=medium
 .
   * Initial release (Closes: #1078443)
Checksums-Sha1:
 d2fb07517f8eb481f7910df453205ddfa6db909f 2359 python-curies_0.7.10-1.dsc
 01f25ce0b9d1f756b1e0f5b06bfd309446e5b5ff 247164 
python-curies_0.7.10.orig.tar.gz
 0dc06fbeaf19fcfeed0ae0d76cc0f31cba03362b 2288 
python-curies_0.7.10-1.debian.tar.xz
 5f1ff5ff8bcbe0d29cfdfb5dbb2df654a65f9103 8467 
python-curies_0.7.10-1_amd64.buildinfo
 cfa229eb3d811cf97efa038112e8c71c8ae44acc 36092 python3-curies_0.7.10-1_all.deb
Checksums-Sha256:
 69eb38c02f411dd38840c5d2e38c53fa7ca74657056fb70b2dda30cfce113b3a 2359 
python-curies_0.7.10-1.dsc
 e4f0ab87ed88cf9a64822e45a19a1ecc3dec8d0804fae3252ba4fb7bf37e6f6f 247164 
python-curies_0.7.10.orig.tar.gz
 4d3d0a7211a314fdf6190bd6d441fa98da3397e52f5646dbec3a3ea6244927b0 2288 
python-curies_0.7.10-1.debian.tar.xz
 19382e98fa8d3ce92e04ea142d05b5804a8478adc532df9fdff71c5a77321ace 8467 
python-curies_0.7.10-1_amd64.buildinfo
 81cd7a6cd0936eeb2beacdca6d05c3e072bd36aab3f25d8fb0eb83dbd8ac1fe3 36092 
python3-curies_0.7.10-1_all.deb
Files:
 5d0c4dbb375c59ac19cdcb5688843dc8 2359 science optional 
python-curies_0.7.10-1.dsc
 fd12082c396aab1c916ca9373715e74a 247164 science optional 
python-curies_0.7.10.orig.tar.gz
 b855360798369bae473e35fed904 2288 science optional 
python-curies_0.7.10-1.debian.tar.xz
 ffaf7db6224836a95d506d522b0aa3d9 8467 science optional 
python-curies_0.7.10-1_amd64.buildinfo
 9647e6b8f62e06bb3de94a3375170153 36092 python optional 
python3-curies_0.7.10-1_all.deb

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAma3dJARHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBrP6Q//cY+RUT0UnafFLkMSOnedIdWJYSogCVBX
3KaIP2VKBn6CkXtb9CH+uI4xRSwS+iMVAnIK/9UeupZbMZS5jP0pQywb9PVLao2m
cdpM2b9wTeLrUNBDoI4raou1lMb5xbJBUZylGbHEL56LmGicdr5w/PGORf/9J87K
Vd2kMoy7TEyZ8WpeVKwMOwtHFZq6biMJpXikGeFhsC3ZeHiaLAcQjIB91JDbQijL
7iyORKNAV90Fpwu80OnuyqZyInpWBe034FMrZeK

Bug#1077597: marked as done (ITP: millheater -- Library to communicate with Mill heaters)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 19:03:03 +
with message-id 
and subject line Bug#1077597: fixed in millheater 0.11.8-1
has caused the Debian Bug report #1077597,
regarding ITP: millheater -- Library to communicate with Mill heaters
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1077597: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077597
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Edward Betts 

* Package name: millheater
  Version : 0.11.8
  Upstream Author : Daniel Hjelseth Hoyer 
* URL : https://github.com/Danielhiversen/pymill
* License : MIT
  Programming Lang: Python
  Description : Library to communicate with Mill heaters

  This library provides functionality to control Mill heaters and retrieve
  measured temperatures from them. It supports both cloud and local access,
  though local access is restricted to Generation 3 heaters sold from Autumn
  2021. Users can set room temperatures for comfort, sleep, and away modes
  through the Mill app.

This library is a dependancy of Home Assistant, the Python smart home platform.
I plan to maintain it as part of the Home Assistant team.
--- End Message ---
--- Begin Message ---
Source: millheater
Source-Version: 0.11.8-1
Done: Edward Betts 

We believe that the bug you reported is fixed in the latest version of
millheater, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1077...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Edward Betts  (supplier of updated millheater package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 30 Jul 2024 19:05:20 +0900
Source: millheater
Binary: python3-millheater
Architecture: source all
Version: 0.11.8-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Edward Betts 
Description:
 python3-millheater - Library to communicate with Mill heaters
Closes: 1077597
Changes:
 millheater (0.11.8-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1077597)
Checksums-Sha1:
 2c757db42f42b5c418d95a9edf4bd5a91c89c9c1 2026 millheater_0.11.8-1.dsc
 850f8375d63c4bbdf6dd1e3353fa59409998f60c 7903 millheater_0.11.8.orig.tar.gz
 cc429011bb679244a09348813e86d4500a0f60d9 2140 millheater_0.11.8-1.debian.tar.xz
 6adb388dfbe459e3afea18b58ac07ceb929c678d 6503 
millheater_0.11.8-1_amd64.buildinfo
 74bee0503d351b54e716251f36059b0ff1cf0af8 7572 
python3-millheater_0.11.8-1_all.deb
Checksums-Sha256:
 184992efa7903a7e4be22fe6ebb62619036b33e8f494a634d74573bb2e097574 2026 
millheater_0.11.8-1.dsc
 dffb9e95ad998c1f0a9026ef3f7166b2d4493588f6a0ab649dec37d2d3985ff5 7903 
millheater_0.11.8.orig.tar.gz
 e86ef04a5c8ab88ed538448f1e8e51d8768b0e67eec74d27b50420bee26ac38a 2140 
millheater_0.11.8-1.debian.tar.xz
 838798e58303b7c6eb2ea2ba388e55ecb68429da7775ec07cca6542d352b3bcb 6503 
millheater_0.11.8-1_amd64.buildinfo
 346d9f6b36d45180897650ebd311235b8ff281562c633fab73f3fc7abc548ee4 7572 
python3-millheater_0.11.8-1_all.deb
Files:
 7aa54aad690b3946426d3acf444ed12b 2026 python optional millheater_0.11.8-1.dsc
 c8a7754e5d30f92d73c32ee70511fe91 7903 python optional 
millheater_0.11.8.orig.tar.gz
 aa2fb9409846e51e4ae2dc76a4384702 2140 python optional 
millheater_0.11.8-1.debian.tar.xz
 e643dd736a13247db6902815d6e60689 6503 python optional 
millheater_0.11.8-1_amd64.buildinfo
 4994bed1bd91fcd98e1418f3e39837a6 7572 python optional 
python3-millheater_0.11.8-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAmao7cYACgkQlgWhCYxj
uSpOehAAnJDmh1O/TU+OEZ/BXWJb3iZp7IhMeQHwRXBxdEZuJg6WbUPzEloBS98e
v8ell+59kEFiOjxmeAcuv+WRVcsN8zWYpovtZcMglt3PxwYpfpjdj3XhKW+qD/4E
I/xkDoDHRoOBA/J0OtS4A3zns8Cp+h1CBXkY9IWDZCN27sr1vJqOpSNv+8c8Q+28
cOltM0ObiO6aCsBCaQOPjEG7Xv7a73XryVgLpUd+Kx8kG6swDSGA0RbjTOjqef7G
oFwa+RRCPLROzVZFPWp5dtuVGaws9I717SM2GKEj6YAYnKJFG37vF+cc++xrEYA3
ZNNzhLkaEMhZwGs8eko+8b9074yKaX3amMWFitmLOo216Z51IuwOi+ugwCqOWr73
+56LGCGouJK7Rq8YvTK0Ze8bIajrXol9C1vvDA+NnHdLlWOKd0yj/QtofLGqUTZW
t5MxEyaaYbh3TulspIKprHOuBL7DDN2U6CTSBq43tZoa91s0NervxDIDTdCTdbJ6
V3gj4/Uck0JJQwu/ZKsUosPbx5a/A6gQF+nzO0TNcnsalWB+ydoQzr

Bug#1041315: marked as done (ITP: ipp-crypto -- Intel(R) Integrated Performance Primitives Cryptography)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 19:03:02 +
with message-id 
and subject line Bug#1041315: fixed in ipp-crypto 2021.10.0-1
has caused the Debian Bug report #1041315,
regarding ITP: ipp-crypto -- Intel(R) Integrated Performance Primitives 
Cryptography
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1041315: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1041315
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Colin Ian King 
X-Debbugs-Cc: debian-de...@lists.debian.org, colin.i.k...@gmail.com

* Package name: ipp-crypto
  Version : 2021.8
  Upstream Contact: Andrey Matyukov 
* URL : https://github.com/intel/ipp-crypto
* License : Apache-2.0
  Programming Lang: C
  Description : Intel(R) Integrated Performance Primitives Cryptography

Intel(R) Integrated Performance Primitives (Intel(R) IPP) Cryptography is a
secure, fast and lightweight library of building blocks for cryptography,
highly-optimized for various Intel® CPUs.

The library provides a comprehensive set of routines commonly used for
cryptographic operations, including:

Symmetric Cryptography Primitive Functions:
AES (ECB, CBC, CTR, OFB, CFB, XTS, GCM, CCM, SIV)
SM4 (ECB, CBC, CTR, OFB, CFB, CCM)
TDES (ECB, CBC, CTR, OFB, CFB)
RC4
One-Way Hash Primitives:
SHA-1, SHA-224, SHA-256, SHA-384, SHA-512
MD5
SM3
Data Authentication Primitive Functions:
HMAC
AES-CMAC
Public Key Cryptography Functions:
RSA, RSA-OAEP, RSA-PKCS_v15, RSA-PSS
DLP, DLP-DSA, DLP-DH
ECC (NIST curves), ECDSA, ECDH, EC-SM2
Multi-buffer RSA, ECDSA, SM3, x25519
Finite Field Arithmetic Functions
Big Number Integer Arithmetic Functions
PRNG/TRNG and Prime Numbers Generation

It can be useful for:
Security (constant-time execution for secret processing functions)
Designed for the small footprint size
Optimized for different Intel CPUs and instruction set architectures
(including hardware cryptography instructions support):
Intel Streaming SIMD Extensions 2 (Intel SSE2)
Intel SSE3
Intel SSE4.2
Intel Advanced Vector Extensions (Intel AVX)
Intel Advanced Vector Extensions 2 (Intel AVX2)
Intel Advanced Vector Extensions 512 (Intel AVX-512)
Configurable CPU dispatching for the best performance
Kernel mode compatibility
Thread-safe design

I intend to maintain this by tracking the upstream project and
keeping the package up to date with releases. I also intend to
pull in bug fixes from the upstream project into the packaging
and also feedback any Debian bug reports back to the upstream
project. I also will run static analysis on the code using
tools such a CoverityScan to find and report or fix coding
issues.

Since I'm a DM, I require a sponsor for this package.

Colin Ian King
--- End Message ---
--- Begin Message ---
Source: ipp-crypto
Source-Version: 2021.10.0-1
Done: Colin Ian King 

We believe that the bug you reported is fixed in the latest version of
ipp-crypto, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1041...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Ian King  (supplier of updated ipp-crypto package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 27 Jun 2024 16:45:12 +0100
Binary: libcrypto-mb-dev libcrypto-mb11 libcrypto-mb11-dbgsym libippcp-dev 
libippcp11 libippcp11-dbgsym
Source: ipp-crypto
Built-For-Profiles: noudeb
Architecture: amd64 source
Version: 2021.10.0-1
Distribution: unstable
Urgency: medium
Maintainer: Colin Ian King 
Changed-By: Colin Ian King 
Closes: 1041315
Description: 
 libcrypto-mb-dev - Intel® IPP Cryptography Multi-buffer development files
 libcrypto-mb11 - Intel® Integrated Performance Primitives Cryptography 
Multi-buffe
 libippcp-dev - Intel® Integrated Performance Primitives Cryptography 
development
 libippcp11 - Intel® Integrated Performance Primitives Cryptography
Changes:
 ipp-crypto (2021.10.0-1) unstable; urgency=medium
 .
   * Initial u

Bug#1077658: marked as done (ITP: pyiqvia -- Library for accessing allergy, asthma, and disease data from IQVIA)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 19:03:05 +
with message-id 
and subject line Bug#1077658: fixed in pyiqvia 2023.12.0-1
has caused the Debian Bug report #1077658,
regarding ITP: pyiqvia -- Library for accessing allergy, asthma, and disease 
data from IQVIA
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1077658: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077658
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Edward Betts 

* Package name: pyiqvia
  Version : 2023.12.0
  Upstream Author : Aaron Bach 
* URL : https://github.com/bachya/pyiqvia
* License : MIT
  Programming Lang: Python
  Description : Library for accessing allergy, asthma, and disease data 
from IQVIA

  This library provides access to a range of health data sourced from IQVIA,
  including information about allergens, asthma, and diseases like cold and flu.
  Users can collect and analyze various health indices and trends based on U.S.
  ZIP code data. It allows for the retrieval of current, historical, and
  forecast data through an asynchronous interface. The library also offers
  insights into specific asthma allergens, including particulate matter, ozone,
  sulfur dioxide, and carbon monoxide pollution levels.

This library is a dependancy of Home Assistant, the Python smart home platform.
I plan to maintain it as part of the Home Assistant team.
--- End Message ---
--- Begin Message ---
Source: pyiqvia
Source-Version: 2023.12.0-1
Done: Edward Betts 

We believe that the bug you reported is fixed in the latest version of
pyiqvia, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1077...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Edward Betts  (supplier of updated pyiqvia package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 31 Jul 2024 22:24:14 +0900
Source: pyiqvia
Binary: python3-pyiqvia
Architecture: source all
Version: 2023.12.0-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Edward Betts 
Description:
 python3-pyiqvia - Library for accessing allergy, asthma, and disease data from 
IQVI
Closes: 1077658
Changes:
 pyiqvia (2023.12.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1077658)
Checksums-Sha1:
 a5b686b91910c44bbe978fe3e3b65bbc38ebe1d9 2414 pyiqvia_2023.12.0-1.dsc
 ade52283a839dd0e45ff4e47a2f44255607f4817 56236 pyiqvia_2023.12.0.orig.tar.gz
 6cb54cf14709478f83077ced3174d570006a07c6 2476 pyiqvia_2023.12.0-1.debian.tar.xz
 6083cd51d4bde132cd5ee2ea3b68f0f02b747306 7820 
pyiqvia_2023.12.0-1_amd64.buildinfo
 9511a96276eb103e760183d5ada80070dc0ed548 9480 
python3-pyiqvia_2023.12.0-1_all.deb
Checksums-Sha256:
 281b395729ae00d640445cc171a4a481bc6a39089c735c0af0c76dfaa725734a 2414 
pyiqvia_2023.12.0-1.dsc
 9dabbe90822866c3c292bb0d1d66e7f9fb2193bd92148a910f318a88aa76d130 56236 
pyiqvia_2023.12.0.orig.tar.gz
 f46f1036556a86d62734d26ded20662ed11df0d81405532e3b06484b4d6e4726 2476 
pyiqvia_2023.12.0-1.debian.tar.xz
 dc4337627c022aefd02593ab6a96730a1b641117ada7b9268f3d5aa2bcde8cef 7820 
pyiqvia_2023.12.0-1_amd64.buildinfo
 561edb5628863439db3dde8540232267a0d9dd293079be9da4c1a7819fe325b4 9480 
python3-pyiqvia_2023.12.0-1_all.deb
Files:
 37d2a29e4ac2bdb5ab287106b703b3d8 2414 python optional pyiqvia_2023.12.0-1.dsc
 10020dd95b9eafd93cc144569e60e31e 56236 python optional 
pyiqvia_2023.12.0.orig.tar.gz
 154ad127dfc73090c8f97c6bed2387e0 2476 python optional 
pyiqvia_2023.12.0-1.debian.tar.xz
 6b8b43c53ad03083e905537b92e05f4f 7820 python optional 
pyiqvia_2023.12.0-1_amd64.buildinfo
 c26aeb776017f97656ac804efa414fb1 9480 python optional 
python3-pyiqvia_2023.12.0-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAmaqQNQACgkQlgWhCYxj
uSrp4xAAhsJavRnFhmY9EZYXr0AHI5iR8781EKxAfHTPdnYRRffZdbiP/KZyw+za
dMDaZARicSgBgOJrhk1aJcgmsUxAQmI1/qLQrUol0OqHZXKEpPVHtTPwsJJIhrdv
R1PVpRN0RFh8MJtD/O+dEcCJ99hYEi4Rboai9jjcpn+mKyTP1y8RKXwRYka2yDxh
9/KWXIjxNX8sLT8C+4owshNknvnmTymgvmsAPm7bZYX12aGagcsJ5ytVS0Bk0gCF
SUU1UNEFHBdJclG1A5LmvfSi/A/Kk8g6yy5Inm9CSOY5DzgroqnhaLwwKm8IskkM
CI4w

Bug#1061609: marked as done (ITP: pydantic-settings -- settings management using pydantic)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 19:03:04 +
with message-id 
and subject line Bug#1061609: fixed in pydantic-settings 2.4.0-1
has caused the Debian Bug report #1061609,
regarding ITP: pydantic-settings -- settings management using pydantic
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1061609: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061609
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Drew Parsons 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: pydantic-settings
  Version : 2.1.0
  Upstream Contact: Samuel Colvin 
* URL : https://github.com/pydantic/pydantic-settings
* License : MIT
  Programming Lang: Python
  Description : settings management using pydantic

Settings management using Pydantic, this is the new official home of
Pydantic's BaseSettings.

Pydantic Settings provides optional Pydantic features for loading a
settings or config class from environment variables or secrets files.

pydantic-settings is used by latest versions of python-mp-api

To be maintained by the Debian Python Team alongside pydantic.
--- End Message ---
--- Begin Message ---
Source: pydantic-settings
Source-Version: 2.4.0-1
Done: Drew Parsons 

We believe that the bug you reported is fixed in the latest version of
pydantic-settings, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1061...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Drew Parsons  (supplier of updated pydantic-settings 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 03 Aug 2024 19:32:44 +0200
Source: pydantic-settings
Binary: python3-pydantic-settings
Architecture: source all
Version: 2.4.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team 
Changed-By: Drew Parsons 
Description:
 python3-pydantic-settings - settings management using pydantic (Python 3)
Closes: 1061609
Changes:
 pydantic-settings (2.4.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1061609)
   * run tests using pytest.
 debian patch test_doc_no_pytest_examples.patch skips test_docs.py
 since pytest_examples is not packaged
   * debian patch test_settings_skip_pydantic2.7.patch skips tests
 requiring pydantic 2.7.0 (other tests pass with older version).
Checksums-Sha1:
 0d99bd9bdc802a0d89cb0be91a3dd3e0dfbcc521 2388 pydantic-settings_2.4.0-1.dsc
 bb5fb9245481ddc668fb479c11c82f15d3f28a03 63180 
pydantic-settings_2.4.0.orig.tar.gz
 a3f30f7e824b5b549c64f1db7569a52946a81798 3080 
pydantic-settings_2.4.0-1.debian.tar.xz
 262677e2452ba5d0078e0521b0e87d24f03930f9 7297 
pydantic-settings_2.4.0-1_amd64.buildinfo
 a57d7bd8387b27db3ab6e40da3b18046ffbaa28c 3 
python3-pydantic-settings_2.4.0-1_all.deb
Checksums-Sha256:
 84ff46f9c56333e851b2ae545145565f24851c54c131455e2aa7c013fc38b23e 2388 
pydantic-settings_2.4.0-1.dsc
 1f9a49084522726470e339d2894421d3698d2683efc8a272fd9998cef5ec63db 63180 
pydantic-settings_2.4.0.orig.tar.gz
 834cdb44313ae660e4d06db92846d752b045fd7dfce2beb1632bc424fd348f04 3080 
pydantic-settings_2.4.0-1.debian.tar.xz
 c8db950743a2caa7c111e277b32362104ae14e4673250447eed82bc43cd7b6c7 7297 
pydantic-settings_2.4.0-1_amd64.buildinfo
 44a070900219afbdd3b4ae59a126022d17f44f7b5cd1e0199591d278a57486cf 3 
python3-pydantic-settings_2.4.0-1_all.deb
Files:
 f4807d3bea8cca92b2b752d27e07dc71 2388 python optional 
pydantic-settings_2.4.0-1.dsc
 84f168e4c94742dcbc13aa37a725fa7b 63180 python optional 
pydantic-settings_2.4.0.orig.tar.gz
 0ce1483ac409a79464a77316fda8acf7 3080 python optional 
pydantic-settings_2.4.0-1.debian.tar.xz
 1bfa3040d787ff513d9f1f2bb92ac5c9 7297 python optional 
pydantic-settings_2.4.0-1_amd64.buildinfo
 5893e58a7c050a63b8e27e7e5a91835f 3 python optional 
python3-pydantic-settings_2.4.0-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEI8mpPlhYGekSbQo2Vz7x5L1aAfoFAmauaiEACgkQVz7x5L1a
AfpJXxAAmj5DEmBSxcP4/EmxEC6gg+7kF347WZUO0usnf9yspz7tm1G2XHOxiEji
HAF9/iNkHB9L0N69gp7yyIjZLnUN8uE6XUdqaZSXw0ivJh7cF67izwlJ00mMIVJU
XUiGQJw5UdvBLnSjQj+xVMcdgQ8CfBh8OE6kTIH3X

Bug#1077730: marked as done (ITP: pytrafikverket -- Retrieve data from the Swedish Trafikverket API)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 19:03:06 +
with message-id 
and subject line Bug#1077730: fixed in pytrafikverket 1.0.0-1
has caused the Debian Bug report #1077730,
regarding ITP: pytrafikverket -- Retrieve data from the Swedish Trafikverket API
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1077730: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077730
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Edward Betts 

* Package name: pytrafikverket
  Version : 1.0.0
  Upstream Author : G Johansson 
* URL : https://github.com/gjohansson-ST/pytrafikverket
* License : MIT
  Programming Lang: Python
  Description : Retrieve data from the Swedish Trafikverket API

  This library provides an interface to communicate with the Swedish Transport
  Administration (Trafikverket) API, allowing users to access various data sets
  provided by Trafikverket. It can fetch weather information from weather
  stations, train station details, train schedules, ferry routes, and other
  transportation-related information.

This library is a dependancy of Home Assistant, the Python smart home platform.
I plan to maintain it as part of the Home Assistant team.
--- End Message ---
--- Begin Message ---
Source: pytrafikverket
Source-Version: 1.0.0-1
Done: Edward Betts 

We believe that the bug you reported is fixed in the latest version of
pytrafikverket, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1077...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Edward Betts  (supplier of updated pytrafikverket package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 01 Aug 2024 17:39:45 +0900
Source: pytrafikverket
Binary: python3-pytrafikverket
Architecture: source all
Version: 1.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Edward Betts 
Description:
 python3-pytrafikverket - Retrieve data from the Swedish Trafikverket API
Closes: 1077730
Changes:
 pytrafikverket (1.0.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1077730)
Checksums-Sha1:
 2b5ba3478bcd8eb87bf5dc1f3a7e32162fc95364 2099 pytrafikverket_1.0.0-1.dsc
 826a9cbbdba6d798aff30e4d6833427b4eec9306 24012 pytrafikverket_1.0.0.orig.tar.gz
 89db13b607446db11f38aa7a75a5aff657b5f6cc 2072 
pytrafikverket_1.0.0-1.debian.tar.xz
 3b704c88d28a4f0319c9ed54b6b4caf4e6b1a550 13332 
python3-pytrafikverket_1.0.0-1_all.deb
 b002db4e40a8bff84d58a297aaf758aa0ade6218 6772 
pytrafikverket_1.0.0-1_amd64.buildinfo
Checksums-Sha256:
 22dce99836c6864c9b37a821851ff513abb7fd7503f2b271532bf0ef5ab09f37 2099 
pytrafikverket_1.0.0-1.dsc
 8d6df5cbd550072aaa26de96fc17c2f48125df842c743266cbaa8e8fb1a2b87c 24012 
pytrafikverket_1.0.0.orig.tar.gz
 41b2a6149745fde85101210ed2da508f6073e39850ce8fb8c54b6e5fdee72540 2072 
pytrafikverket_1.0.0-1.debian.tar.xz
 bcef61b18efc7941cd0977234087f4e9b0ff4f2e656b9ee29425d708975d3ce8 13332 
python3-pytrafikverket_1.0.0-1_all.deb
 40cde1901649d7eccd47fd0db3f29981211a3844061e2f73487f30c3b5fb9e25 6772 
pytrafikverket_1.0.0-1_amd64.buildinfo
Files:
 429b15391a02b07b3e3c26a174054b7e 2099 python optional 
pytrafikverket_1.0.0-1.dsc
 dbe5cb8d430962913b818a4b66a5c0e0 24012 python optional 
pytrafikverket_1.0.0.orig.tar.gz
 e2f46149c0512e2b261ac3b9c2b6d6d8 2072 python optional 
pytrafikverket_1.0.0-1.debian.tar.xz
 adcd6a7533c5527f1c5fa50308c6158f 13332 python optional 
python3-pytrafikverket_1.0.0-1_all.deb
 57b530df43efb576e15ae2291083a14e 6772 python optional 
pytrafikverket_1.0.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAmarS+EACgkQlgWhCYxj
uSrzLA/+MioX4PWNVm5rmzTyRylUUPG/TTSfkgfsUHj2nKINtogQAfHa0Kxp2VJl
XwYZwCW+tIKlF6JjeKcPDZz5AuLzi7FAADCeHJuhdMZV6zzB1npC0t4sADgqLl36
J4o5uJ5TDI9DLhyypcDiWTl/aEoKnKxPcHqkTCw83vpuRHFGFcB6z9ygGpx/3TpY
XDnnzA3VKpN0gDzaKz4i0EiOe0pfzgKpUOZPAH95zQDM5k/0koZpNWKzo7egDNMe
F7qK5sGifm0LqcRzSt9EAoL6Tj1F3vNZAOvACql82Fcxx8RdQRWHFuI5gDYh2l1A
+H5H0DFxqzPfw82e8lWZ5tcgPT2mLOh8GZ5juJAUCSr01KpTLtgAsI4qCw58duIb
6H1oKCPHG4aD1vCw6XVj7+bbA1goVvGBCe08EfgSFUCEGQVL5fZufSRlg+

Bug#1077712: marked as done (ITP: pydiscovergy -- Asynchronous client for Discovergy smart meters)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 19:03:04 +
with message-id 
and subject line Bug#1077712: fixed in pydiscovergy 3.0.1-1
has caused the Debian Bug report #1077712,
regarding ITP: pydiscovergy -- Asynchronous client for Discovergy smart meters
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1077712: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077712
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Edward Betts 

* Package name: pydiscovergy
  Version : 3.0.1
  Upstream Author : Jan-Philipp Benecke 
* URL : https://github.com/jpbede/pydiscovergy
* License : MIT
  Programming Lang: Python
  Description : Asynchronous client for Discovergy smart meters

  This library enables communication with Discovergy smart meters through their
  official API. It allows users to retrieve various data points from their smart
  meters, including electricity consumption and production details. The library
  supports functions for obtaining the list of meters associated with an account
  and fetching the latest readings from each meter.

This library is a dependancy of Home Assistant, the Python smart home platform.
I plan to maintain it as part of the Home Assistant team.
--- End Message ---
--- Begin Message ---
Source: pydiscovergy
Source-Version: 3.0.1-1
Done: Edward Betts 

We believe that the bug you reported is fixed in the latest version of
pydiscovergy, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1077...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Edward Betts  (supplier of updated pydiscovergy package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 01 Aug 2024 14:04:15 +0900
Source: pydiscovergy
Binary: python3-pydiscovergy
Architecture: source all
Version: 3.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Edward Betts 
Description:
 python3-pydiscovergy - Asynchronous client for Discovergy smart meters
Closes: 1077712
Changes:
 pydiscovergy (3.0.1-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1077712)
Checksums-Sha1:
 53897ab29ada3e8e8f496c807aab6dc883bccc8e 2438 pydiscovergy_3.0.1-1.dsc
 a03b4904b050fd8e18d949e91c5dd3c6cbf63dfe 56742 pydiscovergy_3.0.1.orig.tar.gz
 b9bc07c0fb8e6f5eb1f830ff50a8de9a82eed1e0 2976 
pydiscovergy_3.0.1-1.debian.tar.xz
 c755c408f34cf64ef476ffdf5547957ea75a1f79 8205 
pydiscovergy_3.0.1-1_amd64.buildinfo
 c8d44bedfa5ef5fe7752db11a7d55174ed9d3e78 11884 
python3-pydiscovergy_3.0.1-1_all.deb
Checksums-Sha256:
 ae96fd7761ed0461530e87c13f01656abbb14d6e5d12b128a8eefda40260f9cf 2438 
pydiscovergy_3.0.1-1.dsc
 90ef0d2d5dd14dc5a61338992cf74471a3726354c186b5c0fdd9111f7c52a72d 56742 
pydiscovergy_3.0.1.orig.tar.gz
 2613b575f64b2358db66a08cf365ae9da5456828e4bd032b482826ce43a08456 2976 
pydiscovergy_3.0.1-1.debian.tar.xz
 792df8b453eb1200efa09c81af687b1005d7a2a18790b4a1b887e0dea0e347e7 8205 
pydiscovergy_3.0.1-1_amd64.buildinfo
 d9dbffd95d0fa3f458f9efa0d4055b2aba82c52dfb537a82a779f85c29b2f954 11884 
python3-pydiscovergy_3.0.1-1_all.deb
Files:
 f9d2f54377dcf836a3b209d365ee1c46 2438 python optional pydiscovergy_3.0.1-1.dsc
 e05e7e41a52e3eff0e798c1014255efd 56742 python optional 
pydiscovergy_3.0.1.orig.tar.gz
 b1b92a4c3228837a704d77e3239bbf94 2976 python optional 
pydiscovergy_3.0.1-1.debian.tar.xz
 6711082c1de7fa5dc56e17b617f053a8 8205 python optional 
pydiscovergy_3.0.1-1_amd64.buildinfo
 1d72a685da49b7f5e74102b8a1b5c5c6 11884 python optional 
python3-pydiscovergy_3.0.1-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAmarJOMACgkQlgWhCYxj
uSpnDhAAsgh9TGmSKzaJH5zCwFtpT0fuHddUrnnnRrjEhmDDJwNqM47ajLIAN+J5
xBvzm6eXgSA9dmr3I/aT0FaNFOh5ScHV3kGiKXnvqcySSMW6+mEZAIvboWwG/Wc3
w9CsAtVb61xfrKatH1npvMtNTwKrlSPy3prIU57WreI8FB6872nzznkXXD0Jpny7
Q2U4VbK7TzkaPa5S/HpyaosHpkLswC+YmMomVMGHEDT7PGqRnI+qpMhruLlhQ2sl
n7crsIc5JQFGfd4UMrUyQ9+B7MlWHxkbm2WPjFdWZf7CV1pMMGqVdykWa+ag7MGy
duP0NWnNaZN3Aia3A0jXwn1+DnsO3YfOn7i3+kPplozVEHOkp8kM1UHewJwHOQpo
/MUxZ0+0abHpkFY7hPIiYeYGu5ZgZecUMxFtMknCQyy36EpaZQv2zizKFzyGOMoB
G+eejfRMfKAwt3N9Ne

Bug#1077794: marked as done (ITP: python3-panflute -- pythonic pandoc filters)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 19:03:03 +
with message-id 
and subject line Bug#1077794: fixed in panflute 2.3.0-1
has caused the Debian Bug report #1077794,
regarding ITP: python3-panflute -- pythonic pandoc filters
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1077794: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077794
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Kyle Robbertze 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: python3-panflute
  Version : 2.3.0
  Upstream Contact: Sergio Correia 
* URL : https://scorreia.com/software/panflute/
* License : BDS3
  Programming Lang: python
  Description : pythonic pandoc filters

A Python implementation of pandoc filters making filters as simple and
clear as possible. It comes with some batteries included for converting
between markdown and Python objects, calling external programs and
running panflute as a filter.

It will be maintained under the Python team
--- End Message ---
--- Begin Message ---
Source: panflute
Source-Version: 2.3.0-1
Done: Kyle Robbertze 

We believe that the bug you reported is fixed in the latest version of
panflute, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1077...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Kyle Robbertze  (supplier of updated panflute package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 02 Aug 2024 01:06:25 +
Source: panflute
Binary: python3-panflute
Architecture: source all
Version: 2.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Team 
Changed-By: Kyle Robbertze 
Description:
 python3-panflute - pythonic pandoc filters
Closes: 1077794
Changes:
 panflute (2.3.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #1077794)
Checksums-Sha1:
 04b2b904588d936c1c8003daa0f7e40601bdb854 1966 panflute_2.3.0-1.dsc
 564dba0e4a169605bedf9dfc7bc9c163544f71e9 418392 panflute_2.3.0.orig.tar.xz
 6afc006ccf287edc211aa49abcc37f260fcc7869 6732 panflute_2.3.0-1.debian.tar.xz
 46691670b2d7bfe2cb6828757e535f58c75625bb 6821 panflute_2.3.0-1_amd64.buildinfo
 7bcd884b2eab66c4d0dbd47981038a9d879aaa87 33012 python3-panflute_2.3.0-1_all.deb
Checksums-Sha256:
 d92917bb282f7bb6a246e353d28a3338b1520035285f0045afff6c271a33583f 1966 
panflute_2.3.0-1.dsc
 4c649899e73064a9a90fb70466fe0338ddbe1cca9f48599845cbb51fc429b74c 418392 
panflute_2.3.0.orig.tar.xz
 abcc87448df9c78ba13f8375144be672cdd26b99af239a51fd050d8a442da5a7 6732 
panflute_2.3.0-1.debian.tar.xz
 a139fa23a03302d10dfab39c396fad8bfbe0b324bab1def7038bbc775d6b9078 6821 
panflute_2.3.0-1_amd64.buildinfo
 7adaee3c95be38671d7bb17e60b81fa89b344898542906bcdda779a0fea97649 33012 
python3-panflute_2.3.0-1_all.deb
Files:
 add6503b2716887185d261fe0f96407d 1966 python optional panflute_2.3.0-1.dsc
 3b950854200c11bebeffa730bc7cdaba 418392 python optional 
panflute_2.3.0.orig.tar.xz
 14a3619d12ee7fb56093603f2d7202e0 6732 python optional 
panflute_2.3.0-1.debian.tar.xz
 15b2c5ff4b15a0e0c618d9cbbd01c605 6821 python optional 
panflute_2.3.0-1_amd64.buildinfo
 fac5c2a59bffb431bcdaf1e5a0140657 33012 python optional 
python3-panflute_2.3.0-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEElqWPGCu4+bgcXyczhU8Hvggt8U8FAmaszsIACgkQhU8Hvggt
8U9SfxAApIFZqYPQE3fqGA70kX6ciHavvdCqQuhQotV08j+GzHKD9712WcvNccJ7
oJcsQOFtld2nl3mHUeGHgXDSHF31fHYmhfyIrYvSvWS7GlpgsOQl3I91hnJK7zSq
vUYUsjydp6mogxiHXsgnkhDfwywzyVkLLOfoq7tNB+B8c5qMtpdj5uqLWJ9KiSza
WWphp/q3jnMGx//SL+ESGYASzamdln/EIDCG0Zgwd6WvErDaAwFvf2xh9EVjlw8n
FElYrdnFaePkcByz6aS6xwYcA8/bCgXOL8vEVol612r5NTnE8gQwdMNbSMK9t29n
7NJUwGtXfzlRZqLI3eh3kNcfrjm97nQW/ncTRcY3NBK4/+8KVshfrdHB3BbVEIEv
YhaqRXkPSwMa04hVptwTemJDxDXmxytsgNEmyx4MNCkm7e5F8I/EIK2dxRjzxF7D
m4xqk4QweLNd/dvwsK3DcIluRrhARUL+bbmpx8+6XSXdENFOlwud/Z2cp/E5qeZV
ODEpX9T6T0oN2USb1YBg4Q4U+dbsP6yO4YLM1ZUWeToppwD1dvWLjm6+LsREX6XH
j+dbS5klpHz8bORdu+B5o/79bQPeiitBd4JBo46NNjYUnj2EefLKOLaIPa17LJDg
YhBcodI+NyHnNfdE+akkEBXGtqi2xFOFWwk+szaTqtw631k=
=4jxN
-END PGP SIGNATURE-



pgpLKTzRcVRei.pgp
Description: PGP signature
--- End Message ---


Bug#1077791: marked as done (ITP: mbddns -- Mythic Beasts Dynamic DNS updater)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 19:03:02 +
with message-id 
and subject line Bug#1077791: fixed in mbddns 0.1.2-1
has caused the Debian Bug report #1077791,
regarding ITP: mbddns -- Mythic Beasts Dynamic DNS updater
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1077791: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077791
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Edward Betts 

* Package name: mbddns
  Version : 0.1.2
  Upstream Author : Bob Clough 
* URL : https://github.com/thinkl33t/mb-ddns
* License : MIT
  Programming Lang: Python
  Description : Mythic Beasts Dynamic DNS updater

  This library updates the dynamic DNS records at Mythic Beasts. It connects to
  the Mythic Beasts API and allows you to automatically adjust DNS entries for
  your domains. You specify the details such as the host, domain, and API key,
  and the library manages the update process. With this library, your DNS
  records can stay up-to-date with your current IP address configuration,
  ensuring that your domain resolves correctly at all times.

This library is a dependancy of Home Assistant, the Python smart home platform.
I plan to maintain it as part of the Home Assistant team.
--- End Message ---
--- Begin Message ---
Source: mbddns
Source-Version: 0.1.2-1
Done: Edward Betts 

We believe that the bug you reported is fixed in the latest version of
mbddns, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1077...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Edward Betts  (supplier of updated mbddns package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 02 Aug 2024 17:08:25 +0900
Source: mbddns
Binary: python3-mbddns
Architecture: source all
Version: 0.1.2-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team 
Changed-By: Edward Betts 
Description:
 python3-mbddns - Mythic Beasts Dynamic DNS updater
Closes: 1077791
Changes:
 mbddns (0.1.2-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1077791)
Checksums-Sha1:
 b77c9a387a1573e4b2c21599c9d9ae3a22f7cd0a 1997 mbddns_0.1.2-1.dsc
 a530447a2466aad1837766a01af5f6d770145d1a 2353 mbddns_0.1.2.orig.tar.gz
 2e6963ecf1e8ae6987a107075fb869d1ae4a494c 2176 mbddns_0.1.2-1.debian.tar.xz
 5a1334f4b0fa81acde99588836974aadcccf869b 6689 mbddns_0.1.2-1_amd64.buildinfo
 2d9f5cae2029ec2f8cf01a384fcbbcc739d47abb 3688 python3-mbddns_0.1.2-1_all.deb
Checksums-Sha256:
 fdb4d9a55b24ada36c974c8b6175559b6832e5869fd8231e35c63c7b4552b27a 1997 
mbddns_0.1.2-1.dsc
 be386646e433ac25aef52d63bfa625882b9f4ce43735b8e4d081621ba6402416 2353 
mbddns_0.1.2.orig.tar.gz
 5e2359d6be11edbf5ab19b196352cee7e99782838f049148d96d0f23efb04b99 2176 
mbddns_0.1.2-1.debian.tar.xz
 313f38ef52de69b1dfb2b91bbc75f273b04a4b4fa9fe0aa69530565d81a7ba91 6689 
mbddns_0.1.2-1_amd64.buildinfo
 fe5e2966fdbfac1550e09e90160560b2dbe2fde04ff5ae3b5b982fab02e3b9ac 3688 
python3-mbddns_0.1.2-1_all.deb
Files:
 5079fe8c05e5c3972abccd26634b9133 1997 python optional mbddns_0.1.2-1.dsc
 796b6711abadcfdad0bb94d3b976dbbd 2353 python optional mbddns_0.1.2.orig.tar.gz
 84957ae88a0bf336d2d89981070f9970 2176 python optional 
mbddns_0.1.2-1.debian.tar.xz
 9a3bf94aab30be52443e86c39a1001f8 6689 python optional 
mbddns_0.1.2-1_amd64.buildinfo
 c3d47daa7d7743ce78d12017226dcd90 3688 python optional 
python3-mbddns_0.1.2-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAmaslxcACgkQlgWhCYxj
uSqFNxAAlRFk4B56BoGFl0sLUlCXmQrWz6Osibvrda96Cj8AXMN8ytIG1AHmMkfL
cfn9qK4eVQGcL0gI6foTINSqLkcDgXpIZogBUZdOsvTmjY4ItT4WjRqB4+C/7iFJ
PWlRvvuTL8h55oGkyqbBzs+EU2rxbD5F2LN9pcQLq01rYGJAiP+LjkSBojlNbd03
3c2OpVO31I8ue5NKcIzewX2xbGvd9OQQd3HNt4eBwG2UpKmY8nrbUCPfGBN4ux+w
iazyc8suOevRUagbMKuh+A3Ci046CbT8rzH5zoTvNjPUagL4HHd5jVsrxVTmhTgM
f6CBLDDkmRMc2QV3hmk0BzS28roNo/u3F66SmYND+wi+XmKosmBxUH02pz9UrQ2f
xxM5q5NTQrmyqAD5o0xYfRteI7HiJiO8CxyQupE330MLqvhtadzgYGugStvaT2ll
cL5RroJv04zws+VEFFt80njjIYsIK2DuzrskbEhvt8nLku8L6B4AC2EVxPGY+7d7
CxL9D34bMZMQZuRUvLy1aZa/YTDvaGJ1/pvng7n33m6dKo9v+nkt29XeO7W7zyYq
dtDzDb/ae7eYL308JKRrbld3S/2y

Bug#1078084: marked as done (ITP: pygeofilter -- Pure Python parser implementation of OGC filtering standards)

2024-08-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Aug 2024 19:03:05 +
with message-id 
and subject line Bug#1078084: fixed in pygeofilter 0.2.4-1
has caused the Debian Bug report #1078084,
regarding ITP: pygeofilter -- Pure Python parser implementation of OGC 
filtering standards
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1078084: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078084
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: wnpp
Severity: wishlist
X-Debbugs-Cc: debian-de...@lists.debian.org, :debian-pyt...@lists.debian.org
Owner: Antonio Valentino 

* Package name: pygeofilter
  Version : 0.2.4
  Upstream Author : Fabian Schindler 
* URL : https://github.com/geopython/pygeofilter
* License : Expat
  Programming Lang: Python
  Description : Pure Python parser implementation of OGC filtering 
standards


Binary package names: python3-pygeofilter

 pygeofilter is a pure Python parser implementation of OGC filtering
 standards. It provides the following features:
  * Parsing of several filter encoding standards
 * CQL as defined in CSW 2.0
 * CQL JSON as defined in OGC API - Features - Part 3: Filtering
   and the Common Query Language (CQL)
 * JSON Filter Expressions (JFE)
 * Soon:
 * CQL Text as defined in OGC API - Features - Part 3: Filtering
   and the Common Query Language (CQL)
 * FES
  * Several backends included
 * Django
 * SQLAlchemy
 * (Geo)Pandas
 * Native Python objects

This package is a dependency for eodag and I plan to maintain it in 
debian-gis.


kind regards
--
Antonio Valentino
--- End Message ---
--- Begin Message ---
Source: pygeofilter
Source-Version: 0.2.4-1
Done: Antonio Valentino 

We believe that the bug you reported is fixed in the latest version of
pygeofilter, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1078...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Antonio Valentino  (supplier of updated 
pygeofilter package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 08 Aug 2024 07:03:11 +
Source: pygeofilter
Binary: python3-pygeofilter
Architecture: source all
Version: 0.2.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Antonio Valentino 
Description:
 python3-pygeofilter - Pure Python parser implementation of OGC filtering  
standards
Closes: 1078084
Changes:
 pygeofilter (0.2.4-1) unstable; urgency=medium
 .
   * Initial release (Closes: #1078084).
Checksums-Sha1:
 6bd7e37cbd888cad0f95ee6c411d73c4d863de64 3195 pygeofilter_0.2.4-1.dsc
 4d2ca5c63aa9f1cbb1a820128d464625b83ff055 81385 pygeofilter_0.2.4.orig.tar.gz
 8afa50fb7cc473ebf4b092e30a820447cefb4e40 3756 pygeofilter_0.2.4-1.debian.tar.xz
 bd1acbd58fd70c64d9f5be07a808af74b6ac054a 12550 
pygeofilter_0.2.4-1_amd64.buildinfo
 e97ebc503d2fdbbe2b78a83c0d6d9b63b8b7a0af 45004 
python3-pygeofilter_0.2.4-1_all.deb
Checksums-Sha256:
 e19b7023be7352d2595706da792a2116488a5329ef840e5dda8c42ac39487752 3195 
pygeofilter_0.2.4-1.dsc
 973bc474d5a677d3b8190ade1046ee1be5ea9c8358e8eb137ba871e6867666c3 81385 
pygeofilter_0.2.4.orig.tar.gz
 c6b686929162c53403b2dcb6e44eeb9b21ba0a9933f9d1f8f9f2b58d92c6959a 3756 
pygeofilter_0.2.4-1.debian.tar.xz
 a2030843a77339eded05d1b65b2950220523a54a7f50cadc26ba6cef2a56009c 12550 
pygeofilter_0.2.4-1_amd64.buildinfo
 841fcc8f2693951153171a96254e2ab3e157a77d61221ea2f369321ccf06165f 45004 
python3-pygeofilter_0.2.4-1_all.deb
Files:
 c36fcbfc054e60e7d589bb6d8f3d66d0 3195 python optional pygeofilter_0.2.4-1.dsc
 2799738040b5b580ed4c501cc4ee2636 81385 python optional 
pygeofilter_0.2.4.orig.tar.gz
 663d88aa217f4d496016f89870b9ee52 3756 python optional 
pygeofilter_0.2.4-1.debian.tar.xz
 f7de6fa42c58f17e631fb4485a0a70d2 12550 python optional 
pygeofilter_0.2.4-1_amd64.buildinfo
 492330dd4d9a4c7d2a8a9f8fcf5682df 45004 python optional 
python3-pygeofilter_0.2.4-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAma1AJ0ACgkQZ1DxCuiN
SvG62xAA00bXdpCRA9To6XB8An/bed+c3Gy9HjN4somEmanJfEUWIo23CYZwbVEH
fMX9PLaPZ3tOuwr/v/bS6mWb0lfRSFe/uL

Bug#1078465: ITP: qdiskinfo -- CrystalDiskInfo alternative for Linux

2024-08-10 Thread Boyuan Yang
Package: wnpp
Owner: Boyuan Yang 
Severity: wishlist

* Package name    : qdiskinfo
  Version : 0.2
  Upstream Contact: edisionnano 
* URL : https://github.com/edisionnano/QDiskInfo
* License : GPL-3.0-only
  Programming Lang: C++
  Description : CrystalDiskInfo alternative for Linux

 QDiskInfo is a frontend for smartctl. It provides a user experience
 similar to CrystalDiskInfo. It shows the SMART (Self-Monitoring,
 Analysis, and Reporting Technology) data of modern hard disk drives.

Thanks,
Boyuan Yang




signature.asc
Description: This is a digitally signed message part