terraform: Remove version.mk
It was used only in the various terraform/opentofu (non-provider)
packages and only adds an useless layer of indirection.
NFCI.
abiword-plugins: update to 3.0.8
3.0.8 - 2026/02/17
- Fix memory leaks with a collab Telepathy error.
- Fix paste of images from Firefox.
- Fix memory leaks in styles dialog, Gtk text input.
- Fix use after free and memory leak with list numbering.
- Fix memory leak with text drag and drop.
- Fix memory leak in OpenXML importer/exporter.
- Remove babelfish and freetranslation plugins.
- Fix appstream for newer flathub requirements.
- Properly remember the recent files even if AbiWord crashes.
- wordperfect: Use the more recent version of libwpd libwpg and
libwps. This upgrade the dependencies:
- libwpd-0.10
- libwps-0.4
- libwpg-0.3
abiword: update to 3.0.8
3.0.8 - 2026/02/17
- Fix memory leaks with a collab Telepathy error.
- Fix paste of images from Firefox.
- Fix memory leaks in styles dialog, Gtk text input.
- Fix use after free and memory leak with list numbering.
- Fix memory leak with text drag and drop.
- Fix memory leak in OpenXML importer/exporter.
- Remove babelfish and freetranslation plugins.
- Fix appstream for newer flathub requirements.
- Properly remember the recent files even if AbiWord crashes.
- wordperfect: Use the more recent version of libwpd libwpg and
libwps. This upgrade the dependencies:
- libwpd-0.10
- libwps-0.4
- libwpg-0.3
py-dulwich: updated to 1.1.0
1.1.0 2026-02-17
* Add support for ``core.commentChar`` configuration option in commit message
templates.
* Add basic support for subtrees.
* Implement server-side Git hooks (pre-receive, update, post-receive) in
``ReceivePackHandler``. Pre-receive hooks can abort entire pushes, update
hooks can decline individual ref updates, and post-receive hooks run after
successful pushes. Hook output is sent to clients via sideband channels.
* Report progress during pack file downloads. Dulwich now displays real-time
transfer progress (bytes received, transfer speed) when cloning or fetching
repositories, matching Git's behavior.
* Add client-side support for Git protocol v2 ``packfile-uris`` capability,
[22 lines not shown]
py-ijson: updated to 3.5.0
3.5.0
* Added input iterator support via the new `ijson.from_iter` adapter.
It allows users to easily consume iterators and async iterators,
with common examples being HTTP stream responses
as modelled by the `requests` and `httpx` libraries.
* Introdued `tox` for common task execution.
py-icalendar: updated to 7.0.2
7.0.2
Minor changes
Show required code changes in the CI output to help contributors solve the formatting issues.
Use ruff 0.15.0 for code formatting in tox.ini.
New features
Enabled Calendar.from_ical to read calendars from files.
Added Calendar.journals property to retrieve all journal components.
Documentation
Removed methods of str, int, and other classes and methods in the Python standard library from the documentation.