Package: python3-pylev
Version: 1.2.0-1
Severity: normal

Hi Emmanuel,

Upstream has released version 1.4.0 of pylev.  It is a dependency of
textdistance, for which I am the main uploader, so I'd be happy to
upgrade pylev as a member of the Debian Python Team.

I notice that you have put pylev in the python-team salsa repository,
but have not listed the Debian Python Team as the maintainer, so I am
unclear what your intentions are: are you thinking of this package as
team-maintained or not?  The standard debian/control lines for a team
maintained package would be something like:

Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Uploaders: Emmanuel Arias <eam...@yaerobi.com>

If you'd be OK with it, I would be happy to prepare an upload which
did the following:

* Upgrade to the latest upstream (1.4.0)
* Change the debian/control file in the way suggested above (and add
  myself as an uploader if you are happy with that)

Another possible addition would be to include a further autopkgtest,
making use of the existing tests.py in the package:

#! /bin/sh

set -e

cp tests.py "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"
for py in $(py3versions -r 2>/dev/null) ; do
    echo "Testing with $py:"
    $py -m unittest -v tests.py
done


Best wishes,

   Julian

Reply via email to