Package: python-babel / 1.3+dfsg.1-5
Metadata
| Package | Version | Patches format |
|---|---|---|
| python-babel | 1.3+dfsg.1-5 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| 0001 Fixup get_currency_name test.patch | (download) |
tests/test_numbers.py |
3 2 + 1 - 0 ! |
fixup get_currency_name test This test failed in environments where no default locale can be determined; make the test deterministic and add additional test for plurality. |
| adds support for python 3.2.patch | (download) |
babel/core.py |
3 2 + 1 - 0 ! |
adds support for python 3.2 Upstream source is using u'' strings which are incompatible with Python 3.2. This patch replaces that with six.u() using the "six" python module. |
| fix sphinx conf.py to avoid intersphinx.patch | (download) |
docs/conf.py |
3 1 + 2 - 0 ! |
removes sphinx.ext.intersphinx to avoid network access Upstream is using intersphinx when building the sphinx doc. This patch removes sphinx.ext.intersphinx from docs/conf.py to avoid any network access during the build of babel. |
