- Nothing changed yet.
- Make final release. Nothing changed since the last alpha. [maurits]
- Require Python 3.8+ and switch to native namespace packages.
This is needed because
zest.releaser
9.0.0a1 does the same. [maurits]
- Add
zest.pocompile.available
. You can use this to let the full release of a package fail early whenzest.pocompile
is not available. Edit itssetup.cfg
, and add a[zest.releaser]
section with valueprereleaser.before = zest.pocompile.available
[maurits]
- Claim Python 2 and 3 compatibility. Seems to work fine. [maurits]
- Moved to https://github.com/zestsoftware/zest.pocompile. [maurits]
- Fixed the example MANIFEST.in. [maurits]
- Added a larger example of a MANIFEST.in file in the readme. Also add a MANIFEST.in in zest.pocompile itself, so the CHANGES.txt is included in the source distribution. [maurits]
- Look for
.po
files in anyLC_MESSAGES
directory. It no longer matters if this is contained in a language directory within alocales
orlocale
directory, as they could also have names likeplonelocales
orlocales_for_version_2_only
. Note that in Plone.po
files can also be in an i18n directory, but those should not be compiled; this does not have aLC_MESSAGES
directory, so we automatically skip it. [maurits]
- Initial release