Ticket #1371 (closed defect: fixed)

Opened 2 years ago

Last modified 1 year ago

externals.py points to a non-existing sqlobject branch

Reported by: salty-horse Assigned to: anonymous
Priority: normal Milestone: 1.0.3
Component: TurboGears Version: 1.0.1
Severity: trivial Keywords:
Cc:

Description

The thirdparty/externals.py file on the trunk points to http://svn.colorstudy.com/SQLObject/branches/0.7-bugfix/ which was renamed:

------------------------------------------------------------------------
r2247 | phd | 2007-01-30 11:15:27 +0200 (Tue, 30 Jan 2007) | 2 lines
Changed paths:
   A /SQLObject/branches/0.7 (from /SQLObject/branches/0.7-bugfix:2246)
   D /SQLObject/branches/0.7-bugfix

0.7 branch was anything but bugfix; it has got a lot of new features.

------------------------------------------------------------------------

Change History

04/26/07 16:37:52 changed by salty-horse

Other branches/tags that need updating:

-externals = {"cherrypy" : "http://svn.cherrypy.org/tags/cherrypy-2.2.1/",
+externals = {"cherrypy" : "http://svn.cherrypy.org/tags/cherrypy-3.0.1/",

-"formencode" : "http://svn.colorstudy.com/FormEncode/tags/0.5.1/",
+"formencode" : "http://svn.colorstudy.com/FormEncode/tags/0.7.1/",

-"pastescript" : "http://svn.pythonpaste.org/Paste/Script/tags/0.5.1/",
+"pastescript" : "http://svn.pythonpaste.org/Paste/Script/tags/1.0/",

05/01/07 12:57:01 changed by alberto

  • milestone changed from 1.0.2 to 1.0.3.

07/03/07 17:25:32 changed by faide

  • status changed from new to closed.
  • resolution set to fixed.

done in r3227 (1.0.3dev) and r3228 (1.1dev)