python-zope.i18nmessageid/python-zope.i18nmessageid.changes
Tomáš Chvátal 3cb8687ad5 Accepting request 691794 from home:mcalabkova:branches:devel:languages:python
- update to version 4.3.1
  * Drop support for Python 3.3.
  * Add support for Python 3.7.
  * Fix the possibility of a rare crash in the C extension when 
    deallocating items.
  * Add attributes to support pluralization on a Message and update 
    the MessageFactory accordingly.
  * Fix a regression copying Message objects in the Python 
    implementation.

OBS-URL: https://build.opensuse.org/request/show/691794
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.i18nmessageid?expand=0&rev=8
2019-04-05 12:00:43 +00:00

47 lines
1.7 KiB
Plaintext

-------------------------------------------------------------------
Fri Apr 5 10:09:51 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 4.3.1
* Drop support for Python 3.3.
* Add support for Python 3.7.
* Fix the possibility of a rare crash in the C extension when
deallocating items.
* Add attributes to support pluralization on a Message and update
the MessageFactory accordingly.
* Fix a regression copying Message objects in the Python
implementation.
-------------------------------------------------------------------
Sat Jul 8 07:15:18 UTC 2017 - aloisio@gmx.com
- Update to version 4.1.0
* Drop support for Python 2.6 and 3.2.
* Add support for Python 3.5 and 3.6.
* Fix the C extension not being used in Python 3. See issue 4.
* Make the Python implementation of Message accept any object
for the default argument, just as the C extension does.
This should be a unicode or byte string. See issue 5.
- Converted to single-spec
-------------------------------------------------------------------
Fri May 15 12:07:37 UTC 2015 - benoit.monin@gmx.fr
- update to version 4.0.3:
* Added support for Python 3.4.
* Updated boostrap.py to version 2.2.
- rename CHANGES.txt to CHANGES.rst: changed upstream
- rename README.txt to README.rst: changed upstream
-------------------------------------------------------------------
Fri Dec 27 13:34:07 UTC 2013 - p.drouand@gmail.com
- Package CHANGES.txt, COPYRIGHT.txt, LICENSE.txt and README.txt
- Use download Url as source
-------------------------------------------------------------------
Mon Jul 29 09:59:47 UTC 2013 - hpj@urpla.net
- version 4.0.2: initial build