Re: [Python-modules-team] Bug#891378: undertime: indentation of highlighted times with some timezones

2018-02-25 Thread Paul Wise
Control: reassign -1 python3-terminaltables/3.1.0-2 Control: affects -1 + undertime On Sun, 2018-02-25 at 12:52 -0500, Antoine Beaupré wrote: > That's a known issue with the underlying "terminaltables" library > (packaged as python-terminaltables, iirc). Lets reassign this to the correct

[Python-modules-team] Bug#883366: python-mechanicalsoup: new upstream version 0.9.0

2017-12-09 Thread Paul Wise
On Sat, 2017-12-09 at 18:04 +, Ghislain Vaillant wrote: > I'd be happy to update the packaging of MechanicalSoup to the latest > upstream release. However, version 0.8.0 has been under RFS for more > than a month, and has yet to be answered [1]. I would suggest that you follow the Python

[Python-modules-team] Bug#883366: python-mechanicalsoup: new upstream version 0.9.0

2017-12-02 Thread Paul Wise
Source: python-mechanicalsoup Severity: wishlist Please package the new upstream version 0.9.0 of MechanicalSoup: https://github.com/MechanicalSoup/MechanicalSoup/releases Please also adjust the Homepage to point at the new github org. -- bye, pabs https://wiki.debian.org/PaulWise

[Python-modules-team] pisa deprecated upstream in favour of xhtml2pdf, WeasyPrint or sedja

2016-11-10 Thread Paul Wise
Hi folks, I note that: The pisa Homepage (xhtml2pdf.com) redirects to sejda.com, the open source backend of that is at sejda.org but is now written in java. The pisa PyPi page says it is replaced by xhtml2pdf. It looks like this is a rename of the pisa codebase.

[Python-modules-team] Bug#843947: html5lib: new upstream release (0.999999999/1.0b10)

2016-11-10 Thread Paul Wise
Source: html5lib Severity: wishlist There have been several new releases, latest is 0.9/1.0b10: https://github.com/html5lib/html5lib-python/releases https://pypi.python.org/pypi/html5lib#change-log -- bye, pabs https://wiki.debian.org/PaulWise signature.asc Description: This is a

[Python-modules-team] Bug#725848: No Subject

2016-10-31 Thread Paul Wise
Control: fixed -1 8.1.2-2 On Mon, 2016-10-31 at 18:47 -0400, Barry Warsaw wrote: > This has been the case... Please *always* use a versioned -done message for such bugs. > ... for a long time. Closing this ancient bug. Looks like it was only fixed in stretch, so not that long/ancient :) --

[Python-modules-team] Bug#836585: celery: FTBFS in testing (failing tests)

2016-09-12 Thread Paul Wise
On Sun, 4 Sep 2016 11:54:01 +0200 (CEST) Santiago Vila wrote: > I tried to build this package in stretch with "dpkg-buildpackage -A" > (which is what the "Arch: all" autobuilder would do to build it) > but it failed: I can't reproduce this build failure using `pdebuild --debbuildopts -A`. Which

[Python-modules-team] Bug#821888: proselint: --demo option is broken

2016-04-20 Thread Paul Wise
Package: python3-proselint Version: 0.5.3-1 Severity: normal File: /usr/lib/python3/dist-packages/proselint/command_line.py When I run `proselint --demo` nothing happens: pabs@chianamo ~/tmp-proselint $ proselint --demo pabs@chianamo ~/tmp-proselint $ proselint --debug --demo Deleting the

[Python-modules-team] Bug#821886: proselint: clear_cache() function clears the current directory instead of the cache directory

2016-04-20 Thread Paul Wise
Package: python3-proselint Version: 0.5.3-1 Severity: serious File: /usr/lib/python3/dist-packages/proselint/command_line.py When I run `proselint --debug` from my home directory it searches my whole home directory for *.pyc files and deletes them. While *.pyc files are usually Python bytecode

[Python-modules-team] Bug#805535: python-git does network access during build

2015-11-29 Thread Paul Wise
On Thu, 19 Nov 2015 10:40:06 +0100 Thomas Goirand wrote: >  git config --global http.sslVerify false; >  git clone git://github.com/gitpython-developers/GitPython; \ >  cd GitPython; git submodule update --init --recursive; \ FYI, as a result of this issue, this package

[Python-modules-team] Bug#801744: Bug#801744: python-django-common: conffiles not removed

2015-10-14 Thread Paul Wise
On Wed, 2015-10-14 at 08:55 +, Brian May wrote: > Suspect this change was unintended, and the file should be part of the > package. > > (from ./extras/django_bash_completion in source) It appears to have been moved to /usr: /usr/share/bash-completion/completions/django_bash_completion --

[Python-modules-team] Bug#735237: [python-weberror] non sourced minified javascript

2014-06-21 Thread Paul Wise
Some more information about this from IRC: pabs p1otr: could you fix #735237? it is blocking other packages from migrating and there is a patch in the BTS p1otr pabs: a) removing file via patch doesn't change the fact that file is still in the tarball (so it's not a fix) b) I don't consider it a

[Python-modules-team] Bug#725847: python-pip: DoS by other users on the same system

2013-10-08 Thread Paul Wise
Package: python-pip Version: 1.4.1-2 Severity: normal Tags: security Usertags: tmp pip uses a non-random per-user build directory that is in /tmp. This means that any user can prevent any other user from installing packages. There is the --build-directory option to override this but it isn't

[Python-modules-team] Bug#725848: python-pip: default install method for non-root users should be --user

2013-10-08 Thread Paul Wise
Package: python-pip Version: 1.4.1-2 Severity: normal Whenever I run pip install, I get an error about not being able to write to /usr/local. Since I'm not running pip as root, pip should understand that I can't write to /usr/local and enable the --user option, which installs to

[Python-modules-team] Bug#694602: python-lzma: README.Debian contains only obsolete information

2012-11-28 Thread Paul Wise
Package: python-lzma Version: 0.5.3-2+b1 Severity: minor Tags: sid The README.Debian in python-lzma can be removed since it talks about the backportability of python-lzma to python2.6 and we do not have any version older than this in wheezy or newer. -- System Information: Debian Release:

[Python-modules-team] Bug#601593: python-numpy: add Python 3 package

2011-10-23 Thread Paul Wise
On Wed, 2010-10-27 at 19:23 +0200, Sandro Tosi wrote: From version 1.5.0, Numpy supports Python 3, so we should provide a package for Any chance someone could add that? I need it for testing fonttools upstream support for Python 3. -- bye, pabs http://wiki.debian.org/PaulWise