[Python-modules-team] Accepted mistune 0.8.3-2 (source) into unstable

2018-02-19 Thread Tristan Seligmann
eam@lists.alioth.debian.org> Changed-By: Tristan Seligmann <mithra...@debian.org> Description: python-mistune - Markdown parser for Python 2 python3-mistune - Markdown parser for Python 3 Changes: mistune (0.8.3-2) unstable; urgency=medium . [ Ondřej Nový ] * d/control: Set Vcs-* to sals

[Python-modules-team] Bug#857278: python-nacl: sodium_init() fails because already initialized.

2017-03-15 Thread Tristan Seligmann
On Wed, 15 Mar 2017 at 07:39 wrote: > This patch is no longer required now as this issue has been fixed with > the new release 1.1.0 in upstream. > Thanks for tracking / following up on this issue; I have been paying attention despite the silence from my side, and it is

[Python-modules-team] Bug#857006: python-urllib3: Missing version constraint for six

2017-03-07 Thread Tristan Seligmann
On Wed, 8 Mar 2017 at 02:11 Daniele Tricoli wrote: > I will add the >= 1.10.0, on the next upload. I plan to upload > urllib 1.20 to experimental soon. > > Should I need to backport this also for Stretch? > I think it's not critical to backport it; CCing hlieberman for a

[Python-modules-team] Bug#857006: python-urllib3: Missing version constraint for six

2017-03-06 Thread Tristan Seligmann
Package: python-urllib3 Version: 1.19.1-1 Severity: important setup.py does not have a version constraint on six as it is vendored upstream, but since we are unvendoring it in Debian, we need a version constraint. This is made trickier by the fact that upstream won't be tracking the minimum

Re: [Python-modules-team] jessie backport for python-attr/16.2.0-1

2016-11-14 Thread Tristan Seligmann
On Mon, 14 Nov 2016 at 19:01 Sandro Tosi wrote: Hey there! we want to use python-attr in jessie, so we'd need a backport for it: is it ok for me to backport it or would you rather handle it yourself? (i might disable the pypy pacakge if the dependency tree to backport gets too

Re: [Python-modules-team] pytest/3.0.3 jessie backport

2016-10-24 Thread Tristan Seligmann
Fine by me as well. A little note about the tests: the test suite is not run at build time since it tends to fail too often for performance reasons, but there are autopkgtest tests which should work well to verify the working of the package. On Mon, 24 Oct 2016 at 22:22 Vincent Bernat

[Python-modules-team] Bug#835543: python-pip-whl: Unable to create virtualenv

2016-08-26 Thread Tristan Seligmann
Package: python-pip-whl Version: 8.1.2-2 Severity: important File "/usr/share/python-wheels/pip-8.1.2-py2.py3-none-any.whl/pip/__init__.py", line 21, in from pip._vendor.requests.packages.urllib3.exceptions import DependencyWarning ImportError: cannot import name 'DependencyWarning'

[Python-modules-team] Bug#816735: python-flake8: Missing dependency on python-pep8

2016-03-04 Thread Tristan Seligmann
Package: python-flake8 Version: 2.2.2-1 Severity: important There is a dependency on pep8, but this is not sufficient (pep8 only pulls in python3-pep8): mithrandi@lorien ~> flake8 --version Traceback (most recent call last): File "/usr/bin/flake8", line 5, in from pkg_resources import

[Python-modules-team] Bug#810643: python-axiom: FTBFS: test_sequence.TestSequenceOperations.test_slices: Second list contains 3 additional elements.

2016-01-12 Thread Tristan Seligmann
Control: forwarded -1 https://github.com/twisted/axiom/issues/56 These test failures are caused by sqlite3 3.10.0-1 being built with the SQLITE_LIKE_DOESNT_MATCH_BLOBS compile-time option activated, which breaks startswith/endswith on blob columns. I've opened an issue upstream to deal with this,

[Python-modules-team] Bug#808763: Running pytest

2015-12-23 Thread Tristan Seligmann
If you want to run pytest with a particular version of python, then "pythonX.Y -m pytest" is a much better way than relying on the py.test-X.Y scripts. ___ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org

[Python-modules-team] Bug#789670: Dropping python-pies2overrides

2015-09-18 Thread Tristan Seligmann
Since frosted is the only reverse dep of python-pies, and it can use python3-pies instead, how about just dropping python-pies/python-pies2overrides completely? ___ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org

[Python-modules-team] Bug#799278: python-cffi: Non-deterministic results with anonymous unions/structs

2015-09-17 Thread Tristan Seligmann
Package: python-cffi Version: 1.1.2-1 Severity: minor Tags: upstream fixed-upstream When an anonymous union or struct is encountered, for example the union in: typedef struct { union { int a; char b; } u } mystruct; CFFI internally gives this a name like "$1". However,

[Python-modules-team] Bug#797977: pytest: Provide pypy package

