Bug#979204: ITP: textdistance -- Python library for calculating distances between sequences

2021-01-03 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: textdistance
  Version : 4.2.0
  Upstream Author : orsinium 
* URL : https://github.com/life4/textdistance
* License : MIT
  Programming Lang: Python
  Description : Library for calculating distances between sequences

 This Python library can calculate the distance between sequences or strings
 using over 30 algorithms.  It is a pure Python implementation, but can make
 use of other libraries (listed as Suggests, some of which have compiled
 extensions) for increased speed.


 This package is a dependency of the new Spyder 4.x series, hence the
 need to package it.

 This package will be maintained within the Debian Python Team.



Bug#979203: ITP: pyls-spyder -- Spyder plugin for the Python Language Server

2021-01-03 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: pyls-spyder
  Version : 0.3.0
  Upstream Author : Spyder Project Contributors / Spyder IDE
* URL : https://github.com/spyder-ide/pyls-spyder
* License : MIT
  Programming Lang: Python
  Description : Spyder plugin for the Python Language Server

 This package provides a plugin required by Spyder.


 This package is a dependency of the new Spyder 4.x series, hence the
 need to package it.

 This package will be maintained within the Debian Python Team.



Bug#979202: ITP: pyls-black -- Black plugin for the Python Language Server

2021-01-03 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: pyls-black
  Version : 0.4.6
  Upstream Author : Rupert Bedford 
* URL : https://github.com/rupert/pyls-black
* License : MIT
  Programming Lang: Python
  Description : Black plugin for the Python Language Server

 This package provides a plugin to support the Black formatter in editors
 that support the Python Language Server.
 .
 It is recommended by the author to not have python3-yapf or python3-autopep8
 installed when using this plugin, as that might lead to unexpected results.


 This package is a dependency of the new Spyder 4.x series, hence the
 need to package it.

 This package will be maintained within the Debian Python Team.



Bug#979201: ITP: abydos -- Python NLP/IR library of phonetic algorithms, string distances and more

2021-01-03 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: abydos
  Version : 0.5.0+git20200210.9ec3824
  Upstream Author : Christopher C. Little 
* URL : https://github.com/chrislit/abydos
* License : GPL-3+; one file has different parts which are identified
as GPL-3+, BSD-3-clause and freely-redistributable
  Programming Lang: Python
  Description : NLP/IR library of phonetic algorithms, string distances and 
more

 Abydos is a Python library containing about 40 phonetic algorithms, 35 string
 distance measures & metrics, 10 stemmers, and 10 string fingerprinters.
 .
 Some of the algorithms require installation of the suggested packages.


 This package is a (recursive) dependency of the new Spyder 4.x
 series, hence the need to package it.

 This package will be maintained within the Debian Python Team.



Bug#979200: ITP: three-merge -- Perform a 3-way merge between strings at a character level (Python library)

2021-01-03 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: three-merge
  Version : 0.1.1
  Upstream Author : Spyder IDE
* URL : https://github.com/spyder-ide/three-merge
* License : MIT
  Programming Lang: Python
  Description : Perform a 3-way merge between strings at a character level

 This library is based on the diff-match-patch library. This library
 performs merges at a character level, as opposed to most VCS
 systems, which opt for a line-based approach.


 This package is a dependency of the new Spyder 4.x series, hence the
 need to package it.

 This package will be maintained within the Debian Python Team.



Bug#979199: ITP: py-stringmatching -- Library of string tokenizers and similarity measures

2021-01-03 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: py-stringmatching
  Version : 0.4.2+git20201204.6a7fb57
  Upstream Author : anhaidgroup, py_stringmatching Team
* URL : https://github.com/anhaidgroup/py_stringmatching
* License : BSD-3-clause
  Programming Lang: Python
  Description : Library of string tokenizers and similarity measures

 This project seeks to build a Python software package that consists
 of a comprehensive and scalable set of string tokenizers (such as
 alphabetical tokenizers, whitespace tokenizers) and string similarity
 measures (such as edit distance, Jaccard, TF/IDF).


 This package is a (recursive) dependency of the new Spyder 4.x
 series, hence the need to package it.

 This package will be maintained within the Debian Python Team.



