17
0

Accepting request 1303632 from home:glaubitz:branches:devel:languages:python

- Update to 1.15.0
  * Add Rad ETX config parser.
  * Replaced black, bandit, flake8 and pydocstyle with ruff.
  * Updated tasks.py with newest task list.
  * Updated to using pyinvoke for development environment definition.
  * Fix CI for Flatbot to install Ruff and remove black.

OBS-URL: https://build.opensuse.org/request/show/1303632
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netutils?expand=0&rev=24
This commit is contained in:
2025-09-10 11:50:35 +00:00
committed by Git OBS Bridge
parent 5932e0526e
commit c5478ee22c
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Sep 10 11:07:19 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.15.0
* Add Rad ETX config parser.
* Replaced black, bandit, flake8 and pydocstyle with ruff.
* Updated tasks.py with newest task list.
* Updated to using pyinvoke for development environment definition.
* Fix CI for Flatbot to install Ruff and remove black.
-------------------------------------------------------------------
Sun Jul 13 13:49:21 UTC 2025 - Dirk Müller <dmueller@suse.com>