Your message dated Sat, 29 Jun 2024 19:00:10 +0000
with message-id <e1sndiw-009gph...@fasolo.debian.org>
and subject line Bug#1072301: fixed in anytree 2.12.1-1
has caused the Debian Bug report #1072301,
regarding ITP: anytree -- Powerful and Lightweight Python Tree Data Structure 
with various plugins
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.)


-- 
1072301: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1072301
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Mitchell Augustin <mitchell.augus...@canonical.com>
X-Debbugs-Cc: debian-de...@lists.debian.org, mitchell.augus...@canonical.com

* Package name    : python3-anytree
  Version         : 2.12.1
  Upstream Contact: c0fec0de <c0fec...@gmail.com>
* URL             : https://github.com/c0fec0de/anytree
* License         : Apache 2
  Programming Lang: Python
  Description     : Powerful and Lightweight Python Tree Data Structure with 
various plugins

anytree is best described with some basic usage examples:

Construction:
from anytree import Node, RenderTree
udo = Node("Udo")
marc = Node("Marc", parent=udo)
lian = Node("Lian", parent=marc)
dan = Node("Dan", parent=udo)
jet = Node("Jet", parent=dan)
jan = Node("Jan", parent=dan)
joe = Node("Joe", parent=dan)

Node:
print(udo)
Node('/Udo')
print(joe)
Node('/Udo/Dan/Joe')

Tree:
for pre, fill, node in RenderTree(udo):
    print("%s%s" % (pre, node.name))
Udo
├── Marc
│   └── Lian
└── Dan
    ├── Jet
    ├── Jan
    └── Joe


 - This package is a dependency of some utilities inside
   Mellanox OFED, which I utilize
 - I am open to maintaining this as part of one of the python
   packaging teams like pkg-python or PythonTeam (or others.
   Not sure which is best.) I will need a sponsor and would
   welcome a co-maintainer.

--- End Message ---
--- Begin Message ---
Source: anytree
Source-Version: 2.12.1-1
Done: Mitchell Augustin <mitch...@mitchellaugustin.com>

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

Debian distribution maintenance software
pp.
Mitchell Augustin <mitch...@mitchellaugustin.com> (supplier of updated anytree 
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, 21 Jun 2024 14:03:00 -0500
Source: anytree
Binary: python3-anytree
Architecture: source all
Version: 2.12.1-1
Distribution: unstable
Urgency: medium
Maintainer: Mitchell Augustin <mitch...@mitchellaugustin.com>
Changed-By: Mitchell Augustin <mitch...@mitchellaugustin.com>
Description:
 python3-anytree - Powerful and Lightweight Python Tree Data Structure with 
various
Closes: 1072301
Changes:
 anytree (2.12.1-1) unstable; urgency=medium
 .
   * Initial release. (closes: #1072301)
   * Add patch Fixed-tmpdir-race-condition-in-dotexport-test
     to fix dotexport tests
Checksums-Sha1:
 c0700e8f6de24567ad37294537e3fb69c5503c5f 1941 anytree_2.12.1-1.dsc
 4006211469788962a3b1a2220d62713f540e1727 192320 anytree_2.12.1.orig.tar.gz
 f8182039d222d27fd50d379efd9bc95f42e30041 2860 anytree_2.12.1-1.debian.tar.xz
 219843ffe980100e6e5a428d676069b516f6e099 9166 anytree_2.12.1-1_arm64.buildinfo
 42ef3ccc5ccd1573b6d5e2c0a7e5c1ae8d96bfbf 24056 python3-anytree_2.12.1-1_all.deb
Checksums-Sha256:
 76e076deb1b08831d70451a126142a7135de4480107080dcd860802d855a4868 1941 
anytree_2.12.1-1.dsc
 a6b6b6b6b0d0d626b9e6afcb42946f9d23159586c6f08e8ba3dde0e22cd83a1b 192320 
anytree_2.12.1.orig.tar.gz
 ed71b24267ab35e260fe8d362173a22f1ee56c51ae098dc08bbbbf844a28fe7a 2860 
anytree_2.12.1-1.debian.tar.xz
 e407a99bcc0d4ea13f2b8c2e79e8a6e34ddfa79e037c48e6337d51f5463a43c5 9166 
anytree_2.12.1-1_arm64.buildinfo
 28342dfbc3bacc9a6f2909f317af0fa91e379d95fa6da05901877df09f6403c4 24056 
python3-anytree_2.12.1-1_all.deb
Files:
 6d3553dbd588f4924b0728983435c3bf 1941 python optional anytree_2.12.1-1.dsc
 b674e28d4b998181f8cef57b4ca6ed39 192320 python optional 
anytree_2.12.1.orig.tar.gz
 0555df62c49a8ac1b10b2a48ab11e082 2860 python optional 
anytree_2.12.1-1.debian.tar.xz
 e929153c66d1afe84928537e23319d3f 9166 python optional 
anytree_2.12.1-1_arm64.buildinfo
 01011161499c3dc301aa0717c9d99016 24056 python optional 
python3-anytree_2.12.1-1_all.deb

-----BEGIN PGP SIGNATURE-----

iQJCBAEBCgAsFiEE6nIe6ZnTE18IYOVF8RQITAhhEREFAmZ4E4MOHGxvb2xAZG9v
ei5vcmcACgkQ8RQITAhhERHuJBAAj9x8N4rH7RaFWt82iVnFgpvkxsg8lE6UAi7G
2GTY4vaPt1GPeO5xNGA5NWSm2bnyzUzoIgkuW24j8EfFHFezp53KckFuiqAp/eL2
DEFKKhXJj+mZlzxR0Ly+8f8aoMLvxgTT7iQ1Pc/cnQcY0W37WAco//lGWcvA3NG5
SsaFbY7+SCfnIzMt6W6k0V5w5POxYJmWIPl8xRQBW6JNC1trWsPGhB4htMsEfLHZ
cmG0ghM1Vq4qmypwiezeIPZWRtAZRgEQf6POKw9HFlCP9dj1EDqFw23VbHiLnW1w
bOkgJp4flMGnQ4iQsvSr8rZTcHUB/5a8rxKXVl0wV2ecXhRmVzcIUM5kpVPb+PV0
v9oo3qijJO/XR9HSI+2a6ek+iP1T43DjQzFB52KyCrlvf8OMbYWfDKtlOopmSCmZ
qXpkTMzEfdJSuLGjmLxppfFG6tWp+m0pVvrau6CWWpZrmlXi9uqgXlWn26ZtcwD1
yLNPZtQyxjWbGhSHT4zY6uYwQKBsmQ5vYiyjTZOvyL0I3K/QF5HZJZOlVzuOtOiQ
rJzmnoAeWGibhmXmeNrrLp3r9s/QdBizU3z5Jg5iGDdITYb6TaoeH1+uXFH7Vw78
LD7Hb6GYvabviix/yCESVtQIuJ/aFoqXsg0Dh3drucyh5GaVpwbGINhzabcO7gJP
hjaViUU=
=Lt2s
-----END PGP SIGNATURE-----

Attachment: pgpOhoC1qx1ZT.pgp
Description: PGP signature


--- End Message ---

Reply via email to