Bug#979198: ITP: pyxdameraulevenshtein -- Fast Damerau-Levenshtein (DL) edit distance implementation

2021-01-03 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: pyxdameraulevenshtein
  Version : 1.6.1
  Upstream Author : Geoffrey Fairchild
* URL : https://github.com/gfairchild/pyxDamerauLevenshtein
* License : BSD-3-clause
  Programming Lang: Python (and Cython)
  Description : Fast Damerau-Levenshtein (DL) edit distance implementation

 This Python library for computing the Damerau-Levenshtein (DL) edit distance
 for sequences has been developed using Cython for speed.


 This package is a (recursive) dependency of the new Spyder 4.x
 series, hence the need to package it.

 This package will be maintained within the Debian Python Team.



Bug#979197: ITP: distance -- Python library for comparing sequences

2021-01-03 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: distance
  Version : 0+git20131122.ad7f9dc
  Upstream Author : Michaël Meyer
* URL : https://github.com/doukremt/distance
* License : GPL-3+, public-domain, BSD-1-clause
  Programming Lang: Python (with a disabled C library)
  Description : Python library for comparing sequences

 This package provides helpers for computing similarities between
 arbitrary sequences. Included metrics are Levenshtein, Hamming,
 Jaccard, and Sorensen distance, plus some bonuses. The distance
 computations are implemented in pure Python.

 This package is needed as a build dependency for
 python3-textdistance, which is a much more comprehensive Python
 package for calculating the distance between sequences.


 This package is a (recursive) dependency of the new Spyder 4.x
 series, hence the need to package it.

 There is an included C library which is optional but broken and so
 has been disabled.

 This package will be maintained within the Debian Python Team.


Bug#979196: ITP: paq -- Python library for the paq9a compression algorithm

2021-01-03 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: paq
  Version : 0.1.1+git20170722.9c5d493
  Upstream Author : Jingchao Hu 
* URL : https://github.com/observerss/paq
* License : MIT, GPL-3+ (different files with different licenses)
  Programming Lang: Python (with a C extension)
  Description : Python library for the paq9a compression algorithm

 This Python library supports compression and decompression using the paq9a
 algorithm.


 This package is a (recursive) dependency of the new Spyder 4.x
 series, hence the need to package it.

 This package will be maintained within the Debian Python Team.



Bug#979195: ITP: pylzss -- Python library for the LZSS compression algorithm

2021-01-03 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: pylzss
  Version : 0+git20200722.871ef5a
  Upstream Author : Guillaume Tucker 
* URL : https://github.com/yyogo/pylzss
* License : LGPL-3+, MIT, Free-Use (different files are under
different licenses).  The Free-Use license is
reproduced below.
  Programming Lang: Python (with C extension)
  Description : Python library for the LZSS compression algorithm

 This Python library supports compression and decompression using the LZSS
 algorithm.

 The Free-Use license reads:
   Use, distribute, and modify this program freely.
   Please send me your improved versions.


 This package is a (recursive) dependency of the new Spyder 4.x
 series, hence the need to package it.

 This package will be maintained within the Debian Python Team.



Bug#979194: ITP: syllabipy -- Collection of universal syllabification algorithms (Python library)

2021-01-03 Thread Julian Gilbey
Package: wnpp
Severity: wishlist
Owner: Julian Gilbey 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: syllabipy
  Version : 0.2
  Upstream Author : Alex Estes and Christopher Hench
* URL : https://github.com/henchc/syllabipy
* License : MIT
  Programming Lang: Python
  Description : Collection of universal syllabification algorithms

 This package provides two syllabification algorithms: SonoriPy and
 LegaliPy.

 There will be no further updates to this package: SonoriPy has been
 incorporated into the NLTK library (python3-nltk) and that should be used
 in preference to this package.  Both algorithms have also been incorporated
 into the Talisman NLP library for JavaScript.


 This package is a (recursive) dependency of the new Spyder 4.x
 series, hence the need to package it.

 This package will be maintained within the Debian Python Team.



Bug#970374: marked as done (O: direwolf -- Soundcard TNC for APRS)