2015-09-04 Thread Tristan Seligmann
Source: pytest Version: 2.7.2-2 Severity: wishlist This would involve a pypy-pytest package, as well as possibly a py.test-pypy binary or something like this (not sure exactly what to call it). I would like this to be able to run py.test-based test suites in various pypy-* packages. -- System

[Python-modules-team] Bug#731576: testrepository: New upstream release: 0.0.18

2013-12-06 Thread Tristan Seligmann
Package: testrepository Version: 0.0.17-1 Severity: wishlist There is a new release of testrepository available, 0.0.18. I see DPMT is set as Maintainer of the package, but I couldn't find where the packaging is maintained (doesn't seem to be in DPMT SVN). If you could point me in the right

[Python-modules-team] Bug#719700: python-virtualenv: New upstream version: 1.10.1

2013-08-14 Thread Tristan Seligmann
Package: python-virtualenv Version: 1.9.1-1 Severity: wishlist https://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.10.1.tar.gz -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64)

[Python-modules-team] Bug#710164: Embedded pip

2013-08-14 Thread Tristan Seligmann
Note that as of virtualenv 1.9, the embedded copy of pip is new enough that it does not suffer from this vulnerability. I'm leaving the security tag, as older versions of virtualenv are still affected, and leaving the severity as the embedded copy of pip is still problematic. Unfortunately, I

[Python-modules-team] Bug#710164: cloning 710164, retitle -1 to python-virtualenv: Embedded copies of pip and setuptools, tagging -1

2013-08-14 Thread Tristan Seligmann
# On second thought, I'm cloning this bug to track the security issue and the # embedded copy issue separately, as the security issue is no longer present in # newer versions of virtualenv. clone 710164 -1 retitle -1 python-virtualenv: Embedded copies of pip and setuptools tags -1 - security

[Python-modules-team] Bug#713076: FTBFS

2013-06-22 Thread Tristan Seligmann
This failure looks like it is caused by the test suite using twisted.python.log.flushErrors which was previously deprecated in Twisted and is now removed (replaced by TestCase.flushLoggedErrors, I believe). I will probably work on a fix upstream in order to get a new version released ASAP. --

[Python-modules-team] Bug#564373: epsilon: FTBFS: tests failed

2010-01-10 Thread Tristan Seligmann
On Sat, Jan 9, 2010 at 4:31 PM, Vincent Bernat ber...@debian.org wrote: This is fixed in 0.6.0. I have commited 0.6.0 in SVN. I am not uploading it now  since I don't  use epsilon  at the moment  and may be  unable to catch some runtime bug. Maybe Tristan could upload it. IANADD so I can't

[Python-modules-team] Bug#520338: Resolution

2009-04-22 Thread Tristan Seligmann
On Wed, Apr 22, 2009 at 8:55 PM, Vincent Bernat ber...@debian.org wrote: Therefore 3.6.12 should be fine.  Maybe, we could conflict with previous version of sqlite?  libsqlite3-0 ( 3.6) | libsqlite3-0 (= 3.6.12) This is rather awkward. I've added a Conflicts: libsqlite3-0 ( 3.6.12) in SVN; I'm

[Python-modules-team] Bug#520341: Resolution

2009-04-16 Thread Tristan Seligmann
It looks like the sqlite3 change that introduced these issues was reverted in a later version; INDEXED is no longer a keyword. Thus, a bumped dependency should take care of this problem; I'll try to track down exactly what version is required later today, and get a fixed version uploaded ASAP. --

[Python-modules-team] Bug#521663: epsilon: exceptions.IOError: [Errno 13] Permission denied

2009-03-30 Thread Tristan Seligmann
severity 521663 normal reassign 521663 python-nevow retitle 521663 python-nevow: postinst regenerates plugin cache before invoking pycentral pkginstall thanks On Mon, Mar 30, 2009 at 9:07 AM, Marco Rodrigues goth...@sapo.pt wrote: You can't reproduce it? I'm using a clean pbuilder. I did

[Python-modules-team] Bug#520338: Status update

2009-03-19 Thread Tristan Seligmann
Just a quick status update for anyone tracking this bug. I'm trying to get a patch merged for this upstream, see the upstream bug report: http://divmod.org/trac/ticket/2770 Once this has been merged, I will include the final version of the patch in a new python-axiom version. Please do /not/

Re: [Python-modules-team] r7926 - in packages/python-axiom/trunk/debian (5 files)

2009-03-18 Thread Tristan Seligmann
On Wed, Mar 18, 2009 at 11:21 PM, Vincent Bernat ber...@debian.org wrote: The patch is not complete: upgrading from old databases still fail. Please don't upload a package based on this patch; it's highly likely that the patch that will be applied upstream will involve quoting all column names,

[Python-modules-team] Bug#520340: Ship examples in /usr/share/doc/python-axiom/examples

2009-03-18 Thread Tristan Seligmann
On Wed, Mar 18, 2009 at 10:44 PM, Vincent Bernat ber...@debian.org wrote: I also think that unittests should not be shipped with other python files. Most users are not interested in them and they are all run during build. Running the unit tests is the only way to verify that the package is