[Python-modules-commits] r1310 - in /packages/turbogears/trunk/debian: changelog patches/01_disable_requirements.diff patches/02_fix_toolbox_configuration.diff patches/03_fix_admi18n.diff

kov at users.alioth.debian.org kov at users.alioth.debian.org
Sat Aug 26 21:26:50 UTC 2006


Author: kov
Date: Sat Aug 26 21:26:48 2006
New Revision: 1310

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1310
Log:
new version

Removed:
    packages/turbogears/trunk/debian/patches/02_fix_toolbox_configuration.diff
    packages/turbogears/trunk/debian/patches/03_fix_admi18n.diff
Modified:
    packages/turbogears/trunk/debian/changelog
    packages/turbogears/trunk/debian/patches/01_disable_requirements.diff

Modified: packages/turbogears/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/trunk/debian/changelog?rev=1310&op=diff
==============================================================================
--- packages/turbogears/trunk/debian/changelog (original)
+++ packages/turbogears/trunk/debian/changelog Sat Aug 26 21:26:48 2006
@@ -1,3 +1,15 @@
+turbogears (0.9a9-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * debian/patches/01_disable_requirements.diff:
+  - updated
+  * debian/patches/{02_fix_toolbox_configuration.diff,03_fix_admi18n.diff}:
+  - removed; fixes included in upstream code
+  * got the docs from the previous tarball since this new tarball does not
+    provide them;
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Sat, 26 Aug 2006 18:15:25 -0300
+
 turbogears (0.9a8-3) experimental; urgency=low
 
   * debian/control:

Modified: packages/turbogears/trunk/debian/patches/01_disable_requirements.diff
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/trunk/debian/patches/01_disable_requirements.diff?rev=1310&op=diff
==============================================================================
--- packages/turbogears/trunk/debian/patches/01_disable_requirements.diff (original)
+++ packages/turbogears/trunk/debian/patches/01_disable_requirements.diff Sat Aug 26 21:26:48 2006
@@ -1,5 +1,5 @@
---- setup.py~	2006-07-21 08:45:57.000000000 -0300
-+++ setup.py	2006-07-22 13:45:54.000000000 -0300
+--- setup.py~	2006-08-17 18:55:57.000000000 -0300
++++ setup.py	2006-08-26 18:07:45.000000000 -0300
 @@ -1,5 +1,5 @@
 -from ez_setup import use_setuptools
 -use_setuptools()
@@ -8,26 +8,40 @@
  from setuptools import setup, find_packages
  from pkg_resources import DistributionNotFound
  
-@@ -34,14 +34,14 @@
+@@ -34,21 +34,21 @@
  The latest development version is available in <a href="http://www.turbogears.org/svn/turbogears/trunk#egg=turbogears-dev">the TurboGears subversion repository</a>.""",
      url="http://www.turbogears.org",
      zip_safe=False,
--    install_requires = ["TurboJson >= 0.9.4", "TurboCheetah >= 0.9.5",
+-    install_requires = [
+-        "TurboJson >= 0.9.9", 
+-        "TurboCheetah >= 0.9.5",
 -        "TurboKid >= 0.9.8",
 -        "CherryPy >= 2.2.1",
--        "SQLObject >= 0.7.1dev_r1457, < 0.7.99", "simplejson >= 1.3",
--        "elementtree >= 1.2.6", "PasteScript >= 0.5.1",
--        "cElementTree >= 1.0.5", "FormEncode >= 0.5.1",
--        "setuptools >= 0.6a11",
--        "RuleDispatch", "ConfigObj >= 4.3.0", "nose >= 0.8"],
-+    #install_requires = ["TurboJson >= 0.9.4", "TurboCheetah >= 0.9.5",
+-        "SQLObject==bugfix,>=0.7.1dev-r1860,<=0.7.99",
+-        "simplejson >= 1.3",
+-        "elementtree >= 1.2.6", 
+-        "PasteScript >= 0.9.7",
+-        "cElementTree >= 1.0.5", 
+-        "FormEncode >= 0.5.1",
+-        "setuptools >= 0.6c1",
+-        "RuleDispatch", 
+-        "ConfigObj >= 4.3.2", 
+-        "nose >= 0.9"],
++    #install_requires = [
++    #    "TurboJson >= 0.9.9", 
++    #    "TurboCheetah >= 0.9.5",
 +    #    "TurboKid >= 0.9.8",
 +    #    "CherryPy >= 2.2.1",
-+    #    "SQLObject >= 0.7.1dev_r1457, < 0.7.99", "simplejson >= 1.3",
-+    #    "elementtree >= 1.2.6", "PasteScript >= 0.5.1",
-+    #    "cElementTree >= 1.0.5", "FormEncode >= 0.5.1",
-+    #    "setuptools >= 0.6a11",
-+    #    "RuleDispatch", "ConfigObj >= 4.3.0", "nose >= 0.8"],
++    #    "SQLObject==bugfix,>=0.7.1dev-r1860,<=0.7.99",
++    #    "simplejson >= 1.3",
++    #    "elementtree >= 1.2.6", 
++    #    "PasteScript >= 0.9.7",
++    #    "cElementTree >= 1.0.5", 
++    #    "FormEncode >= 0.5.1",
++    #    "setuptools >= 0.6c1",
++    #    "RuleDispatch", 
++    #    "ConfigObj >= 4.3.2", 
++    #    "nose >= 0.9"],
      packages=find_packages(),
      include_package_data=True,
      exclude_package_data={"thirdparty" : ["*"]},




More information about the Python-modules-commits mailing list