2021-01-03 Thread Debian Bug Tracking System
Your message dated Sun, 03 Jan 2021 21:48:45 +
with message-id 
and subject line Bug#970374: fixed in direwolf 1.6+dfsg-1
has caused the Debian Bug report #970374,
regarding O: direwolf -- Soundcard TNC for APRS
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.)


-- 
970374: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=970374
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: normal
User: i...@debian.org
Usertags: refactor2020
X-Debbugs-Cc: debian-h...@lists.debian.org

I intend to orphan the direwolf package.

The package description is:
 Dire Wolf is a software "soundcard" modem/TNC and APRS encoder/decoder. It can
 be used stand-alone to receive APRS messages, as a digipeater, APRStt gateway,
 or Internet Gateway (IGate). It can also be used as a virtual TNC for other
 applications such as APRSIS32, UI-View32, Xastir, APRS-TW, YAAC, UISS, Linux
 AX25, SARTrack, and many others.
 Dire Wolf is a software "soundcard" modem/TNC and APRS encoder/decoder. It can
 be used stand-alone to receive APRS messages, as a digipeater, APRStt gateway,
 or Internet Gateway (IGate). It can also be used as a virtual TNC for other
 applications such as APRSIS32, UI-View32, Xastir, APRS-TW, YAAC, UISS, Linux
 AX25, SARTrack, and many others.
--- End Message ---
--- Begin Message ---
Source: direwolf
Source-Version: 1.6+dfsg-1
Done: Christoph Berg 

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

