./devel/py-zope.i18nmessageid, Zope Message Identifiers for internationalization

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 7.0, Package name: py312-zope.i18nmessageid-7.0, Maintainer: pkgsrc-users

Zope Message Identifiers for internationalization

This package is intended to be independently reusable in any Python
project. It is maintained by the Zope Toolkit project.


Master sites:

Filesize: 27.274 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-14 12:45:04 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-zope.i18nmessageid: updated to 7.0

7.0 (2024-09-17)

- Drop support for Python 3.7.
- Build Windows wheels on GHA.
- Add support for Python 3.13.
- Enable multi-phase module initialization (PEP 489) for all supported
  Python versions.  See this "how-to" doc for rationale and steps:
  https://docs.python.org/3.13/howto/isolating-extensions.html
- Make the ``hookable`` extension type heap-allocated for Python >= 3.9.
  Likewise, see the doc above for rationale and steps.  For Python < 3.9,
  the ``hookable`` extension type continues to be allocated statically,
  even though the module itself is allocated dynamically.
   2023-10-06 12:49:22 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zope.i18nmessageid: updated to 6.1.0

6.1.0 (2023-10-05)
- Add support for Python 3.12.