Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 470664 - =dev-python/django-compressor-1.3 new release broken; AttributeError: in compressor/conf.py
Summary: =dev-python/django-compressor-1.3 new release broken; AttributeError: in comp...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL: https://github.com/jezdez/django_comp...
Whiteboard:
Keywords: Bug, TESTED
Depends on:
Blocks:
 
Reported: 2013-05-19 15:15 UTC by Ian Delaney (RETIRED)
Modified: 2013-05-29 11:55 UTC (History)
0 users

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 Ian Delaney (RETIRED) gentoo-dev 2013-05-19 15:15:34 UTC
* python2_7: running distutils-r1_run_phase python_test
Traceback (most recent call last):
  File "compressor/tests/test_base.py", line 10, in <module>
    from compressor.base import SOURCE_HUNK, SOURCE_FILE
  File "/mnt/gen2/TmpDir/portage/dev-python/django-compressor-1.3/work/django_compressor-1.3-python2_7/lib/compressor/base.py", line 13, in <module>
    from compressor.cache import get_hexdigest, get_mtime
  File "/mnt/gen2/TmpDir/portage/dev-python/django-compressor-1.3/work/django_compressor-1.3-python2_7/lib/compressor/cache.py", line 13, in <module>
    from compressor.conf import settings
  File "/mnt/gen2/TmpDir/portage/dev-python/django-compressor-1.3/work/django_compressor-1.3-python2_7/lib/compressor/conf.py", line 8, in <module>
    class CompressorConf(AppConf):
  File "/usr/lib64/python2.7/site-packages/appconf/base.py", line 72, in __new__
    new_class._configure()
  File "/usr/lib64/python2.7/site-packages/appconf/base.py", line 101, in _configure
    value = callback(value)
  File "/mnt/gen2/TmpDir/portage/dev-python/django-compressor-1.3/work/django_compressor-1.3-python2_7/lib/compressor/conf.py", line 83, in configure_url
    if not value.endswith('/'):
AttributeError: 'NoneType' object has no attribute 'endswith'

Monitoring by upstream appears most spamodic
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2013-05-29 11:55:20 UTC
Have a working test phase.

  29 May 2013; Ian Delaney <idella4@gentoo.org> +django-compressor-1.3.ebuild,
  -django-compressor-1.1.2.ebuild:
  bump, update of deps, remove old, closes Bug #470664