Internationalization and translation library.
Go to file
Elod Illes d4103bd344 [stable-only] Cap virtualenv for py37
py37 test started to fail with latest virtualenv (20.16.4) as it
bundles setuptools 65.3.0, which causes installation problems under
py37. (Note: with py38 the problem does not occur).

This patch sets virtualenv<20.16.4 to unblock the gate as
virtualenv 20.16.3 bundles setuptools 63.4.1, with which py37 gate
works well.

NOTE(stephenfin): Modified to remove the (failing) l-c job.

Conflicts:
  .zuul.yaml
  tox.ini

NOTE(elod.illes): conflict in .zuul.yaml is caused by ussuri job
  template changes; conflict in tox.ini is caused by tox.ini cleanup
  in ussuri: I36ef5b39b48e259b51f2bb03caf3443d8969c1e9

Change-Id: I845dca676e1c1e1b3961e8777098a48a6203833e
(cherry picked from commit 76fd064a7f)
2022-09-21 16:28:35 +02:00
doc Move doc related modules to doc/requirements.txt 2019-07-05 17:40:32 +00:00
oslo_i18n Override getttext.find to cache result 2018-11-21 14:45:52 +01:00
releasenotes Update master for stable/stein 2019-03-18 14:44:50 +00:00
.coveragerc Fix coverage configuration and execution 2015-10-08 17:18:36 -04:00
.gitignore Move doc related modules to doc/requirements.txt 2019-07-05 17:40:32 +00:00
.gitreview Update .gitreview for stable/train 2019-09-20 16:32:35 +00:00
.mailmap initial export with graduate.sh 2014-04-29 11:58:57 -07:00
.stestr.conf Switch to stestr 2018-07-03 16:10:13 +07:00
.zuul.yaml [stable-only] Cap virtualenv for py37 2022-09-21 16:28:35 +02:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:38 +00:00
HACKING.rst Update URLs in documents according to document migration 2017-07-12 15:47:32 +08:00
LICENSE initial export with graduate.sh 2014-04-29 11:58:57 -07:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-24 19:12:27 +08:00
babel.cfg initial export with graduate.sh 2014-04-29 11:58:57 -07:00
lower-constraints.txt Switch to stestr 2018-07-03 16:10:13 +07:00
requirements.txt Updated from global requirements 2017-11-16 11:21:16 +00:00
setup.cfg Add Python 3 Train unit tests 2019-07-05 14:44:40 -04:00
setup.py Updated from global requirements 2017-03-03 00:03:02 +00:00
test-requirements.txt Move doc related modules to doc/requirements.txt 2019-07-05 17:40:32 +00:00
tox.ini [stable-only] Cap virtualenv for py37 2022-09-21 16:28:35 +02:00

README.rst

Team and repository tags

image

oslo.i18n -- Oslo Internationalization Utilities

Latest Version

Downloads

The oslo.i18n library contain utilities for working with internationalization (i18n) features, especially translation for text strings in an application or library.