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
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
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
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
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
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:
>
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
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
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,
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
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.
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
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
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
# 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
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'
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
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
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
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
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.
--
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
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
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
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
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
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
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
* 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
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
* 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
31 matches
Mail list logo