15
0

Accepting request 284455 from home:frispete:python

- update to version 1.3:
  - Fix Python 3-specific test failures.
    Restore compatibility with Python 3.2.
- 1.2 (2014-11-04)
  - Add support for message contexts.
  - If the object passed to a TranslationStringFactory __call__ method is
    itself a translation string, use the passed object’s domain instead of the
    domain passed to the factory’s contstructor. See
    https://github.com/Pylons/translationstring/pull/12 .

OBS-URL: https://build.opensuse.org/request/show/284455
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-translationstring?expand=0&rev=5
This commit is contained in:
2015-02-06 16:21:23 +00:00
committed by Git OBS Bridge
parent f2e8244ac1
commit ba97127335
3 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Feb 6 11:07:45 UTC 2015 - hpj@urpla.net
- update to version 1.3:
- Fix Python 3-specific test failures.
Restore compatibility with Python 3.2.
- 1.2 (2014-11-04)
- Add support for message contexts.
- If the object passed to a TranslationStringFactory __call__ method is
itself a translation string, use the passed objects domain instead of the
domain passed to the factorys contstructor. See
https://github.com/Pylons/translationstring/pull/12 .
-------------------------------------------------------------------
Mon Dec 16 11:29:32 UTC 2013 - cfarrell@suse.com