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

- Update to 2.1.0
  * Update maintainers in pyproject.toml
  * Drop support for Python < 3.9
  * Update poetry deps
  * Migrate from poetry to flit
  * Add pep8 target
  * Support default values for fields.
  * Don't override values set in the constructor.
  * Allow default values in nested properties.
  * Fix nested properties with initalization values.
  * Add tests for default values.
  * tox: Run pep8 by default
- Update BuildRequires from pyproject.toml
- Use Python 3.11 on SLE-15 by default

OBS-URL: https://build.opensuse.org/request/show/1305969
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-warlock?expand=0&rev=40
This commit is contained in:
2025-09-22 08:38:01 +00:00
committed by Git OBS Bridge
parent 9ea2490f26
commit 666575503f
4 changed files with 26 additions and 6 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Sep 19 09:53:33 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.1.0
* Update maintainers in pyproject.toml
* Drop support for Python < 3.9
* Update poetry deps
* Migrate from poetry to flit
* Add pep8 target
* Support default values for fields.
* Don't override values set in the constructor.
* Allow default values in nested properties.
* Fix nested properties with initalization values.
* Add tests for default values.
* tox: Run pep8 by default
- Update BuildRequires from pyproject.toml
- Use Python 3.11 on SLE-15 by default
-------------------------------------------------------------------
Tue Sep 26 13:38:50 UTC 2023 - Ben Greiner <code@bnavigator.de>