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

2018-02-19 Thread Tristan Seligmann
Seligmann 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 salsa.debian.org * d/copyright: Fix Format URL to correct one . [ Tristan

[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 appreciated :) I'm plann

[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 second opinion, since he

[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 versio

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 wide, as it happene

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 wrote: >

[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' Not

[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 load

[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 http://lists.alioth.de

[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 http://lists.

[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, th

[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 Inf

[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 direc

[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 thanks

[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 don'

[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) F

[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. -- mit

[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 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 upload the package

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

2009-04-22 Thread Tristan Seligmann
On Wed, Apr 22, 2009 at 8:55 PM, Vincent Bernat 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 not sure I

[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 wrote: > You can't reproduce it? I'm using a clean pbuilder. I did eventually manage to

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

2009-03-29 Thread Tristan Seligmann
On Sun, Mar 29, 2009 at 11:45 AM, Marco Rodrigues wrote: > Package: epsilon > Severity: serious > > I got this traceback when rebuilding the package at sid. Can you be more specific about what part of the process this traceback occurred at? -- mithrandi, i Ainil en-Balandor, a faer Ambar

[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/ upl

[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 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 correctly working

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:37 PM, Vincent Bernat wrote: > As a work-around, in commit 7928,  I have just skipped unittests for the > whole test/historic directory. This  is just a suggestion, maybe someone > has a better idea? I think that's fine for now; we can probably leave it like that until

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 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, not just "indexe

[Python-modules-team] Bug#514873: python-axiom: Plugin cache is handled incorrectly

2009-02-11 Thread Tristan Seligmann
Package: python-axiom Version: 0.5.27-1 Severity: normal Currently python-axiom installs a dropin.cache file directly; this doesn't really make any sense. The file should be excluded from the package, and there should be some mechanism to regenerate the plugin cache in the postinst of any package

Re: [Python-modules-team] Bug#475897: python-celementtree: can't coexist with default python being 2.5

2008-04-14 Thread Tristan Seligmann
* Adeodato Simó <[EMAIL PROTECTED]> [2008-04-13 20:16:06 +0200]: > Package: python-celementtree > Version: 1.0.5-9 > Severity: serious > > Hello, guys. > > Current packaging of python-celementtree doesn't allow for it to be > installed with default python being 2.5. This means that either it has

[Python-modules-team] Bug#470337: python-axiom: FTBFS: failed tests

2008-03-10 Thread Tristan Seligmann
package python-axiom severity 470337 important thanks * Lucas Nussbaum <[EMAIL PROTECTED]> [2008-03-10 17:52:13 +0100]: > > === > > [FAIL]: axiom.test.test_scheduler.SubSchedulerTests.test_scheduler > > > > Traceback (mo

Re: [Python-modules-team] On team maintainership of DPMT (PAPT) packages

2008-03-09 Thread Tristan Seligmann
* Piotr Ożarowski <[EMAIL PROTECTED]> [2008-03-09 19:27:01 +0100]: > Unless I'm wrong[0], I don't see a need to change the policy. INAL, but > I think the policy allows me to do above (nasty) things :-) I don't really think any of this is a problem, providing people stick to common sense; for exa