Mercurial > p > roundup > code
comparison setup.py @ 2024:b939c3e78614 maint-0.6 0.6.5
pre-release stuff
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 15 Feb 2004 23:27:44 +0000 |
| parents | 267e4ba89b54 |
| children | 9b452b29a2dc |
comparison
equal
deleted
inserted
replaced
| 2023:e68b3c9a3b78 | 2024:b939c3e78614 |
|---|---|
| 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.55.2.5 2003-12-16 20:58:26 richard Exp $ | 19 # $Id: setup.py,v 1.55.2.6 2004-02-15 23:27:44 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 | 24 |
| 186 long_description = | 186 long_description = |
| 187 '''Roundup is a simple-to-use and -install issue-tracking system with | 187 '''Roundup is a simple-to-use and -install issue-tracking system with |
| 188 command-line, web and e-mail interfaces. It is based on the winning design | 188 command-line, web and e-mail interfaces. It is based on the winning design |
| 189 from Ka-Ping Yee in the Software Carpentry "Track" design competition. | 189 from Ka-Ping Yee in the Software Carpentry "Track" design competition. |
| 190 | 190 |
| 191 The 0.6.4 release fixes some bugs: | 191 The 0.6.5 release fixes some bugs: |
| 192 - fixed date arithmetic to not allow day-of-month == 0 (sf bug 853306) | 192 - mailgw handling of subject-line errors |
| 193 - fixed date arithmetic to limit hours-per-day to 24, not 60 | 193 - allow serving of FileClass file content when the class isn't called |
| 194 - fixed activity displaying as future because of Date arithmetic fix in 0.6.3 | 194 "file" (eg. messages and other FileClasses) |
| 195 (sf bug 842027). | 195 - allowed negative ids (ie. new item markers) in HTMLClass.getItem, |
| 196 - hard-coded python2.3-ism (socket.timeout) fixed | 196 allowing "db/file_with_status/-1/status/menu" to generate a useful |
| 197 - fix Windows service mode for roundup-server (sf bug 819890) | 197 widget |
| 198 - fixed #white in cgitb (thanks Henrik Levkowetz) | 198 - fixed content-type when templates are serving up xml (thanks Godefroid |
| 199 Chapelle) | |
| 200 - fixed IE double-submit when it shouldn't (sf bug 842254) | |
| 201 - fixed check for JS pop()/push() to make more general (sf bug 877504) | |
| 202 - fix re-enabling queries (sf bug 861940) | |
| 203 - use supplied content-type on file uploads before trying filename | |
| 204 - fixed roundup-reminder script to use default schema (thanks Klamer Schutte) | |
| 205 - fixed edit action / parsePropsFromForm to handle index-page edits better | |
| 206 - safer logging from HTTP server (sf bug 896917) | |
| 199 ''', | 207 ''', |
| 200 author = "Richard Jones", | 208 author = "Richard Jones", |
| 201 author_email = "richard@users.sourceforge.net", | 209 author_email = "richard@users.sourceforge.net", |
| 202 url = 'http://roundup.sourceforge.net/', | 210 url = 'http://roundup.sourceforge.net/', |
| 203 download_url = 'http://sourceforge.net/project/showfiles.php?group_id=31577', | 211 download_url = 'http://sourceforge.net/project/showfiles.php?group_id=31577', |
