I have a few points for the new release where I would like to hear
other people opinion,
also if there is anything I can do to help with the release process let me know.

I was thinking about the idea of having a bunch of "fake packages"
like "tgproject-sqla", "tgproject-ming" and so on so that people can
place as a dependency for their project in setup.py.
Having "tgproject-sqla==2.1.1" would provide all the right packages
when they run setup.py instead of having to specify one by one the
required packages.
This also helps us when we want to change pieces of TG that are
provided by the quickstart template and makes easier to upgrade a
project to a new version of TG as it would be possible to just change
the version number of that package instead of having to look around
for the version to use for each and every package.
What do you guys think about this?

Also, as we faced a few issues with dependencies I was considering if
it might not help improving the experience of users having the precise
version specified for all the dependencies inside the TG package. This
is actually more difficult for us to maintain, but should totally
remove the need for the local index and should avoid future issues
like the webob one.

What should we do for the debugbar?
Should we release an alpha with TG2.1.4 even though it requires a
custom release of ming or should we wait for a new ming release?
(My patch for Cursor hooks has been merged, but a new release might
not happen soon).

Does anyone know if there is any known issue for TG with SQLA0.7?
The debugbar requires it to work and I tested it only on simple
projects (slightly modified quickstart),
most of my big projects are already on production and so still use 0.5 and 0.6.

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en.

Reply via email to