Your message dated Sat, 10 May 2008 21:47:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#479713: fixed in turbogears 1.0.4.4-1
has caused the Debian Bug report #479713,
regarding Turbogears default installation is inconsistent
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
479713: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479713
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: python-turbogears
Version: 1.0.4.3-1
Severity: serious
After a default-installation of python-turbogears, a default project
doesn't start because of conflicting versions of pysql-sqlobject.
Duplicate of bug 478134 ?
$ tg-admin quickstart
Enter project name: test1
Enter package name [test1]:
Do you need Identity (usernames/passwords) in this project? [no]
Selected and implied templates:
TurboGears#tgbase tg base template
TurboGears#turbogears web framework
Variables:
egg: test1
elixir: False
identity: none
package: test1
project: test1
sqlalchemy: False
sqlobject: True
sqlobjectversion: SQLObject>=0.8,<0.10dev
Creating template tgbase
Creating directory ./test1
Recursing into +einame+.egg-info
Creating ./test1/test1.egg-info/
Copying PKG-INFO to ./test1/test1.egg-info/PKG-INFO
Copying paster_plugins.txt to ./test1/test1.egg-info/paster_plugins.txt
Copying sqlobject.txt_tmpl to ./test1/test1.egg-info/sqlobject.txt
Recursing into +package+
Creating ./test1/test1/
Copying __init__.py to ./test1/test1/__init__.py
Copying release.py_tmpl to ./test1/test1/release.py
Recursing into static
Creating ./test1/test1/static/
Recursing into css
Creating ./test1/test1/static/css/
Skipping file
/var/lib/python-support/python2.5/turbogears/qstemplates/qsbase/+package+/static/css/empty_tmpl
Recursing into images
Creating ./test1/test1/static/images/
Copying favicon.ico to ./test1/test1/static/images/favicon.ico
Copying tg_under_the_hood.png to
./test1/test1/static/images/tg_under_the_hood.png
Copying under_the_hood_blue.png to
./test1/test1/static/images/under_the_hood_blue.png
Recursing into javascript
Creating ./test1/test1/static/javascript/
Skipping file
/var/lib/python-support/python2.5/turbogears/qstemplates/qsbase/+package+/static/javascript/empty_tmpl
Recursing into templates
Creating ./test1/test1/templates/
Copying __init__.py to ./test1/test1/templates/__init__.py
Copying __init__.py to ./test1/__init__.py
Creating template turbogears
Recursing into +package+
./test1/test1/__init__.py already exists (same content)
Copying commands.py_tmpl to ./test1/test1/commands.py
Recursing into config
Creating ./test1/test1/config/
Copying __init__.py to ./test1/test1/config/__init__.py
Copying app.cfg_tmpl to ./test1/test1/config/app.cfg
Copying log.cfg_tmpl to ./test1/test1/config/log.cfg
Copying controllers.py_tmpl to ./test1/test1/controllers.py
Copying json.py_tmpl to ./test1/test1/json.py
Copying model.py_tmpl to ./test1/test1/model.py
Recursing into static
Recursing into css
Copying style.css to ./test1/test1/static/css/style.css
Recursing into images
Copying header_inner.png to
./test1/test1/static/images/header_inner.png
Copying info.png to ./test1/test1/static/images/info.png
Copying ok.png to ./test1/test1/static/images/ok.png
Recursing into templates
Copying login.kid to ./test1/test1/templates/login.kid
Copying master.kid to ./test1/test1/templates/master.kid
Copying welcome.kid to ./test1/test1/templates/welcome.kid
Recursing into tests
Creating ./test1/test1/tests/
Copying __init__.py to ./test1/test1/tests/__init__.py
Copying test_controllers.py_tmpl to
./test1/test1/tests/test_controllers.py
Copying test_model.py_tmpl to ./test1/test1/tests/test_model.py
Copying README.txt_tmpl to ./test1/README.txt
./test1/__init__.py already exists (same content)
Copying dev.cfg_tmpl to ./test1/dev.cfg
Copying sample-prod.cfg_tmpl to ./test1/sample-prod.cfg
Copying setup.py_tmpl to ./test1/setup.py
Copying start-+package+.py_tmpl to ./test1/start-test1.py
Copying test.cfg_tmpl to ./test1/test.cfg
Running /usr/bin/python setup.py egg_info
Adding TurboGears to paster_plugins.txt
running egg_info
writing requirements to test1.egg-info/requires.txt
writing test1.egg-info/PKG-INFO
writing top-level names to test1.egg-info/top_level.txt
writing dependency_links to test1.egg-info/dependency_links.txt
writing entry points to test1.egg-info/entry_points.txt
reading manifest file 'test1.egg-info/SOURCES.txt'
writing manifest file 'test1.egg-info/SOURCES.txt'
$ test1/start-test1.py
Traceback (most recent call last):
File "test1/start-test1.py", line 15, in <module>
start()
File "/home/armin/tmp/tg/test1/test1/commands.py", line 50, in start
from test1.controllers import Root
File "/home/armin/tmp/tg/test1/test1/controllers.py", line 5, in <module>
pkg_resources.require("SQLObject>=0.8,<0.10dev")
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 626, in
require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 528, in
resolve
raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (SQLObject 0.10.0
(/usr/lib/python2.5/site-packages),
Requirement.parse('SQLObject>=0.8,<0.10dev'))
$ dpkg --list python-sqlobject
Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
uppercase=bad)
||/ Name Version
Description
+++-================================-================================-================================================================================
ii python-sqlobject 0.10.0-1
Python module for SQLObject
--- End Message ---
--- Begin Message ---
Source: turbogears
Source-Version: 1.0.4.4-1
We believe that the bug you reported is fixed in the latest version of
turbogears, which is due to be installed in the Debian FTP archive:
python-turbogears_1.0.4.4-1_all.deb
to pool/main/t/turbogears/python-turbogears_1.0.4.4-1_all.deb
turbogears_1.0.4.4-1.diff.gz
to pool/main/t/turbogears/turbogears_1.0.4.4-1.diff.gz
turbogears_1.0.4.4-1.dsc
to pool/main/t/turbogears/turbogears_1.0.4.4-1.dsc
turbogears_1.0.4.4.orig.tar.gz
to pool/main/t/turbogears/turbogears_1.0.4.4.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Gustavo Noronha Silva <[EMAIL PROTECTED]> (supplier of updated turbogears
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 10 May 2008 18:08:44 -0300
Source: turbogears
Binary: python-turbogears
Architecture: source all
Version: 1.0.4.4-1
Distribution: unstable
Urgency: low
Maintainer: Gustavo Noronha Silva <[EMAIL PROTECTED]>
Changed-By: Gustavo Noronha Silva <[EMAIL PROTECTED]>
Description:
python-turbogears - Python-based web framework
Closes: 468708 476225 478134 479713
Changes:
turbogears (1.0.4.4-1) unstable; urgency=low
.
* New upstream release
* debian/control:
- replaced the dependency on python-setuptools for a dependency on
python-pkg-resources (Closes: #468708)
* debian/control, debian/patches/01_disable_requirements.diff:
- no longer try to fight the dumb setuptools dependency stuff, we'll
just play along, providing the build system with all the runtime needs
* 03_sqlalchemy_identity_toolbox_fixup.diff:
- updated for new version
* debian/patches/02_sqlalchemy_default_if_no_correct_sqlobject.diff:
- use the actual requirement expression which is defined in setup.py, instead
of hardcoding our own
* debian/control:
- removed the debian revision from all deps and build-deps which were
refering to -1 revisions
- updated turbokid's requirement to 1.0.4
- updated turbojson's requirement to 1.1.2
- updated python-dispatch's requirement to 0.5a.svn20080510
- updated sqlobject's requirement to 0.8
- accept patch by Vincent Bernat <[EMAIL PROTECTED]> to fix celementtree
deps given that python 2.5 already has the module builtin (Closes: #476225)
* debian/patches/04_loosen_sqlobject_requirement.diff:
- make sqlobject requirement be >=0.8, so that it will work with the
version currently in unstable, with which it is supposed to work
(Closes: #479713, #478134)
Checksums-Sha1:
2a67c96d2a8476bb77d4d6e5bdb22dd0bc9d93f5 2169 turbogears_1.0.4.4-1.dsc
7788fb655e3c276cfdd70bd0111989f4d4d140fa 1108722 turbogears_1.0.4.4.orig.tar.gz
eace325148f935fb1c553f8abb7212678f61994a 8904 turbogears_1.0.4.4-1.diff.gz
fb6918a63e199eee204bf99b5706e272978fdb18 1070980
python-turbogears_1.0.4.4-1_all.deb
Checksums-Sha256:
fe37735f50204b0ab05c592840245f578522dba188f05a8527f9b55edea09698 2169
turbogears_1.0.4.4-1.dsc
cc93c2293d6b088cb554e084b8ec35f9ece5d43c436760cf0f6dec1a3318cfae 1108722
turbogears_1.0.4.4.orig.tar.gz
63e41d4bff06a7aa5b706cb2c52a43bf217ba2dd92797d7ebff015faacb4e9db 8904
turbogears_1.0.4.4-1.diff.gz
942a88fb65cf9d3623091f13a88742cfaed2885ab8a56a07b1cf40307f86ebea 1070980
python-turbogears_1.0.4.4-1_all.deb
Files:
09d009c49cc04cde28ea2f29f045f0a5 2169 python optional turbogears_1.0.4.4-1.dsc
a03a66fcf7d687fd7bd4205a01fd21dd 1108722 python optional
turbogears_1.0.4.4.orig.tar.gz
1c014141bf42bcce6160bafcfe28fc43 8904 python optional
turbogears_1.0.4.4-1.diff.gz
f10f400622800a501c59f1d2eb285a23 1070980 python optional
python-turbogears_1.0.4.4-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iQEVAwUBSCYTxdIA6zCg+12mAQIT4wf/T7OCMSE7E2uTUVGjHRs3csNdcKPgCAjv
cLlSJoNnTJv3YmryFesw2grhWQ0mxk/flUWVsLWR54nGrTZ+FUo1uue9O7Zn5w5I
yDAcK72o9p4sB9Z6vAFoZ4gGtzB4H+EJHd0eFdlFqlSPokJZQZGfic2apIyPfsaJ
HKR0S1fA5NdX6HZLbA3+StOgmp3ADnuw1frkOICZ+3VtWsrYZnPP+NUhh2dzcpZs
HdR/2z0A9nJ6GSCrnnL8rvpZyt93SslB5mNp1SDVHs8OquQhOam7TBk5F1vhOX76
uy03s0g8Nhlu0v6JKXFoLk2ey+mqTH/oLNGKY5uQfg1mxZ7I3VcEkQ==
=DaX8
-----END PGP SIGNATURE-----
--- End Message ---