Bug#1068621: ITP: bisect-ppx -- Code coverage for OCaml and ReScript

2024-04-07 Thread Bo YU
Package: wnpp
Severity: wishlist
Owner: Bo YU 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-ocaml-ma...@lists.debian.org

* Package name: bisect-ppx
  Version : 2.8.3 
  Upstream Contact: Anton Bachin 
Leonid Rozenberg 
* URL : https://github.com/aantron/bisect_ppx
* License : MIT
  Programming Lang: OCaml
  Description : Code coverage for OCaml and ReScript


Bisect-ppx helps you test thoroughly. It is a small preprocessor
that inserts instrumentation at places in your code, such as if-then-else and
match expressions. After you run tests, Bisect-ppx gives a nice HTML report
showing which places were visited and which were missed.

Usage is simple - add package bisect-ppx when building tests, run your tests,
then run the Bisect-ppx report tool on the generated visitation files."

The package is a dependency of sail[0] also. I will package it and
maintianit under Debian OCaml team.

[0]: https://bugs.debian.org/1065419


-- 
Regards,
--
  Bo YU



signature.asc
Description: PGP signature


Bug#1068578: RFH: singularity-container -- container platform focused on supporting "Mobility of Compute"

2024-04-07 Thread Andrius Merkys

Hi Nilesh,

On 2024-04-07 15:28, Nilesh Patra wrote:

Assistance required with maintaining the singularity-container package.


I am not offering help with singularity-container, but do you by any 
chance know why apptainer is not packaged for Debian? I cannot find a 
wnpp bug.


Thanks for caring about singularity-container.

Andrius



Bug#1065221: O: py7zr -- pure Python 7-zip library

2024-04-07 Thread yokota
Hello,

> When writing this I'm wondering whether it might be better to remove
> this in Files-Excluded.  On one hand this saves us from mentioning the
> copyright on the other hand we could be really sure that it is not used.
> What do you think - should I override the previous upload without that
> code copy?  I did not wanted to be too invasive with your packaging
> but I would have done so in my packages.

Thanks for your suggestion.
I was dropped embedded library code from brotlicffi and pyzstd, and push
them to salsa.debian.org repository.

I was also fix some copyright issues.

--
YOKOTA Hiroshi



Processed: 948521 ITA

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

> retitle #948521 ITA: i8kutils -- Fan control for Dell laptops
Bug #948521 [wnpp] RFA: i8kutils -- Fan control for Dell laptops
Changed Bug title to 'ITA: i8kutils -- Fan control for Dell laptops' from 'RFA: 
i8kutils -- Fan control for Dell laptops'.
> owner #948521 !
Bug #948521 [wnpp] ITA: i8kutils -- Fan control for Dell laptops
Owner recorded as Ilyas B Arinov .
> thanks
Stopping processing here.

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



Bug#1004866: ITP: cppinsights -- see your source code with the eyes of a compiler

2024-04-07 Thread Victor Westerhuis
In case anyone wants to pick this up: I packaged this for my own use at 
https://salsa.debian.org/viccie30/cppinsights. The packaging works, I 
just haven't gone through all the files to check for copyright and 
license statements, so it's not in a state to go into the archive.


Anyone who wants to get this into Debian is welcome to use it as a 
starting point. If I have some more time in the future and nobody steps 
up, I might try to get it into Debian myself.

--
Vriendelijke groet, Kind regards,

Victor Westerhuis


OpenPGP_signature.asc
Description: OpenPGP digital signature


Bug#1065238: marked as done (O: lazy-object-proxy -- Python 3 fast and thorough lazy object proxy)

2024-04-07 Thread Debian Bug Tracking System
Your message dated Sun, 07 Apr 2024 19:43:16 +
with message-id 
and subject line Bug#1065238: fixed in lazy-object-proxy 1.10.0-3
has caused the Debian Bug report #1065238,
regarding O: lazy-object-proxy -- Python 3 fast and thorough lazy object proxy
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.)


-- 
1065238: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065238
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: normal
X-Debbugs-Cc: lazy-object-pr...@packages.debian.org, mo...@debian.org
Control: affects -1 + src:lazy-object-proxy

I intend to orphan the lazy-object-proxy package.

The package description is:
 A lazy object proxy is an object that wraps a callable but defers the call
 until the object is actually required, and caches the result of said call.
 .
 These kinds of objects are useful in resolving various dependency issues, few
 examples:
 .
  * Objects that need to held circular references at each other, but at
different stages. To instantiate object Foo you need an instance of Bar.
Instance of Bar needs an instance of Foo in some of it methods (but not at
construction).  Circular imports sound familiar?
 .
  * Performance sensitive code. You don't know ahead of time what you're going
to use but you don't want to pay for allocating all the resources at the
start as you usually need just few of them.
 .
 This package contains the Python 3 version of lazy-object-proxy .
--- End Message ---
--- Begin Message ---
Source: lazy-object-proxy
Source-Version: 1.10.0-3
Done: Emmanuel Arias 

