Skip to content

Release/2.4#480

Merged
akx merged 17 commits into
masterfrom
release/2.4
Mar 24, 2017
Merged

Release/2.4#480
akx merged 17 commits into
masterfrom
release/2.4

Conversation

@akx
Copy link
Copy Markdown
Member

@akx akx commented Mar 14, 2017

Preparing release of 2.4.

  • Merges the 2.3.x maintenance branch
  • Updates changelog
  • Updates version number

sils and others added 17 commits April 7, 2016 22:50
There was a stupid fault when releasing 2.3.0.
`zh_Hant` locale data does not have names for the
`am` and `pm` day periods in the `format`/`abbreviated` context,
so fallback logic is added to deal with that eventuality.

Fixes #378
The 'no-wrap', 'ignore-obsolete', 'no-fuzzy-matching', 'previous' and
'update-header-comment' were not correctly parsed in the update_catalog
command.
This is a combination of the test suite improvement fbc1648 and the frontend changes in 414aec5..ee8abd6.

* Harmonize extraction keyword parsing between distutils and standalone CLI (#388, #384, #311)
* Don't use unicode-variant %r for logging
* extract: don't die badly when no input paths are specified in optparse mode
* Remind the optparse CLI about `extract -s` (a shorthand for `--strip-comments`) (#390)
* Teach the optparse CLI about the parameter aliases it had forgotten in #311 (#390)
@gitmate-bot
Copy link
Copy Markdown

Comment on 7107678, file babel/_compat.py, line 70.

This file contains unused source code.

PyUnusedCodeBear, severity NORMAL, section default.

The issue can be fixed by applying the following patch:

--- a/babel/_compat.py
+++ b/babel/_compat.py
@@ -67,4 +67,4 @@
     try:
         import cdecimal as decimal
     except ImportError:
-        import decimal
+        pass

@akx
Copy link
Copy Markdown
Member Author

akx commented Mar 14, 2017

Hey @sils, can you check if you can authorize me to be able to restart builds on AppVeyor? (Though the download problems it's having seem to be less intermittent and more, just, well, constant...)

@codecov-io
Copy link
Copy Markdown

codecov-io commented Mar 24, 2017

Codecov Report

Merging #480 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #480   +/-   ##
=======================================
  Coverage   90.14%   90.14%           
=======================================
  Files          24       24           
  Lines        3979     3979           
=======================================
  Hits         3587     3587           
  Misses        392      392
Impacted Files Coverage Δ
babel/__init__.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6f0d13b...6ce9490. Read the comment docs.

@akx akx merged commit ac158cc into master Mar 24, 2017
@akx akx deleted the release/2.4 branch March 24, 2017 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants