14
0
forked from pool/python-merge3

- update to 0.0.14:

* migrate to pyproject.toml
  * use disperse action
  * ruff, pyupgrade
  * add merge3 helper
  * sort imports with isort
  * add python 3.11 support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-merge3?expand=0&rev=5
This commit is contained in:
2024-03-25 20:08:33 +00:00
committed by Git OBS Bridge
parent 07a8a4fc95
commit 64b0d8beb3
4 changed files with 28 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Mar 25 20:07:15 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.0.14:
* migrate to pyproject.toml
* use disperse action
* ruff, pyupgrade
* add merge3 helper
* sort imports with isort
* add python 3.11 support
-------------------------------------------------------------------
Wed Jan 3 09:50:36 UTC 2024 - Dirk Müller <dmueller@suse.com>