We believe that the bug you reported is fixed in the latest version of
lazy-object-proxy, 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 1065...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Emmanuel Arias  (supplier of updated lazy-object-proxy 
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, 07 Apr 2024 15:29:23 -0300
Source: lazy-object-proxy
Architecture: source
Version: 1.10.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team ,
Changed-By: Emmanuel Arias 
Closes: 1065238
Changes:
 lazy-object-proxy (1.10.0-3) unstable; urgency=medium
 .
   * Adopt orphaned package. Closes: #1065238.
   * Standards-Version: 4.7.0 (routine-update)
Checksums-Sha1:
 069771c00bc915bce9c9e2c1b44754f8ba317e54 2315 lazy-object-proxy_1.10.0-3.dsc
 1d0008128557b260b7261f876e27a6673abb52b6 3528 
lazy-object-proxy_1.10.0-3.debian.tar.xz
 53594364555ff7e841ff8cf30d3a894ca47be4f8 8305 
lazy-object-proxy_1.10.0-3_amd64.buildinfo
Checksums-Sha256:
 da26d6e222b9fe0c7d6da78962303ee613fb9e2ea58381bf96808d78201b 2315 
lazy-object-proxy_1.10.0-3.dsc
 d6087b323f8534911a65a9d2ae81e21924525cd6a41ea90f18cd52eabdac4512 3528 
lazy-object-proxy_1.10.0-3.debian.tar.xz
 5702f8345f69acb887fc8226880c4b0b1bdb6b40bb01c6a64f97fd91b7e5 8305 
lazy-object-proxy_1.10.0-3_amd64.buildinfo
Files:
 5bee6ea078b638e8458937b6165ad0d2 2315 python optional 
lazy-object-proxy_1.10.0-3.dsc
 ff1bb69184c464dd11bfe00c90e9e0ed 3528 python optional 
lazy-object-proxy_1.10.0-3.debian.tar.xz
 ba7ab2eb62c3dbea3e2a3b8746504fd0 8305 python optional 
lazy-object-proxy_1.10.0-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEE3lnVbvHK7ir4q61+p3sXeEcY/EFAmYS6G8SHGVhbWFudUBk
ZWJpYW4ub3JnAAoJEPqd7F3hHGPxXl0P/35tYVeVOy3Im8keTPj1ptGlW9eF0seV
0jY3po5AY04n6qGxRorMXQR0udOQy7WC4uBkvvVJZpOpWeJvhae4etCEkvQQRFXZ
ieIF0Lc4g7lclO7EEguvQVjWlaDbIAeyB6bVVjtvQ3cnhvpznWLKSUSsLQwcDMgQ
89Wbs/+1ORmwWQRo16hnMBYl+9aSMQ+JbKIbACVyBR6MDSlGdoBGhdqzofSk/rre
6d6UeYWyvO+pTum7xLUJ/mcYnYjUJTfktoV7HHepKXxoXl9pkLrt1zBugtPUjI4k
0oVwiHA0O3xqMJBpeLQrb8XKCySkozFO4Rp2nuCEDmI3ivAsxcBhuJzlYzsLAgFu
50IKBVRMcOpCoxbT1sRZXO7+Boj+4EtwM2tJLrv3MyP/JXujdNbwmMPILfhEM52O
ZUQbZ2iegwh/ab6VjDs9S8f3d60fpVP3Rm+ibSvJBP33lHaW7EIjXFMAdOW6U0IA
NflwsW+/XVNa38mwCc/8nof1nyGizCXweFCi88fgAKqIEHhjlmZWK0IMjYwy0mdd
YeU8Vo3+E8G+7b5v9ztxmqTKHjH2+UsQrD5kfButSyZMN1DMlk7lnvrfgpo1xxli
NeMJxJEJDXq6/tqcAL3mEPOh+pdQrH9esPyJWtztl3oLhUv8oyVcqzGk9IbNwXTr
Yfo4wc6w0NL4
=Bc4V
-END PGP SIGNATURE-



pgp2XWBBv8UyM.pgp
Description: PGP signature
--- End M

Processed: Bug#1065238 marked as pending in lazy-object-proxy

2024-04-07 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #1065238 [wnpp] O: lazy-object-proxy -- Python 3 fast and thorough lazy 
object proxy
Added tag(s) pending.

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



Processed: Bug#1065239 marked as pending in logilab-common

2024-04-07 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #1065239 [wnpp] ITA: logilab-common -- useful miscellaneous modules used by
Added tag(s) pending.

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



Bug#1068587: RFA: graide -- IDE for Graphite GDL font description development

2024-04-07 Thread Bastian Germann

Package: wnpp

Please consider adopting graide. I am no longer interested in maintaining it.
Upstream does not release very often, so this is not too much work.



Bug#1068581: ITP: goawk -- A POSIX-compliant AWK interpreter written in Go, with CSV support

2024-04-07 Thread Guilherme Puida Moreira
Package: wnpp
Severity: wishlist
Owner: Guilherme Puida Moreira 

* Package name: goawk
  Version : 1.26.0-1
  Upstream Author : Ben Hoyt
* URL : https://github.com/benhoyt/goawk
* License : Expat
  Programming Lang: Go
  Description : POSIX-compliant AWK interpreter written in Go, with CSV 
support

 GoAWK is a POSIX-compatible version of AWK, and additionally has a CSV
 mode for reading and writing CSV and TSV files.
 .
 Additional features GoAWK has over AWK:
 .
  * It has proper support for CSV and TSV files.
  * It's the only AWK implementation we know with a code coverage feature
  * It supports negative field indexes to access fields from the right,
for example, $-1 refers to the last field.
  * It's embeddable in your Go programs! You can even call custom Go
functions from your AWK scripts.
  * Most AWK scripts are faster than awk and on a par with gawk, though
usually slower than mawk.
  * The parser supports 'single-quoted strings' in addition to "double-
quoted strings", primarily to make Windows one-liners easier when using
the cmd.exe shell (which uses " as the quote character).

I plan to maintain this package under the Go Team's umbrella.

--puida



Bug#1068578: RFH: singularity-container -- container platform focused on supporting "Mobility of Compute"

2024-04-07 Thread Nilesh Patra
Package: wnpp
Severity: normal
X-Debbugs-Cc: singularity-contai...@packages.debian.org, 
debian-de...@lists.debian.org, o...@debian.org, me...@dogguy.org
Control: affects -1 + src:singularity-container

Assistance required with maintaining the singularity-container package.

I am not the uploader/maintainer of this package, however I am the only
one who has been taking care of it via team uploads for more than 2 years
and all other uploaders are MIA. Few of them asked me to remove myself from
uploaders field, which I have done. However, I don't consider the package
well-maintained w/o me doing the work.
It is also stalled from migrating to stable because maintaining it there
requires backporting and testing CVE fixes and I don't have the bandwidth
to do that work, which is the reason for #1029669.

With my available time, it is unlikely that I will be maintaining it timely
or at all.

Any help for maintaining it would be great.

The package description is:
 Mobility of Compute encapsulates the development to compute model
 where developers can work in an environment of their choosing and
 creation and when the developer needs additional compute resources,
 this environment can easily be copied and executed on other platforms.
 Additionally as the primary use case for Singularity is targeted
 towards computational portability, many of the barriers to entry of
 other container solutions do not apply to Singularity making it an
 ideal solution for users (both computational and non-computational)
 and HPC centers.


signature.asc
Description: PGP signature


Processed: RFH: singularity-container -- container platform focused on supporting "Mobility of Compute"

2024-04-07 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 + src:singularity-container
Bug #1068578 [wnpp] RFH: singularity-container -- container platform focused on 
supporting "Mobility of Compute"
Added indication that 1068578 affects src:singularity-container

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



Bug#931793: Work in Progress?

2024-04-07 Thread Patrick Winnertz

Hey,

any news or work in progress on that? There are currently some programs 
which would depend (in newer versions) on flutter.


(e.g. yubioauth-desktop)

With best regards
Patrick
--

 ⢀⣴⠾⠻⢶⣦⠀
 ⣾⠁⢠⠒⠀⣿⡁  win...@debian.org/patr...@winnertz.eu
 ⢿⡄⠘⠷⠚⠋⠀  OpenPGP: 8D208172388840811B85DA1CC6D50A4188C70E43
 ⠈⠳⣄

The people who refer to the pandemic in the past tense and climate 
change in the future tense are the reason everything is going to shit.




Processed: your mail

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

> owner 1065086 !
Bug #1065086 [wnpp] ITP: coil64 -- Coil64 is inductance coil calculator, that 
allows to calculate the single-layer and multi-layer air core inductors, the 
ferrite toroid inductors or chokes, flat square coils on PCB etc.
Owner changed from Patrick Winnertz  to Patrick Winnertz 
.
> thanks
Stopping processing here.

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



Bug#1065221: O: py7zr -- pure Python 7-zip library

2024-04-07 Thread Andreas Tille
Hi again,


Am Sun, Apr 07, 2024 at 11:54:00AM +0900 schrieb yokota:
> Hello,
> 
> I think these packages are now ready for upload to NEW queue.
> Please examine them.
> 
> https://salsa.debian.org/python-team/packages/python-brotlicffi

See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065221#47 where I
forgot to CC Debian Python list.

> https://salsa.debian.org/python-team/packages/python-inflate64

Uploaded as well.  I had to strip d/changelog and fixed the spelling of
"python" in description.  Please verify this for the next two packages.
I've also spotted third party code which was not mentioned in
d/copyright.

I'd recommend to do some

   grep -Ri copyright 

in your source tree to have a rough information about code that is
possibly missing in d/copyright.  Otherwise the package will be rejected
by ftpmaster.

> https://salsa.debian.org/python-team/packages/python-pyppmd
> https://salsa.debian.org/python-team/packages/python-pyzstd

Thanks a lot for your work in any case
Andreas. 

-- 
https://fam-tille.de



Bug#1067211: marked as done (ITP: ruby-gitlab-sdk -- Client side Ruby SDK for GitLab Application services)

2024-04-07 Thread Debian Bug Tracking System
Your message dated Sun, 07 Apr 2024 11:00:13 +
with message-id 
and subject line Bug#1067211: fixed in ruby-gitlab-sdk 0.3.1-1
has caused the Debian Bug report #1067211,
regarding ITP: ruby-gitlab-sdk -- Client side Ruby SDK for GitLab Application 
services
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.)


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

package: wnpp
Severity: wishlist
Owner: 'Ravi Dwivedi' 

*Package Name : ruby-gitlab-sdk
 Version : 0.3.1
 Upstream Author : GitLab
*URL : 
https://gitlab.com/gitlab-org/analytics-section/product-analytics/gl-application-sdk-rb

*License : MIT
*Description : Client side Ruby SDK for GitLab Application services.

I intend to package ruby-gitlab-sdk as it is required for gitlab.

--
Ravi Dwivedi
--- End Message ---
--- Begin Message ---
Source: ruby-gitlab-sdk
Source-Version: 0.3.1-1
Done: Ravi Dwivedi 

We believe that the bug you reported is fixed in the latest version of
ruby-gitlab-sdk, 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 1067...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ravi Dwivedi  (supplier of updated ruby-gitlab-sdk 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, 20 Mar 2024 09:58:34 +
Source: ruby-gitlab-sdk
Binary: ruby-gitlab-sdk
Architecture: source all
Version: 0.3.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team 

Changed-By: Ravi Dwivedi 
Description:
 ruby-gitlab-sdk - Client side Ruby SDK for GitLab Application services
Closes: 1067211
Changes:
 ruby-gitlab-sdk (0.3.1-1) unstable; urgency=medium
 .
   * Initial release (Closes: #1067211)
Checksums-Sha1:
 e62b6669b6e9f68e569488f5f1ee7195c06161c1 2159 ruby-gitlab-sdk_0.3.1-1.dsc
 d274efcc5f7b41ae4ce29f59d7f332b0982be508 4298 ruby-gitlab-sdk_0.3.1.orig.tar.gz
 a01b892b58028180ada2ce4f1d8e5502d5b8c265 2176 
ruby-gitlab-sdk_0.3.1-1.debian.tar.xz
 d5062f31531225ba5354c12384887b99c209556d 5100 ruby-gitlab-sdk_0.3.1-1_all.deb
 ac9698ed31c37f2edb7632b239253d504a7e6f98 9425 
ruby-gitlab-sdk_0.3.1-1_amd64.buildinfo
Checksums-Sha256:
 45992bda91c38be31900b9fdd17fc3b2ead4a25f7f71bae7071fbb7e3548ceea 2159 
ruby-gitlab-sdk_0.3.1-1.dsc
 db447d6a9a12813ed365d38c52c78c7d1800bf198cae7c016d9538a0e4bbe429 4298 
ruby-gitlab-sdk_0.3.1.orig.tar.gz
 790e6b9f536f9d8d511dcc6f59a20c7185b50e3c3e9d1c5a55f0f3b9d2bea16e 2176 
ruby-gitlab-sdk_0.3.1-1.debian.tar.xz
 dab6d7d0989c51ab5a6c9cd224656750476839e046433e74d2fb8ea1775b23e9 5100 
ruby-gitlab-sdk_0.3.1-1_all.deb
 abd1b8576698e394aaf8eee15a0bb3653f6000f13292eb8800150c0ec799f1ec 9425 
ruby-gitlab-sdk_0.3.1-1_amd64.buildinfo
Files:
 0163dddb7b9cc3117d218733475c139d 2159 ruby optional ruby-gitlab-sdk_0.3.1-1.dsc
 126fd78e885a5a39fa51934f084962b8 4298 ruby optional 
ruby-gitlab-sdk_0.3.1.orig.tar.gz
 843d7f9b0acd53491c9c7987aee80a0e 2176 ruby optional 
ruby-gitlab-sdk_0.3.1-1.debian.tar.xz
 995739a4d94ba3b45f0ee761dd87d24b 5100 ruby optional 
ruby-gitlab-sdk_0.3.1-1_all.deb
 22fd97678ae47e11bb1445b26d5a948a 9425 ruby optional 
ruby-gitlab-sdk_0.3.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE0whj4mAg5UP0cZqDj1PgGTspS3UFAmX8e3YACgkQj1PgGTsp
S3W+4RAAqzXL67ndZOhkoKDb2/4hzMQeba54/qQAZlXeai4ZlgkRPz0VXgBVq2HA
b5P82wOmsMmRBvg3YOQDYwHRAv/wOmbk+1mTLETO7x/P/Z+ePF8ZsaL45ressKWL
YaqB0a9aRuiUtW4ocpB2dn3QN+h8kyLG0z5wvXPMaJByGPMsbZcjY7MXc/D59+x8
sehztolSI7gbziSHhw9YxMbetmrK9NTuPfZDZ9vdWBClHbahySpMvDakF4xXsx08
jxeDiDLspl20oDPYTKvNSRc9PRcr6LaMINdIHOgQ3555GIA25CVRONUOyFwQ0Cjy
e9JmJ+LA2rm/8Gg2b5JBB+/yWyFWXitdgT4Kgz8VUfIOpZQnbKB6nM310GuvIZdf
w8GxYUKuU3HyKKsoODqQ4qU4gDJRi3MupyiUA6Q1nqMmDtasBFEWm6Vx0HZRuZim
xCyWEDst8fbRj2luLXuCjMhvgGkt9EOH1lzZLSjv9kb596Hc9JGxVMeSkWcb2E9T
lc7S0EaYPMW0sdhZNA3FD+hkrIjgfoxxd6fhs+Mtt/LUZxnQOcEz/dMGSD0hYUD+
yLaoZ69ffrMdMJ/Q4sCIb9JTS6f/AcccXHd4OSDRNsTJD9i7wpeqWuPjbYMtKV0b
Ht1QIPDVT7e9NUjLUVvO5PkMwf0RI4asmuVAX2AcaVQaJOwweiI=
=Dla2
-END PGP SIGNATURE-



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


Bug#1039943: marked as done (ITP: linescroll -- simple tool to watch logfile throughput)

2024-04-07 Thread Debian Bug Tracking System
Your message dated Sun, 07 Apr 2024 11:00:16 +
with message-id 
and subject line Bug#1039943: fixed in rust-linescroll 0.2.0-1
has caused the Debian Bug report #1039943,
regarding ITP: linescroll -- simple tool to watch logfile throughput
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.)


-- 
1039943: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1039943
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: ed neville 
X-Debbugs-Cc: debian-de...@lists.debian.org, ed-deb...@s5h.net

* Package name: linescroll
  Version : 0.1.2
  Upstream Contact: Ed Neville 
* URL : https://www.usenix.org.uk/content/linescroll.html
* License : GPL
  Programming Lang: Rust
  Description : simple tool to watch logfile throughput

Monitor log files for activity and display results via graph or 
statistics.

Useful for live comparisson of server access. E.g. cached vs uncached 
web access. Results can easily be displayed in a format suitable for 
email reports.

In need of sponsorship.
--- End Message ---
--- Begin Message ---
Source: rust-linescroll
Source-Version: 0.2.0-1
Done: Ed Neville 

We believe that the bug you reported is fixed in the latest version of
rust-linescroll, 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 1039...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ed Neville  (supplier of updated rust-linescroll 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,  3 Apr 2024 11:05:34 EDT
Source: rust-linescroll
Binary: librust-linescroll-dev linescroll linescroll-dbgsym
Architecture: amd64 source
Version: 0.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Ed Neville 
Description: 
 librust-linescroll-dev - simple tool to watch logfile throughput - Rust source 
code
 linescroll - simple tool to watch logfile throughput
Closes: 1039943
Changes:
 rust-linescroll (0.2.0-1) unstable; urgency=medium
 .
   * Package linescroll 0.2.0 from crates.io using debcargo 2.6.1
   * Closes: #1039943
Checksums-Sha256: 
 5a518b16b2cdbfe42ac9ba37e9b415eebd2f0efbab4792690c56edac58efcc2f 9260 
librust-linescroll-dev_0.2.0-1_amd64.deb
 05f08069671887df49d185c0c3e0f87dd1ee3198586dfeb1663e86513f740f1a 2794868 
linescroll-dbgsym_0.2.0-1_amd64.deb
 73d0b8186114482dc8f36f8e0a9e59577d33b60add72859f296f1643e7deeca0 168104 
linescroll_0.2.0-1_amd64.deb
 d8743b7f4043b77b823d356eddd8a8ebbb4f2bc13106dd359282b51591de3ae1 13023 
rust-linescroll_0.2.0-1_amd64.buildinfo
 e057546922882c4b90cf5d3d61ad1a380045c3caacecc1220a80d1faed5b4224 2433 
rust-linescroll_0.2.0-1.dsc
 68fcb9b0fbee361d8539e12a62b4b644fdf99ff8cc6a8205b05e4aac7d4cf49f 9178 
rust-linescroll_0.2.0.orig.tar.gz
 e7ea2c4ef778956a202163464f705d35b349a7552d70234496809187fee8cfcf 2196 
rust-linescroll_0.2.0-1.debian.tar.xz
Checksums-Sha1: 
 09489e9aecf876f6c955f801723974b0d0b181d3 9260 
librust-linescroll-dev_0.2.0-1_amd64.deb
 d61dc2462758458dd145b63b666e776a136bf770 2794868 
linescroll-dbgsym_0.2.0-1_amd64.deb
 663337477fd7979cd77666f82ec7c2f769a19322 168104 linescroll_0.2.0-1_amd64.deb
 75cfaa0f0cb5ad9dd30fac17cd59ad6d515c4996 13023 
rust-linescroll_0.2.0-1_amd64.buildinfo
 53493ec83b08afee0818866cc1a065aafcf97557 2433 rust-linescroll_0.2.0-1.dsc
 3dc44693041f6be85073972915f0e03b3f1e0c59 9178 rust-linescroll_0.2.0.orig.tar.gz
 5c3727173c69e63b9e3b00959fbcb548dd85a488 2196 
rust-linescroll_0.2.0-1.debian.tar.xz
Files: 
 24b226cf36285eefae90b6d2e6d16225 9260 rust optional 
librust-linescroll-dev_0.2.0-1_amd64.deb
 d5a1ce2ee546151098301f244f4f01ae 2794868 debug optional 
linescroll-dbgsym_0.2.0-1_amd64.deb
 cbab14e0a2c454a16ee7709d5b685766 168104 utils optional 
linescroll_0.2.0-1_amd64.deb
 f32c072e8fe020aa1b6343aef88c31b8 13023 rust optional 
rust-linescroll_0.2.0-1_amd64.buildinfo
 8e8a7c66b7767df43fc09f96be47dcab 2433 rust optional rust-linescroll_0.2.0-1.dsc
 8769a77879df7d30df73f8d6a7dd7aee 9178 - - rust-linescroll_0.2.0.orig.tar.gz
 6d8e56a57956aa863ddc5c7cb8a053b9 2196 - - rust-linescroll_0.2.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQKTBAEBCgB9

Bug#1032432: marked as done (ITA: fatsort -- utility for sorting FAT directory structures)

2024-04-07 Thread Debian Bug Tracking System
Your message dated Sun, 07 Apr 2024 10:49:20 +
with message-id 
and subject line Bug#1032432: fixed in fatsort 1.6.5.640-1
has caused the Debian Bug report #1032432,
regarding ITA: fatsort -- utility for sorting FAT directory structures
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.)


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

After talking to current maintainer of fatsort, we both agreed
that I should take over maintenance.

This bug report will serve as a log of our agreement.

Thanks,
Alex

--
  ⢀⣴⠾⠻⢶⣦⠀
  ⣾⠁⢠⠒⠀⣿⡁   Alex Muntada 
  ⢿⡄⠘⠷⠚⠋   Debian Developer 🍥 log.alexm.org
  ⠈⠳⣄



signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: fatsort
Source-Version: 1.6.5.640-1
Done: Alex Muntada 

We believe that the bug you reported is fixed in the latest version of
fatsort, 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 1032...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alex Muntada  (supplier of updated fatsort 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, 07 Apr 2024 12:32:50 +0200
Source: fatsort
Architecture: source
Version: 1.6.5.640-1
Distribution: unstable
Urgency: medium
Maintainer: Alex Muntada 
Changed-By: Alex Muntada 
Closes: 1032432
Changes:
 fatsort (1.6.5.640-1) unstable; urgency=medium
 .
   [ Debian Janitor ]
   * Use secure URI in Homepage field.
 .
   [ Alex Muntada ]
   * Take over maintenance (Closes: #1032432).
   * New upstream release.
   * Remove d/patches, already applied upstream.
   * Update copyright years.
Checksums-Sha1:
 9112f41edb04500c5a2302b9062ab2fdd79c477e 1846 fatsort_1.6.5.640-1.dsc
 6f37423b77a6adeb8ea8ae894960f70e43c74953 131792 fatsort_1.6.5.640.orig.tar.xz
 28f1a4a0f362e794f9fd94182bb02c83d9034f3a 2992 fatsort_1.6.5.640-1.debian.tar.xz
 08db2b8511d92b349a97c5946632ace3f2c0f5e5 6455 
fatsort_1.6.5.640-1_amd64.buildinfo
Checksums-Sha256:
 99a938dd30458f80f995fefce2051462cb03099f7ea57ba5ede896ab759def30 1846 
fatsort_1.6.5.640-1.dsc
 630ece56d9eb3a55524af0aec3aade7854360eba949172a6cfb4768cb8fbe42e 131792 
fatsort_1.6.5.640.orig.tar.xz
 eaf6bfdb9d2be60ef22b27aa8b8cea109282a046ba49ca65dac94479411eef73 2992 
fatsort_1.6.5.640-1.debian.tar.xz
 efa32217d92ea1c92e025a70b454972920352e850ea1310da8ffa7c0b299a25a 6455 
fatsort_1.6.5.640-1_amd64.buildinfo
Files:
 d2591322b4a3399a6aab5f229d2fcc86 1846 utils optional fatsort_1.6.5.640-1.dsc
 5c545634fe15e6cf44efc847b631718e 131792 utils optional 
fatsort_1.6.5.640.orig.tar.xz
 798b75327c600b94988017be72fc170b 2992 utils optional 
fatsort_1.6.5.640-1.debian.tar.xz
 f4198ce94b54ab2577dedf33670d9f52 6455 utils optional 
fatsort_1.6.5.640-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEaUBwKsbetWW2SKTt466XjoNOXn4FAmYSdw0ACgkQ466XjoNO
Xn6TeQ//aTgXeD2E/Jlb1l2yITqe9E6ma+T08IlFOGhbAlO64txtg+W5sv+fSMZY
xnVTmO2IvToJXA3O5TQoWX0ay/sUU9y7+8c0lVm92QcPzvlYtXtIWEYM4q/U+QVF
Z/C2gA7cUUL/J4qv0d3tnO9OBbTaYW/9KwOjJOOpLuYSkBkx6kLVnNajUCoLJX1y
z4NRVskXPdKJAxC+hnepnJE/pEwhCUKImTrXCLBOS8ToZMteJ24eDsQyt76blYP+
QpA51U+kKJWIR1Tv+H53bmhRTsuOo2mYTeu5KTjFuhUNmgggAzRCxayfGHTDLWQ5
UXvQctRaJD6MnV5RFXUygv0rJiGA/TN9gePzVJuJs7+Mle22uNBM2afLZJyUIDqS
zVxZA9Iz7ssZRI+1cW7SjshxlMmTw4M7uuJvxdEXXgt6cBshyofVTTKYk59oS+Rz
JHRU6/5uFCIFLaNdSbw47T/eW/fK/2M32ZqIYHx+0903U4sop5wfa2dHinZvPyTK
zczaBi5pV43QZD8MrFoN4xENMwRymwBcg0c9mMw1hUekvDdMezZZj3uhGpa5VdkI
l6HFFjgipLVd3lLRdnN9Z3hNtiw5kSXsfylsUd3985cBy5B6bMjPBpg2x2qFHw+c
3BHNsFh3wz72U9HT0Nx+nc4aTCiPHikfGqq8WzqJtiDM4lPJaBs=
=zYNZ
-END PGP SIGNATURE-



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


Bug#1065221: O: py7zr -- pure Python 7-zip library

2024-04-07 Thread Andreas Tille
Hi,

Am Sun, Apr 07, 2024 at 11:54:00AM +0900 schrieb yokota:
> Hello,
> 
> I think these packages are now ready for upload to NEW queue.
> Please examine them.
> 
> https://salsa.debian.org/python-team/packages/python-brotlicffi

Uploaded.  Please note that the clean process failed in my pbuilder
chroot without adding pybuild-plugin-pyproject to Build-Depends.

I also fixed the d/copyright file in two aspects:

  1. lintian claimed missing copyright statement since the line
 starting with Copyright: had only blanks

  2. The code copy of libbrotli was not mentioned.

When writing this I'm wondering whether it might be better to remove
this in Files-Excluded.  On one hand this saves us from mentioning the
copyright on the other hand we could be really sure that it is not used.
What do you think - should I override the previous upload without that
code copy?  I did not wanted to be too invasive with your packaging
but I would have done so in my packages.

Kind regards
   Andreas.

> https://salsa.debian.org/python-team/packages/python-inflate64
> https://salsa.debian.org/python-team/packages/python-pyppmd
> https://salsa.debian.org/python-team/packages/python-pyzstd
> 
> --
> YOKOTA Hiroshi
> 

-- 
https://fam-tille.de



Bug#1068557: ITP: sphinxcontrib-openapi -- Sphinx extension to generate API docs from OpenAPI spec

2024-04-07 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: sphinxcontrib-openapi
  Version : 0.8.4
  Upstream Author : Ihor Kalnytskyi
* URL : https://github.com/sphinx-contrib/openapi
* License : BSD-2-clause
  Programming Lang: Python
  Description : Sphinx extension to generate API docs from OpenAPI spec
 This extension generates API documentation for reStructuredText
 documentation using the Sphinx system. It also depends on
 `sphinxcontrib.httpdomain` that provides an HTTP domain for describing
 RESTful HTTP APIs.

This package is a (recursive) dependency of the new version of
jupyter-server.

It will be team-maintained within the Debian Python Team.  The Debian
packaging is on salsa at
   https://salsa.debian.org/python-team/packages/sphinxcontrib-openapi



Bug#1068556: ITP: sphinxcontrib-emojicodes -- Sphinx extension to use emoji codes in Sphinx documentation

2024-04-07 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: sphinxcontrib-emojicodes
  Version : 0.3.1
  Upstream Author : Copyright: The Sphinx Emoji Codes contributors
* URL : https://github.com/sphinx-contrib/emojicodes
* License : BSD-3-clause
  Programming Lang: Python
  Description : Sphinx extension to use emoji codes in Sphinx documentation
 This extension allows one to write things like |:smile:| in Sphinx
 documentation.

This package is a (recursive) dependency of the new version of
jupyter-server.

It will be team-maintained within the Debian Python Team.  The Debian
packaging is on salsa at
   https://salsa.debian.org/python-team/packages/sphinxcontrib-emojicodes



Bug#1068554: ITP: rfc3339-validator -- RFC 3339 validator (Python library)

2024-04-07 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: rfc3339-validator
  Version : 0.1.4
  Upstream Author : Nicolas Aimetti 
* URL : https://github.com/naimetti/rfc3339-validator
* License : Expat
  Programming Lang: Python
  Description : RFC 3339 validator (Python library)
 This package provides a validator for date-time strings to determine
 whether they conform to the Internet Engineering Task Force (IETF)
 Internet Date/Time Format (RFC 3339).

This package is a (recursive) dependency of the new version of
jupyter-server.

It will be team-maintained within the Debian Python Team.  The Debian
packaging is on salsa at
   https://salsa.debian.org/python-team/packages/rfc3339-validator



Bug#1068555: ITP: rfc3986-validator -- RFC 3986 validator (Python library)

2024-04-07 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: rfc3986-validator
  Version : 0.1.1
  Upstream Author : Nicolas Aimetti 
* URL : https://github.com/naimetti/rfc3986-validator
* License : Expat
  Programming Lang: Python
  Description : RFC 3986 validator (Python library)
 This package provides a validator for URIs to determine whether they
 conform to the Internet Engineering Task Force (IETF) specification
 (RFC 3986).

This package is a (recursive) dependency of the new version of
jupyter-server.

It will be team-maintained within the Debian Python Team.  The Debian
packaging is on salsa at
   https://salsa.debian.org/python-team/packages/rfc3986-validator



Bug#1068553: ITP: python-overrides -- Python decorator to verify that expected overrides are maintained

2024-04-07 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: python-overrides
  Version : 7.7.0
  Upstream Author : Copyright: Mikko Korpela
* URL : https://github.com/mkorpela/overrides
* License : Apache-2.0
  Programming Lang: Python
  Description : Python decorator to verify that expected overrides are 
maintained
 Provides a decorator @override that verifies that a method that
 should override an inherited method actually does it.  Python has no
 standard mechanism by which to guarantee that (1) a method that
 previously overrode an inherited method continues to do so, and (2) a
 method that previously did not override an inherited will not
 override now.  This package allows this to be addressed in an automated
 manner.

This package is a (recursive) dependency of the new version of
jupyter-server.

It will be team-maintained within the Debian Python Team.  The Debian
packaging is on salsa at
   https://salsa.debian.org/python-team/packages/python-overrides



Bug#1068552: ITP: python-isoduration -- Operations with ISO 8601 durations (Python 3 package)

2024-04-07 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: python-isoduration
  Version : 20.11.0+git20211126.ae0bd61
  Upstream Author : Víctor Muñoz 
* URL : https://github.com/bolsote/isoduration
* License : ISC
  Programming Lang: Python
  Description : Operations with ISO 8601 durations (Python 3 package)
 ISO 8601 supports time durations in string format, for example
 "P3Y6M4DT12H30M5S" represents a duration of 3 years, 6 months, 4 days,
 12 hours, 30 minutes, and 5 seconds. This package supports working
 with such durations, addressing the shortcomings of the isodate package.

This package is a (recursive) dependency of the new version of
jupyter-server.

It will be team-maintained within the Debian Python Team.  The Debian
packaging is on salsa at
   https://salsa.debian.org/python-team/packages/python-isoduration


Bug#1068548: ITP: picobox -- Opinionated Python dependency injection framework

2024-04-07 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: picobox
  Version : 4.0.0
  Upstream Author : Ihor Kalnytskyi
* URL : https://github.com/ikalnytskyi/picobox
* License : Expat
  Programming Lang: Python
  Description : Opinionated Python dependency injection framework
 Picobox is designed to be clean, pragmatic and with Python in mind.
 No complex graphs, no implicit injections, no type bindings - just
 picoboxes and explicit demands.
 .
 It is a small, thread-safe, pure Python library with no dependencies.

This package is a (recursive) dependency of the new version of
jupyter-server.

It will be team-maintained within the Debian Python Team.  The Debian
packaging is on salsa at
   https://salsa.debian.org/python-team/packages/picobox



Bug#1068551: ITP: python-fqdn -- Python library to validate fully qualified domain names (FQDNs)

2024-04-07 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: python-fqdn
  Version : 1.5.1
  Upstream Author : ypcrts
* URL : https://github.com/ypcrts/fqdn
* License : MPL-2.0
  Programming Lang: Python
  Description : Python library to validate fully qualified domain names 
(FQDNs)
 This package validates FQDNs conforming to the Internet Engineering
 Task Force (IETF) specification (RFC 1123 in particular). The design
 intent is to validate that a string would be traditionally acceptable
 as a public Internet hostname to RFC-conforming software. Configuration
 options can be used to obtain more relaxed checks.

This package is a (recursive) dependency of the new version of
jupyter-server.

It will be team-maintained within the Debian Python Team.  The Debian
packaging is on salsa at
   https://salsa.debian.org/python-team/packages/python-fqdn



Bug#1068550: ITP: pytest-mypy-testing -- Plugin to test mypy output with pytest

2024-04-07 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: pytest-mypy-testing
  Version : 0.1.3
  Upstream Author : Copyright: David Fritzsche
* URL : https://github.com/davidfritzsche/pytest-mypy-testing
* License : CC0-1.0
  Programming Lang: Python
  Description : Plugin to test mypy output with pytest
 This plugin provides a way to test that mypy produces a given output.
 As mypy can be told to display the type of an expression, this allows
 one to check mypy's type interference.

This package is a test-time dependency of the new version of
traitlets; the current version in unstable has the relevant tests
ignored at present, but it would be good to be able to include these
tests in the autopkgtest suite.

It will be team-maintained within the Debian Python Team.  The Debian
packaging is on salsa at
   https://salsa.debian.org/python-team/packages/pytest-mypy-testing



Bug#1068549: ITP: pytest-console-scripts -- Pytest plugin for running Python scripts from within tests

2024-04-07 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: pytest-console-scripts
  Version : 1.4.1
  Upstream Author : Vasily Kuznetsov
* URL : https://github.com/kvas-it/pytest-console-scripts
* License : Expat
  Programming Lang: Python
  Description : Pytest plugin for running Python scripts from within tests
 This plugin is quite similar to `subprocess.run()`, but it also has an
 in-process mode, where the scripts are executed by the interpreter that's
 running `pytest` (using some amount of sandboxing).
 .
 In-process mode significantly reduces the run time of the test suites
 that run many external scripts. This is speeds up development. In a CI
 environment subprocess mode can be used to make sure the scripts also
 work (and behave the same) when run by a fresh interpreter.

This package is a (recursive) dependency of the new version of
jupyter-server.

It will be team-maintained within the Debian Python Team.  The Debian
packaging is on salsa at
   https://salsa.debian.org/python-team/packages/pytest-console-scripts



Bug#1068546: ITP: async-asgi-testclient -- Python async client for testing ASGI web applications

2024-04-07 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: async-asgi-testclient
  Version : 1.4.11
  Upstream Author : Jordi Masip 
* URL : https://github.com/vinissimus/async-asgi-testclient
* License : Expat
  Programming Lang: Python
  Description : Python async client for testing ASGI web applications
 This library is used for testing ASGI (Asynchronous Server Gateway Interface)
 applications.  It is designed to be a common testing library for such
 applications that does not depend on the specific web framework being used.
 .
 It works by calling the ASGI app directly rather than via a web server.

This package is a (recursive) dependency of the new version of
jupyter-server.  (More precisely, it is a test-time dependency of a
currently unreleased version of picobox.)

It will be team-maintained within the Debian Python Team.  The Debian
packaging is on salsa at
   https://salsa.debian.org/python-team/packages/async-asgi-testclient



Bug#1068547: ITP: jupyter-server-terminals -- Jupyter server extension providing support for terminals

2024-04-07 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: jupyter-server-terminals
  Version : 0.5.3
  Upstream Author : Jupyter Development Team
* URL : https://github.com/jupyter-server/jupyter_server_terminals
* License : BSD-3-clause
  Programming Lang: Python
  Description : Jupyter server extension providing support for terminals
 This package allows Jupyter servers to interface to terminals via
 Tornado websockets.

This package is a (recursive) dependency of the new version of
jupyter-server.

It will be team-maintained within the Debian Python Team.  The Debian
packaging is on salsa at
   https://salsa.debian.org/python-team/packages/jupyter-server-terminals



Processed: Re: Bug#1057870: RFP: sphinx-mdinclude -- Sphinx extension for including or writing pages in Markdown format

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

> retitle 1057870 ITP: sphinx-mdinclude -- Sphinx extension for including or 
> writing pages in Markdown format
Bug #1057870 [wnpp] RFP: sphinx-mdinclude -- Sphinx extension for including or 
writing pages in Markdown format
Changed Bug title to 'ITP: sphinx-mdinclude -- Sphinx extension for including 
or writing pages in Markdown format' from 'RFP: sphinx-mdinclude -- Sphinx 
extension for including or writing pages in Markdown format'.
> owner 1057870 j...@debian.org
Bug #1057870 [wnpp] ITP: sphinx-mdinclude -- Sphinx extension for including or 
writing pages in Markdown format
Owner recorded as j...@debian.org.
> thanks
Stopping processing here.

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



Bug#1057870: RFP: sphinx-mdinclude -- Sphinx extension for including or writing pages in Markdown format

2024-04-07 Thread Julian Gilbey
retitle 1057870 ITP: sphinx-mdinclude -- Sphinx extension for including or 
writing pages in Markdown format
owner 1057870 j...@debian.org
thanks

On Sat, Dec 09, 2023 at 09:37:47PM +, Martin wrote:
> Package: wnpp
> Severity: wishlist
> 
> * Package name: sphinx-mdinclude
>   Version : v0.5.3
>   Upstream Author : Hiroyuki Takagi  etc.
> * URL or Web page : https://github.com/omnilib/sphinx-mdinclude
> * License : MIT
>   Programming Lang: Python
>   Description : Sphinx extension for including or writing pages in 
> Markdown format
> 
> sphinx-mdinclude is a simple Sphinx extension that enables including
> Markdown documents from within reStructuredText. It provides the ..
> mdinclude:: directive, and automatically converts the content of
> Markdown documents to reStructuredText format.
> 
> sphinx-mdinclude is a fork of m2r and m2r2, focused only on providing a
> Sphinx extension.

I'll take this one!

Best wishes,

   Julian