Bug#478134: marked as done (TurboGears refusing to support SQLObject version where it should)

2008-05-10 Thread Debian Bug Tracking System

Your message dated Sat, 10 May 2008 21:47:05 +
with message-id [EMAIL PROTECTED]
and subject line Bug#478134: fixed in turbogears 1.0.4.4-1
has caused the Debian Bug report #478134,
regarding TurboGears refusing to support SQLObject version where it should
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.)


-- 
478134: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478134
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: python-turbogears
Version: 1.0.4.3-1

Hi,
TurboGears projects refuse to start complaining I don't have the right
SQLObject version. Here is a sample :
'''
% tg-admin quickstart
Enter project name: mytest
Enter package name [mytest]:
Do you need Identity (usernames/passwords) in this project? [no]
[snip]
% cd mytest
% ./start-mytest.py
Traceback (most recent call last):
  File ./start-mytest.py, line 15, in module
start()
  File /tmp/mytest/mytest/commands.py, line 50, in start
from mytest.controllers import Root
  File /tmp/mytest/mytest/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'))
%
'''
I have the latest versions of python, turbogears, sqlobject and
setuptools available in sid, but no conflicts are reported in
aptitude.
TurboGears 1.0.4.3 is supposed to support SQLObject 0.10 : see
http://trac.turbogears.org/wiki/ChangeLog#a1.0.4.3January312008: .

thanks


---End Message---
---BeginMessage---
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 

Bug#478134: marked as done (TurboGears refusing to support SQLObject version where it should)

2008-05-10 Thread Debian Bug Tracking System

Your message dated Sat, 10 May 2008 21:47:05 +
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 refusing to support SQLObject version where it should
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
---BeginMessage---
Package: python-turbogears
Version: 1.0.4.3-1

Hi,
TurboGears projects refuse to start complaining I don't have the right
SQLObject version. Here is a sample :
'''
% tg-admin quickstart
Enter project name: mytest
Enter package name [mytest]:
Do you need Identity (usernames/passwords) in this project? [no]
[snip]
% cd mytest
% ./start-mytest.py
Traceback (most recent call last):
  File ./start-mytest.py, line 15, in module
start()
  File /tmp/mytest/mytest/commands.py, line 50, in start
from mytest.controllers import Root
  File /tmp/mytest/mytest/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'))
%
'''
I have the latest versions of python, turbogears, sqlobject and
setuptools available in sid, but no conflicts are reported in
aptitude.
TurboGears 1.0.4.3 is supposed to support SQLObject 0.10 : see
http://trac.turbogears.org/wiki/ChangeLog#a1.0.4.3January312008: .

thanks


---End Message---
---BeginMessage---
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