Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 498664 - dev-python/django-debug-toolbar-{0.10.2,0.11.0} version bump
Summary: dev-python/django-debug-toolbar-{0.10.2,0.11.0} version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ian Delaney (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-20 09:48 UTC by neko259
Modified: 2014-01-23 09:58 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description neko259 2014-01-20 09:48:49 UTC
Current version 0.9.4-r1 is not compatible to current django-1.6.1

Reproducible: Always
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2014-01-22 02:04:08 UTC
(In reply to neko259 from comment #0)
> Current version 0.9.4-r1 is not compatible to current django-1.6.1
> 
> Reproducible: Always

I'll bump it, but;

    install_requires=[
        'django>=1.4.2,<1.6',
        'sqlparse',

so it appears neither is this one.  I needs the;
[U] dev-python/django
     Installed versions:  1.5.4

so I am guessing you assumed this one would work with django-1.6.1.
eeer, I think poke upstream @ django-debug-toolbar to make a version that is 
compatible to current django-1.6.1.
It's opensource, this happens.
Comment 2 neko259 2014-01-22 06:30:02 UTC
(In reply to Ian Delaney from comment #1)
> 
>     install_requires=[
>         'django>=1.4.2,<1.6',
>         'sqlparse',
> 
> so it appears neither is this one.  I needs the;
> [U] dev-python/django
>      Installed versions:  1.5.4
> 
> so I am guessing you assumed this one would work with django-1.6.1.
> eeer, I think poke upstream @ django-debug-toolbar to make a version that is 
> compatible to current django-1.6.1.
> It's opensource, this happens.

I've built 0.10.2 and it works with django 1.6.1 just fine. Current version 0.9.5 seemed to be working with 1.6, but not with 1.6.1
Comment 3 Ian Delaney (RETIRED) gentoo-dev 2014-01-23 09:58:24 UTC
(In reply to neko259 from comment #2)

> 
> I've built 0.10.2 and it works with django 1.6.1 just fine. 

well Ive not tried it myself but I'm a maintainer of python packages not a general user.  While the point is already known to you, you can ponder whether to inform upstream that 

       'django>=1.4.2,<1.6',
warrants a 1 char edit to
       'django>=1.4.2,<1.7',
in setup.py, however considering there is a django-debug-toolbar-0.11.0 it rather makes the exercise moot.

> Current version
> 0.9.5 seemed to be working with 1.6, but not with 1.6.1

right

The django-debug-toolbar appears to be under some serious dev. compared to the rest of the django-fleet.  django-debug-toolbar didn't even register on 
http://euscan.iksaif.net/categories/dev-python/
and as an app only told me of 0.10.0.  However;

*django-debug-toolbar-0.11.0 (23 Jan 2014)
*django-debug-toolbar-0.10.2 (23 Jan 2014)

  23 Jan 2014; Ian Delaney <idella4@gentoo.org>
  +django-debug-toolbar-0.10.2.ebuild, +django-debug-toolbar-0.11.0.ebuild,
  -django-debug-toolbar-0.9.4-r1.ebuild, django-debug-toolbar-0.10.0.ebuild:
  -0.10.2: add missing dep for doc build, bumps: -0.11.0; update deps, rm tests
  folder (prior to install) due to file collisions