databases/py-django-pgware: New port
A small, dependency-light toolkit of three independent PostgreSQL
utilities for Django. Each is a context manager (and, where it makes
sense, a decorator) that borrows Django's database connection, performs
a session-scoped action, and reliably undoes it on exit: advisory locks
(sync + async), GUC setting (pg_set/atomic_set), and logging suppression
(hush, for keeping sensitive query parameters out of the logs).
WWW: https://github.com/Xof/django-pgware
Event: Berlin Hackathon 202609
www/py-dj61-djangorestframework: New port
Django REST framework is a powerful and flexible toolkit that makes it
easy to build Web APIs.
Some reasons you might want to use REST framework:
* The Web browsable API is a huge usability win for your developers.
* Authentication policies including optional packages for OAuth1a and
OAuth2.
* Serialization that supports both ORM and non-ORM data sources.
* Customizable all the way down - just use regular function-based views
if you don't need the more powerful features.
WWW: https://www.django-rest-framework.org/
Event: Berlin Hackathon 202609
databases/redistimeseries: New port
RedisTimeSeries is a Redis module that adds native time-series data
structures. It supports high-volume ingestion, retention policies,
downsampling, aggregation, and querying series by labels.
This standalone module release requires Redis 7.4 or newer.
WWW: https://github.com/RedisTimeSeries/RedisTimeSeries
PR: 297163
Tested by: bofh
Event: Berlin Hackathon 202609
archivers/libdeflate: update the port to version 1.26
Reuse existing patch to prepare for future CMake versions
and spell out USES=pathfix to not rely on a catch-all net
by expressing the intention more clearly.
PR: 297812