Debian distribution maintenance software
pp.
Christoph Berg  (supplier of updated direwolf 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, 03 Jan 2021 22:14:07 +0100
Source: direwolf
Architecture: source
Version: 1.6+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Hamradio Maintainers 
Changed-By: Christoph Berg 
Closes: 970374
Changes:
 direwolf (1.6+dfsg-1) unstable; urgency=medium
 .
   * New upstream version, buildsystem switched to cmake.
   * Revert to Architecture: any, big endian is supported now.
   * B-D on libudev-dev [linux-any].
   * Add debian/gitlab-ci.yml.
   * Adopt package from Ian, thanks! (Closes: #970374)
Checksums-Sha1:
 7a766849025ff66251d8413269bf2ea4f8032413 2027 direwolf_1.6+dfsg-1.dsc
 629f90f75efc1c047cd4459209bb61f6564a62df 715812 direwolf_1.6+dfsg.orig.tar.xz
 487882e31d305cb148844b3773949eb26b32 8184 direwolf_1.6+dfsg-1.debian.tar.xz
Checksums-Sha256:
 fd8b29edf95a66619125163cde8b94f4b28ee5d0e1e003df182d8ea5991783a7 2027 
direwolf_1.6+dfsg-1.dsc
 1aec2d5ec01e2b0265fa7b7f5f6f5294b3c9cb1756362c9dc6d3396c8dda01c3 715812 
direwolf_1.6+dfsg.orig.tar.xz
 e9a80e67260b96410b29bc2d757e31ef441b8a222c4fcbafe85994bd5673c871 8184 
direwolf_1.6+dfsg-1.debian.tar.xz
Files:
 01dafe7e3549ea184d536b0fdca7baf7 2027 hamradio optional direwolf_1.6+dfsg-1.dsc
 bc5aab1ac8a6af30ca9169c43fc9feab 715812 hamradio optional 
direwolf_1.6+dfsg.orig.tar.xz
 03e714d02c6d0d0286e86384507fe57e 8184 hamradio optional 
direwolf_1.6+dfsg-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEXEj+YVf0kXlZcIfGTFprqxLSp64FAl/yOCEACgkQTFprqxLS
p67few/7B4WktHYO4dwEFqoBuMUtdKuvfPYBUnLBOKznqGy5qHvKS6QK/LZMMClF
aIIJ018wg1kQJXZoXUBjKiaRI5QwARxmLR61QEiJrI0C1+2VVsRaMKAIZ3EwQH0I
48bJzhpSwENct0fj876e6IpIdyL9fJ3UGqjy9e4lbqmssRLeMpVjZZ6YaBDYjyxM
5fyZsbEqpPNrXIWnGcaXvj569UgBisUw0MCatpbWXfrsxW1XAQWV4G9FdSaXvcsl
aTQGSiZqL/nOpNt2qqXu9TwQYwmMbTjEVjYkr4+RgM7K7/Ee69bEnOYxu71x6SGD
vvPirjCN5NlonWplToSb3NNUIAEHnE1nLpFNqUtq+GgizRZjkjmpw2Og3KVaouqp
gKB+UwCcBQTLS6BwRsVGRdNWvLP4r9HD9xptnmnupDyGtFLi0ky9xwMOZvn2TP/1
lrprhmz2Gjlcg/DRNwvlauqhoKucyINwTC6dyr8FZdFaY6DuZ2dAOlJ9b7JLlTN4
YX1yhmRx5i+bGKlA52/UktoVPK7GC4C/y+ETu0LpHugIsI0mk9xm87pXJj+9mtvL
kR8aeMu2iGGXP3t5Vq65OdhpjLXf6HfxbeM8e/8nDCjjj3qZ7j3YBiq5U38b2dB0
TL+/2Vfssk1phrq/mqTUfmdThPKT4clpXyULLXLk3PcyQPD2sRQ=
=Y1fp
-END PGP SIGNATURE End Message ---


Processed: Bug#970374 marked as pending in direwolf

2021-01-03 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #970374 [wnpp] O: direwolf -- Soundcard TNC for APRS
Added tag(s) pending.

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



Bug#978556: Chips

2021-01-03 Thread Geert Stappers
On Sun, Jan 03, 2021 at 09:55:35PM +0100, Geert Stappers wrote:
>   
> 
> It means that what I have signed for uploading is not accepted.
> 
> Follow actions are up to me.  ( to be continued )
> 


stappers@trancilo:/usr/src/debian/rust/debcargo-conf/build
$ man dput
stappers@trancilo:/usr/src/debian/rust/debcargo-conf/build
$ dput --unchecked rust-netr_0.1.4-1_source.changes
Trying to upload package to ftp-master (ftp.upload.debian.org)
Uploading to ftp-master (via ftp to ftp.upload.debian.org):
  Uploading rust-netr_0.1.4-1.dsc: done.
  Uploading rust-netr_0.1.4.orig.tar.gz: done.
  Uploading rust-netr_0.1.4-1.debian.tar.xz: done.
  Uploading rust-netr_0.1.4-1_source.buildinfo: done.
  Uploading rust-netr_0.1.4-1_source.changes: done.
Successfully uploaded packages.
stappers@trancilo:/usr/src/debian/rust/debcargo-conf/build
$ 


Addition information:
Signing was done at a different machine as the `dput` machine.

It looks like `dput` is happy.  We now wait what the recieving end
says.


Regards
Geert Stappers
-- 
Silence is hard to parse



Bug#978556: Chips

2021-01-03 Thread Geert Stappers

stappers@trancilo:/usr/src/debian/rust/debcargo-conf/build
$ dput rust-netr_0.1.4-1_source.changes
Trying to upload package to ftp-master (ftp.upload.debian.org)
Checking signature on .changes
Traceback (most recent call last):
  File "/usr/bin/dput", line 11, in 
load_entry_point('dput==1.0.3', 'console_scripts', 'execute-dput')()
  File "/usr/share/dput/dput/dput.py", line 1012, in main
files_to_upload = verify_files(
  File "/usr/share/dput/dput/dput.py", line 374, in verify_files
verify_signature(
  File "/usr/share/dput/dput/dput.py", line 274, in verify_signature
assert_good_signature_or_exit(changes_file_path)
  File "/usr/share/dput/dput/dput.py", line 258, in 
assert_good_signature_or_exit
crypto.check_file_signature(infile)
  File "/usr/share/dput/dput/crypto.py", line 93, in check_file_signature
(_, verify_result) = context.verify(infile)
  File "/usr/lib/python3/dist-packages/gpg/core.py", line 541, in verify
raise errors.BadSignatures(results[1], results=results)
gpg.errors.BadSignatures: 8A7F208C6D9E73291657414D2135D123D8C19BEC: Key expired
stappers@trancilo:/usr/src/debian/rust/debcargo-conf/build
$ 


So my action from november ( 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892058#110 )
was not effective and the reminder I got in december was very valid.


It means that what I have signed for uploading is not accepted.

Follow actions are up to me.  ( to be continued )


Regards
Geert Stappers
-- 
Silence is hard to parse



Processed: Re: Bug#979152: RFP: ueberzug -- a command line util which allows to draw images on terminals by using child windows

2021-01-03 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 wnpp
Bug #979152 [ueberzug] RFP: ueberzug -- a command line util which allows to 
draw images on terminals by using child windows
Warning: Unknown package 'ueberzug'
Bug reassigned from package 'ueberzug' to 'wnpp'.
Ignoring request to alter found versions of bug #979152 to the same values 
previously set
Ignoring request to alter fixed versions of bug #979152 to the same values 
previously set

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



Bug#919508: ITP: warewulf -- systems management suite for Linux clusters

2021-01-03 Thread Brian Smith
Hi Francesco,

On Sun, Jan 3, 2021 at 5:53 AM Francesco Poli  wrote:
>
> On Sat, 2 Jan 2021 14:08:45 -0600 Brian Smith  
> wrote:
>
> [...]
> > This fell by the wayside due to the reasons discussed in this bug.
> > Changing to RFP.
>
> That's very sad.
> Thanks anyway for starting the packaging effort.
>
> Is your incomplete work in progress stored somewhere (for instance in a
> public version control repository), so that other people interested can
> take advantage of what you have already done?

https://github.com/SystemFabricWorks/debian-warewulf3

The following build command works on stretch:

$ gbp buildpackage

I had intended to clean this up before publishing it. As far as the
current state is concerned, I believe it does provision debian stretch
-- to some degree.

>
> Is there a better alternative to warewulf?

For Debian, not that I am aware of. xCat seems to get a lot of
attention. I haven't used it, and the documentation says "Ubuntu".

> [Perceus] seems to be a basically dead project.
> I am not aware of any other similar systems...
> What are you currently using to manage an HPC cluster, if I may ask?
>

The cluster that I administrate is not production. That one is
"managed" through manual configuration of dhcpd, etc.

This begs the question : "Why don't I use my own packaging of
warewulf?" The packaging wasn't completed and the requirements for
this cluster change on a regular basis. The lack of interest in
warewulf discouraged me from going further down that road.

Wish i had a better answer for you.

> [Perceus]: see 
>
>
>
> --
>  http://www.inventati.org/frx/
>  There's not a second to spare! To the laboratory!
> . Francesco Poli .
>  GnuPG key fpr == CA01 1147 9CD2 EFDF FB82  3925 3E1C 27E1 1F69 BFFE
--
Brian T. Smith
System Fabric Works
Senior Principal Engineer
bsm...@systemfabricworks.com
GPG Key: 0xB3C2C7B73BA3CD7F



Bug#963605: Bug#946451: spyder: work on new upstream release

2021-01-03 Thread Pablo Mestre


El 3/1/21 a las 10:38, Julian Gilbey escribió:
> Dear Drew and everyone,
>
> []
>
> tl;dr - I still can't run Spyder and I don't know why not.  But I have
> built all of the dependencies and they are all on salsa; I haven't yet
> submitted ITPs for them but they are all ready to go.  (I also haven't
> checked whether anyone else has already done so, except for the
> repository that already existed in the Python teams project salsa.)
> Should I submit ITPs and upload what I have done so far?

Hi Julian

I check again your commits on python-jsonrpc-server
(python3-pyls-jsonrpc) and python-language-server (python3-pyls). I
think the issue on python3-pyls-jsonrpc was solve and should be uploaded
to be possible work on python3-pyls,  python3-pyls depends on
python3-pyls-jsonrpc to be ready.

Regards

-- 
  ⢀⣴⠾⠻⢶⣦⠀  Pablo Mestre Drake
  ⣾⠁⢠⠒⠀⣿⡁  --
  ⢿⡄⠘⠷⠚⠋   https://debian.org
  ⠈⠳⣄  Debian, the universal operating system.



Bug#963605: Bug#946451: spyder: work on new upstream release

2021-01-03 Thread Julian Gilbey
Dear Drew and everyone,

(This message is Bcc'd to the two ITPs for python-language-server
(#963605) and python-jsonrpc-server (#964497), but it makes sense for
the discussion to remain on one report only.  I've also cc'd Otto -
see below.)

I was frustrated that I couldn't use Spyder 3 any more because of some
fatal bug (#976966), and I really want to use Spyder 3.  So I decided
over the last few days to package the new (4.2.1) Spyder dependencies
and see where I got to.  So this is a long email giving the state of
play after my experiments.

tl;dr - I still can't run Spyder and I don't know why not.  But I have
built all of the dependencies and they are all on salsa; I haven't yet
submitted ITPs for them but they are all ready to go.  (I also haven't
checked whether anyone else has already done so, except for the
repository that already existed in the Python teams project salsa.)
Should I submit ITPs and upload what I have done so far?

Long version


Here is the dependency chain for Spyder 4.2.1 (only listing packages
not yet in the archive); source packages are named first, and the
relevant binary packages listed in parentheses afterwards:

Level 1 (can be built entirely within the current sid environment)
---

python-jsonrpc-server (python3-pyls-jsonrpc) - already has ITP #964497
syllabipy (python3-syllabipy)
pylzss (python3-lzss)
paq (python3-paq)
distance (python3-distance)
pyxdameraulevenshtein (python3-pyxdameraulevenshtein)
py-stringmatching (python3-py-stringmatching)
three-merge (python3-three-merge)
wurlitzer (python3-wurlitzer) - already has ITP #942829

Level 2 (depends on at least one Level 1 package)
---
python-language-server (python3-pyls) - already has ITP #963605
 - depends:
 python3-pyls-jsonrpc
abydos (python3-abydos)
 - depends:
 python3-syllabipy
 python3-lzss
 python3-paq
spyder-kernels [upgrade]
 - depends:
 python3-wurlitzer

Level 3 (depends on at least one Level 2 package)
---
pyls-black (python3-pyls-black)
 - depends: python3-pyls
pyls-spyder (python3-pyls-spyder)
 - depends: python3-pyls
textdistance (python3-textdistance)
 - depends:
 python3-abydos
 python3-distance
 python3-pylev (in NEW)
 python3-pyxdameraulevenshtein
 python3-py-stringmatching

Level 4 (depends on at least one Level 3 package)
---
spyder [upgrade]
 - depends:
 python3-pyls-black
 python3-pyls-spyder
 python3-spyder-kernels (>= 1.10.1)
 python3-textdistance
 python3-three-merge


Notes on this chain:

* All of these packages are available on salsa as
  https://salsa.debian.org/python-team/packages/PKG

  I have included myself and Otto Kekäläinen  as
  uploaders - I included Otto just because he is already listed on the
  python-language-server packages.  Happy to hand any of these over to
  anyone else who wants them!

* python3-jedi has been upgraded to version 0.18.  This introduced
  incompatible changes that have broken at least python3-ipython,
  python3-pyls and those packages that depend on them.

* python3-parso has been upgraded to version 0.8.1.  This has had a
  similarly problematic effect.

* syllabipy is a deprecated package.  There is a very recent pull
  request on nltk to incorporate the rest of the functionality of
  syllabipy into nltk.  Once that happens, there can be a request to
  abydos to remove its dependency on syllabipy (it already depends on
  nltk) and syllabipy can be dropped completely.

* I have forked the spyder-kernels and spyder repositories on Salsa
  and pushed my work to the experimental (and upstream and
  pristine-tar) branches.


OK, so where are we now?

Well, it's not very good news, unfortunately.

I try running spyder and this is what I get:

euler:~ $ spyder 
Traceback (most recent call last):
  File "/usr/bin/spyder", line 33, in 
sys.exit(load_entry_point('spyder==4.2.1', 'gui_scripts', 'spyder')())
  File "/usr/lib/python3/dist-packages/spyder/app/start.py", line 213, in main
mainwindow.main(options, args)
  File "/usr/lib/python3/dist-packages/spyder/app/mainwindow.py", line 3624, in 
main
mainwindow = create_window(app, splash, options, args)
  File "/usr/lib/python3/dist-packages/spyder/app/mainwindow.py", line 3482, in 
create_window
main.setup()
  File "/usr/lib/python3/dist-packages/spyder/app/mainwindow.py", line 514, in 
setup
self, icon=ima.icon('close_pane'),
  File "/usr/lib/python3/dist-packages/spyder/utils/icon_manager.py", line 421, 
in icon
return qta.icon(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/qtawesome/__init__.py", line 125, in icon
return _instance().icon(*names, **kwargs)
  File "/usr/lib/python3/dist-packages/qtawesome/iconic_font.py", line 259, in 
icon
parsed_options.append(self._parse_options(specific_options,
  File "/usr/lib/python3/dist-packages/qtawesome/iconic_font.py", line 308, in 
_parse_options
prefix, chars = self._get_prefix_chars(names)
  File 

Bug#919508: ITP: warewulf -- systems management suite for Linux clusters

2021-01-03 Thread Francesco Poli
On Sat, 2 Jan 2021 14:08:45 -0600 Brian Smith  
wrote:

[...]
> This fell by the wayside due to the reasons discussed in this bug.
> Changing to RFP.

That's very sad.
Thanks anyway for starting the packaging effort.

Is your incomplete work in progress stored somewhere (for instance in a
public version control repository), so that other people interested can
take advantage of what you have already done?

Is there a better alternative to warewulf?
[Perceus] seems to be a basically dead project.
I am not aware of any other similar systems...
What are you currently using to manage an HPC cluster, if I may ask?

[Perceus]: see 



-- 
 http://www.inventati.org/frx/
 There's not a second to spare! To the laboratory!
. Francesco Poli .
 GnuPG key fpr == CA01 1147 9CD2 EFDF FB82  3925 3E1C 27E1 1F69 BFFE


pgpFQojHeQSZW.pgp
Description: PGP signature


Bug#943676: Re: Sponsor request for 'Open Surge'

2021-01-03 Thread Bruno Kleinert
Am Freitag, dem 01.01.2021 um 23:52 -0300 schrieb Carlos Donizete
Froes:
> Hi,
> 
> > Finally, I would like to ask you all, and in particular Carlos
> > Donizete, to wait until the upcoming 0.5.2.0 release before uploading
> > the package.
> 
> Perfect, I will wait for the next release. I want to thank the upstream
> Alexandre Martins for contacting us and clarifying our doubts.
> 
> Thanks!
> 

Just for your information, 12th February is freeze of bullseye,
see https://wiki.debian.org/DebianBullseye

Cheers,
Bruno


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


Bug#916692: ITA: cuyo

2021-01-03 Thread Jean-Michel Vourgère
Hello Emmanuel

Do you still plan to adopt cuyo?

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


Bug#969619: marked as done (ITP: hnswlib -- fast approximate nearest neighbor search)

2021-01-03 Thread Debian Bug Tracking System
Your message dated Sun, 3 Jan 2021 14:01:03 +0530
with message-id <69fad220-558d-e141-dc2d-4846585f5...@gmail.com>
and subject line Re: ITP: hnswlib -- fast approximate nearest neighbor search
has caused the Debian Bug report #969619,
regarding ITP: hnswlib -- fast approximate nearest neighbor search
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.)


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

Subject: ITP: hnswlib -- fast approximate nearest neighbor search
Package: wnpp
Owner: Steffen Moeller 
Severity: wishlist

* Package name: hnswlib
  Version : 0.4.0
  Upstream Author : Copyright: Yury Malkov
* URL : https://github.com/nmslib/hnswlib
* License : Apache-2.0
  Programming Lang: C
  Description : fast approximate nearest neighbor search
 This package provides a module for Python3 to the C implementation.

Remark: This package is maintained by Debian Med Packaging Team at
   https://salsa.debian.org/med-team/hnswlib
--- End Message ---
--- Begin Message ---
Package already in archive, closing




signature.asc
Description: OpenPGP digital signature
--- End Message ---