Changelog for
python312-aiomisc-17.3.41-1.3.noarch.rpm :
* Wed Nov 29 2023 Dirk Müller
- update to 16.3:
* Migrate to poetry #154
* Use `poem-plugins` for creating `aiomisc/version.py` file and bump version when publishing.
* some non-public imports might be broken, mainly typing, and the `aiomisc.io` module
* Buffered log handler in `aiomisc.log`, is now correct finalize when an entrypoint stops.
* This is useful if the program uses multiple entrypoints while the program is running, and especially in tests.
* Lots of changes in `aiomisc.io` module:
* Support stream compression for opening files with:
* `GZIP` - compressed files
* `LZMA` - compressed files
* `BZ2` - compressed files
* Added `aiohttp_asgi` objects to `__all__` in `aiomisc.service.asgi`
* `aiomisc.Service` subclasses is now can be serialized with `pickle`
* Improves typing for:
* `aiomisc.io`
* `aiomisc.pool`
* `aiomisc.service.udp`
* `aiomisc.worker_pool.WorkerPool`
* Improve documentation
* Mon May 29 2023 Dirk Müller - update to 16.3:
* Use `poem-plugins` for creating `aiomisc/version.py` file and bump version when publishing.
* some non-public imports might be broken, mainly typing, and the `aiomisc.io` module
* Buffered log handler in `aiomisc.log`, is now correct finalize when an entrypoint stops.
* Support stream compression for opening files with:
* `GZIP` - compressed files
* `LZMA` - compressed files
* `BZ2` - compressed files
* Added `aiohttp_asgi` objects to `__all__` in `aiomisc.service.asgi`
* `aiomisc.Service` subclasses is now can be serialized with `pickle`
* Improves typing for:
* `aiomisc.io`
* `aiomisc.pool`
* `aiomisc.service.udp`
* `aiomisc.worker_pool.WorkerPool`
* Improve documentation
* Fri May 12 2023 Dirk Müller - add logging-journald dependency
* Fri May 12 2023 Dirk Müller - add license and version requires
* Mon May 08 2023 Dirk Müller - Initial package (17.2.2)