Commit graph

7 commits

Author SHA1 Message Date
jperkin
d60d2583bb No need to list the same PYTHON_VERSIONS_INCOMPATIBLE version mulitple times. 2015-03-26 22:11:47 +00:00
wiz
c1b44346cd Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
2014-05-09 07:36:53 +00:00
wiz
aa67e11089 Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
2014-01-25 10:29:56 +00:00
gdt
70efe0cef8 Add comment explaining that py-sqlite2 is for sqlite3.
(I'm assuming that if I can't follow this, at least some others will
be confused as well.)

This is a comment-only change.
2013-02-14 14:53:31 +00:00
obache
9e4481ad95 Update ja-trac to 1.0pl1, aka 1.0.ja1.
Trac-1.0.ja1 (Oct 4, 2012)
 * Based on Trac 1.0 'Cell'
 * Change document and parameters for this distribution.
   - *.trac-ja
   - setup.py
   - trac/templates/about.html
   - trac/templates/theme.html
 * Translate default Wiki pages into Japanese.
   - trac/wiki/default-pages/*
 * Translate default reports into Japanese.
   - trac/db_default.py
 * Translate default workflow display into Japanese.
  * trac/ticket/templates/report.rss
  * trac/ticket/templates/report_view.html
 * [Patch] Add formatting for report using Japanese column name.
   - trac/ticket/report.py
   - trac/ticket/templates/report.rss
   - trac/ticket/templates/report_view.html
 * [Patch] Fix a bug that local time will not be applied
   when downloading repository files as Zip.
   - trac/versioncontrol/web_ui/changeset.py
 * [Patch] Small patch for Unicode
   - trac/about.py
 * [Patch] Fix based on ticket #10877.
  -trac/util/text.py
  -trac/util/test/text.py

Trac 1.0 'Cell' (September 7, 2012)
http://svn.edgewall.org/repos/trac/tags/trac-1.0

Trac 1.0 is a major release adding refreshed user interface and
improved DVCS repository support as the most visible changes.

The following list contains only a few highlights:

 - The default theme looks more modern, especially on recent browsers
   (no effort has been made to make it look better on older browsers
   like IE6 or 7)
 - The TracHacks GitPlugin has been donated by Herbert Valerio Riedel
   to the Trac project (many thanks!) and is now maintained here as an
   optional component
 - As a consequence, the Subversion support has been moved below
   `tracopt.versioncontrol` as well
 - The Git and Mercurial log view feature a visualization of the
   branching structure
 - Usability improvements for the tickets, with a better support for
   conflict detection and resolution
 - Integration of the TracHacks BatchModifyPlugin, contributed by
   Brian Meeker (many thanks!) and is now maintained there as a
   default component
 - jQuery/UI integration, featuring a date picker for date fields
 - Improved integration with Pygments syntax highlighting
 - ... and numerous smaller features added and bugs fixed since 0.12!
2013-01-20 08:56:48 +00:00
obache
5746065e9c PgSQL support had been dropped from upstream.
so options is changed that psycopg2 is the default driver for pgsql support.
2011-03-15 06:04:03 +00:00
obache
7ebe693e36 Update ja-trac to 0.11.ja1.
Trac-0.11.ja1 (Jul 7, 2008)
 * Based on Trac 0.11 'Genshi'
 * Translate messages into Japanese.
   * trac/util/translation.py
   * trac/**/*.py
   * trac/**/templates/*
   * trac/htdocs/js/*.js
   * trac/wiki/default-pages/*
 * Modify date and charset locale to Japanese convention.
   * trac/util/datefmt.py
   * trac/util/text.py
 * Pass all test.
   * trac/test.py
   * trac/**/tests/*.{py|txt}
 * Add new files and sentences for description our work.
   * COPYING.trac-ja
   * README.trac-ja
   * trac/templates/about.html
   * trac/templates/theme.html
   * trac/wiki/default-pages/TracJa
 * Change parameters for our distribution.
   * setup.py

Trac 0.11 'Genshi' (June 22, 2008)
http://svn.edgewall.org/repos/trac/tags/trac-0.11

 Trac 0.11 contains a great number of new features, improvements and
 bug fixes. The following list contains only a few highlights:

 * New template engine for generating content (Genshi)
 * New configurable workflow in the ticket subsystem
 * Finer-grained control of permissions
 * Support for Pygments as the default syntax highlighter
 * Improved repository browser ("blame" support, dynamic in-place
   expansion of folders)
 * Improved user preferences subsystem, among which the possibility for
 * any user to select their time zone and disable access keys
 * The WebAdmin plugin is now an integral part of Trac
 * Paging of timeline and query results.

 A more complete list of new features can be found in the RELEASE file.
 The complete list of closed tickets can be found here:
   http://trac.edgewall.org/query?status=closed&milestone=0.11
2008-08-01 08:46:55 +00:00