Mercurial > p > roundup > code
comparison setup.py @ 3311:8833a5919a37 maint-0.7
tweaks
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 02 May 2005 05:58:15 +0000 |
| parents | 5c992b989ad4 |
| children |
comparison
equal
deleted
inserted
replaced
| 3308:c7c25f2103b2 | 3311:8833a5919a37 |
|---|---|
| 14 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 14 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 15 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" | 15 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" |
| 16 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, | 16 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
| 17 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. | 17 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
| 18 # | 18 # |
| 19 # $Id: setup.py,v 1.64.2.11 2004-11-29 02:02:06 anthonybaxter Exp $ | 19 # $Id: setup.py,v 1.64.2.12 2005-05-02 05:58:15 richard Exp $ |
| 20 | 20 |
| 21 from distutils.core import setup, Extension | 21 from distutils.core import setup, Extension |
| 22 from distutils.util import get_platform | 22 from distutils.util import get_platform |
| 23 from distutils.command.build_scripts import build_scripts | 23 from distutils.command.build_scripts import build_scripts |
| 24 from distutils.command.build import build | 24 from distutils.command.build import build |
| 214 from Ka-Ping Yee in the Software Carpentry "Track" design competition. | 214 from Ka-Ping Yee in the Software Carpentry "Track" design competition. |
| 215 | 215 |
| 216 If you're upgrading from an older version of Roundup you *must* follow | 216 If you're upgrading from an older version of Roundup you *must* follow |
| 217 the "Software Upgrade" guidelines given in the maintenance documentation. | 217 the "Software Upgrade" guidelines given in the maintenance documentation. |
| 218 | 218 |
| 219 This is a bug fix release (with one feature cleaning up an API | 219 - handle capitalisation of class names in text hyperlinking (sf bug |
| 220 inconsistency): | 220 1101043) |
| 221 | 221 - quote full-text search text in URL generation |
| 222 Feature: | 222 - fixed problem migrating mysql databases |
| 223 - DateHTMLProperty.field() accepts format string (thanks Wil Cooley) | 223 - fix search_checkboxes macro (sf patch 1113828) |
| 224 | 224 - fix bug in date editing in Metakit |
| 225 Fixed: | 225 - allow suppression of search_text in indexargs_form (sf bug 1101548) |
| 226 - popup listing uses filter args (thanks Marlon van den Berg) | 226 - hack to fix some anydbm export problems (sf bug 1081454) |
| 227 - fixed editing of message contents | 227 - ignore AutoReply messages (sf patch 1085051) |
| 228 - loosened the detection of issue cross-references in messages | 228 - fix ZRoundup syntax error (sf bug 1122335) |
| 229 - open CSV files in "universal newline" mode | 229 - fix RDBMS clear() so it resets all class itemid counters |
| 230 - s/Modifed/Modified (thanks donfu) | |
| 231 - applied patch fixing some form handling issues in ZRoundup (thanks Chris | |
| 232 Withers) | |
| 233 - enforce View Permission when serving file content (sf bug 1050470) | |
| 234 - don't index common words (sf bug 1046612) | |
| 235 - set the current username correctly after rego (sf bug 1048398) | |
| 236 - don't wrap query.item.html in a <span> (thanks Roch'e Compaan) | |
| 237 - TAL expressions like 'request/show/whatever' return True | |
| 238 if the request does not contain explicit @columns list | |
| 239 - NumberHTMLProperty should return '' not "None" if not set (thanks | |
| 240 William) | |
| 241 - ensure multilink ordering in RDBMS backends (thanks Marcus Priesch, sf | |
| 242 bug 950963) | |
| 243 - always honor indexme property on Strings (sf patch 1063711) | |
| 244 - make hyperdb value parsing errors readable in mailgw errors | |
| 245 - make anydbm journal export handle removed properties | |
| 246 - allow use of XML templates again | |
| 247 ''', | 230 ''', |
| 248 author = "Richard Jones", | 231 author = "Richard Jones", |
| 249 author_email = "richard@users.sourceforge.net", | 232 author_email = "richard@users.sourceforge.net", |
| 250 url = 'http://roundup.sourceforge.net/', | 233 url = 'http://roundup.sourceforge.net/', |
| 251 download_url = 'http://sourceforge.net/project/showfiles.php?group_id=31577', | 234 download_url = 'http://sourceforge.net/project/showfiles.php?group_id=31577', |
| 252 packages = packagelist, | 235 packages = packagelist, |
| 253 classifiers = [ | 236 classifiers = [ |
| 254 'Development Status :: 4 - Beta', | 237 'Development Status :: 5 - Production/Stable', |
| 255 'Environment :: Console', | 238 'Environment :: Console', |
| 256 'Environment :: Web Environment', | 239 'Environment :: Web Environment', |
| 257 'Intended Audience :: End Users/Desktop', | 240 'Intended Audience :: End Users/Desktop', |
| 258 'Intended Audience :: Developers', | 241 'Intended Audience :: Developers', |
| 259 'Intended Audience :: System Administrators', | 242 'Intended Audience :: System Administrators', |
