Edgewall Software
Modify

Opened 9 years ago

Closed 7 years ago

Last modified 5 years ago

#12083 closed task (wontfix)

Release Trac 0.12.8

Reported by: Ryan J Ollos Owned by:
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords: release
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Ryan J Ollos)

0.12.8 will likely be the final release for 0.12-stable. The main task is to pull in updated translations from Transifex. We effectively have a string freeze on 0.12-stable, but this hasn't been announced to the community.

The ChangeLog file is still being manually updated on this release line.

Attachments (0)

Change History (10)

comment:1 by Ryan J Ollos, 9 years ago

Description: modified (diff)

comment:2 by Ryan J Ollos, 8 years ago

Mentioned in comment:2:ticket:12451, we should consider pinning the Pygments version in .travis.yml. We might also want to specify a maximum version of Pygments in setup.py and the documentation.

comment:3 by Ryan J Ollos, 8 years ago

Test failures were fixed for 1.0-stable in #12326. Proposed change:

  • .travis.yml

    diff --git a/.travis.yml b/.travis.yml
    index 6ce6557..b057bef 100644
    a b before_install:  
    1515  - mysql -u root -e "CREATE USER tracuser@localhost IDENTIFIED BY 'password';"
    1616  - mysql -u root -e "GRANT ALL ON trac.* TO tracuser@localhost; FLUSH PRIVILEGES;"
    1717install:
    18   - pip install -q Genshi==0.6.1 Babel configobj Pygments docutils lxml pytz twill==0.9.1 psycopg2 MySQL-python
     18  - pip install -q Genshi==0.6.1 Babel configobj Pygments<2.1 docutils lxml pytz twill==0.9.1 psycopg2 MySQL-python
    1919  - echo ".uri = $TRAC_TEST_DB_URI" >Makefile.cfg
    2020addons:
    2121  apt:

comment:4 by Ryan J Ollos, 8 years ago

comment:3 change committed in [14730], but the build errored. Maybe I just need single quotes around Pygments<2.1, as in comment:3:ticket:12445?

comment:5 by Jun Omae, 8 years ago

Yeah. Please add the quotes.

comment:6 by Ryan J Ollos, 8 years ago

Committed in [14731] and tests are passing.

comment:7 by Ryan J Ollos, 7 years ago

Unless someone has a need for 0.12.8, I propose we just close this ticket and move on from 0.12-stable.

comment:8 by figaro, 7 years ago

Agreed with the proposal. This will direct the effort better with regards to forward compatibility of Trac core functionality as well as plugins.

comment:9 by Ryan J Ollos, 7 years ago

Resolution: wontfix
Status: newclosed

comment:10 by Ryan J Ollos, 5 years ago

Milestone: 0.12.8

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.