[Python-modules-commits] [sphinx] 10/13: make JavaScript locale generation deterministic
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Thu Dec 3 15:36:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository sphinx.
commit a991d42676c88a6e7e3b0597e354c1a3a76cb7db
Author: Val Lorentz <progval at progval.net>
Date: Thu Oct 8 13:58:15 2015 -0700
make JavaScript locale generation deterministic
Forwarded: https://github.com/sphinx-doc/sphinx/pull/2009
Last-Update: 2015-08-20
Patch-Name: reproducible_js_locale.diff
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index d0d4bb6..bd8ac93 100644
--- a/setup.py
+++ b/setup.py
@@ -162,7 +162,7 @@ else:
messages=jscatalog,
plural_expr=catalog.plural_expr,
locale=str(catalog.locale)
- ), outfile)
+ ), outfile, sort_keys=True)
outfile.write(');')
finally:
outfile.close()
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sphinx.git
More information about the Python-modules-commits
mailing list