2023-05-03 14:59:28 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 3 11:26:33 UTC 2023 - Martin Liška <mliska@suse.cz>
|
|
|
|
|
|
|
|
- Use sphinx-build and do not depend on removed build_sphinx
|
|
|
|
in Sphinx 7.0 (boo#1211051).
|
|
|
|
|
2023-02-01 16:13:27 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 1 13:11:47 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
- Explicitly require python3-Sphinx for building the docs. It could
|
|
|
|
have been omitted from %pythons for %python_module in a 15.X
|
|
|
|
backport project.
|
|
|
|
|
2022-12-05 16:14:55 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 5 13:49:15 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
|
|
|
|
- Update to version 5.1.1
|
|
|
|
* Add support for building arm64 wheels on macOS.
|
|
|
|
|
2022-11-08 08:12:19 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 8 07:10:23 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Clean up SPEC file, make rpmlint happy.
|
|
|
|
- -doc subpackage should be noarch.
|
|
|
|
|
2022-11-08 08:07:40 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Nov 6 17:57:02 UTC 2022 - Hans-Peter Jansen <hpj@urpla.net>
|
|
|
|
|
|
|
|
- update to version 5.1.0
|
|
|
|
* Added support for Python 3.9, 3.10 and 3.11.
|
|
|
|
|
2021-10-16 11:42:09 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 13 09:10:40 UTC 2021 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- %check: use %pyunittest rpm macro
|
|
|
|
- added sources
|
|
|
|
+ _multibuild
|
|
|
|
|
2020-04-08 14:16:16 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 8 12:16:02 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Do not pull in python2 pkg in doc subpkg
|
|
|
|
|
2020-03-16 16:14:34 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 16 14:13:10 UTC 2020 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- version update to 5.0.1
|
|
|
|
- Remove deprecated use of setuptools features. See `issue 22
|
|
|
|
<https://github.com/zopefoundation/zope.i18nmessageid/issues/22>`_.
|
|
|
|
|
2020-01-21 12:38:07 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 21 11:12:38 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
- update to version 5.0.0
|
|
|
|
* Drop support for Python 3.4.
|
|
|
|
* Add support for Python 3.8.
|
|
|
|
|
2019-10-14 16:51:07 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 14 14:50:49 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
|
|
|
|
|
2019-04-05 14:00:43 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2017-07-08 11:15:33 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2015-05-16 17:36:31 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2013-12-27 14:37:22 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2013-07-30 12:25:44 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 29 09:59:47 UTC 2013 - hpj@urpla.net
|
|
|
|
|
|
|
|
- version 4.0.2: initial build
|
|
|
|
|