Mercurial > p > roundup > code
comparison setup.py @ 3555:91c495476db3 1.1.0
pre-release stuff and test fix
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 10 Feb 2006 00:16:13 +0000 |
| parents | 07072b1b796c |
| children | 503d4c10f1f8 |
comparison
equal
deleted
inserted
replaced
| 3554:5e70726a86dd | 3555:91c495476db3 |
|---|---|
| 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.87 2006-02-05 02:41:09 richard Exp $ | 19 # $Id: setup.py,v 1.88 2006-02-10 00:16:12 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.file_util import write_file | 23 from distutils.file_util import write_file |
| 24 from distutils.command.bdist_rpm import bdist_rpm | 24 from distutils.command.bdist_rpm import bdist_rpm |
| 349 from Ka-Ping Yee in the Software Carpentry "Track" design competition. | 349 from Ka-Ping Yee in the Software Carpentry "Track" design competition. |
| 350 | 350 |
| 351 If you're upgrading from an older version of Roundup you *must* follow | 351 If you're upgrading from an older version of Roundup you *must* follow |
| 352 the "Software Upgrade" guidelines given in the maintenance documentation. | 352 the "Software Upgrade" guidelines given in the maintenance documentation. |
| 353 | 353 |
| 354 Features in this release: | 354 Feature: |
| 355 | 355 |
| 356 - scripts/import_sf.py will import a tracker from Sourceforge.NET | 356 - trackers may configure custom stop-words for the full-text indexer |
| 357 - added hasRole('Role Name') to HTMLUser | 357 - login may now be for a single session (and this is the default) |
| 358 | 358 - trackers may hide exceptions from web users (they will be mailed to the |
| 359 Fixed in this release: | 359 tracker admin) (hiding is the default) |
| 360 | 360 - include "clear this message" link in the "ok" message bar |
| 361 - SQL generation for sort/group by separate Link properties (sf bug | 361 |
| 362 1417565) | 362 Fixed: |
| 363 - fix timezone offsetting in email Date: header | 363 |
| 364 - fix security check for hasPermission('Permission', None) | 364 - fixes in scripts/import_sf.py |
| 365 - fix some unicode bugs in roundup-admin import | |
| 366 - Xapian indexer wasn't actually being used and its reindexing of existing | |
| 367 data was busted to boot | |
| 368 - roundup-admin import wasn't indexing message content | |
| 369 - allow dispname to be passed to renderWith (sf bug 1424587) | |
| 370 - rename dispname to @dispname to avoid name clashes in the future | |
| 371 - fixed schema migration problem when Class keys were removed | |
| 365 ''', | 372 ''', |
| 366 'author': "Richard Jones", | 373 'author': "Richard Jones", |
| 367 'author_email': "richard@users.sourceforge.net", | 374 'author_email': "richard@users.sourceforge.net", |
| 368 'url': 'http://roundup.sourceforge.net/', | 375 'url': 'http://roundup.sourceforge.net/', |
| 369 'download_url': 'http://sourceforge.net/project/showfiles.php?group_id=31577', | |
| 370 'packages': packagelist, | 376 'packages': packagelist, |
| 371 'classifiers': [ | 377 'classifiers': [ |
| 372 'Development Status :: 5 - Production/Stable', | 378 'Development Status :: 5 - Production/Stable', |
| 373 'Environment :: Console', | 379 'Environment :: Console', |
| 374 'Environment :: Web Environment', | 380 'Environment :: Web Environment', |
