Path to this page:
./
devel/py-zope.i18nmessageid,
Zope Message Identifiers for internationalization
Branch: CURRENT,
Version: 7.0,
Package name: py312-zope.i18nmessageid-7.0,
Maintainer: pkgsrc-usersZope 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)
- (2024-10-14) Updated to version: py312-zope.i18nmessageid-7.0
- (2023-10-06) Updated to version: py311-zope.i18nmessageid-6.1.0
- (2023-06-18) Package added to pkgsrc.se, version py310-zope.i18nmessageid-6.0.1 (created)
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) | |
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) | |
Log message:
py-zope.i18nmessageid: updated to 6.1.0
6.1.0 (2023-10-05)
- Add support for Python 3.12.
|