14
0
forked from pool/python-hatch

Accepting request 1232667 from home:nkrapp:branches:devel:languages:python

- Add fix-with-latest-hatchling.patch to restore compatibility with
  hatchling >= 1.26.0
- actually remove fix-test.patch from tracked files
- Update to 1.14.0:
  * Upgrade default CPython distributions to 20241206
  * Bump the minimum supported version of Hatchling to 1.26.3
  * Update virtualenv dependency

OBS-URL: https://build.opensuse.org/request/show/1232667
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatch?expand=0&rev=42
This commit is contained in:
2024-12-19 18:48:28 +00:00
committed by Git OBS Bridge
parent d19933b047
commit 4d5b97cf2e
5 changed files with 946 additions and 7 deletions

View File

@@ -1,8 +1,22 @@
-------------------------------------------------------------------
Thu Dec 19 17:05:14 UTC 2024 - Nico Krapp <nico.krapp@suse.com>
- Add fix-with-latest-hatchling.patch to restore compatibility with
hatchling >= 1.26.0
-------------------------------------------------------------------
Thu Dec 19 15:40:19 UTC 2024 - Nico Krapp <nico.krapp@suse.com>
- actually remove fix-test.patch from tracked files
-------------------------------------------------------------------
Mon Dec 16 13:26:27 UTC 2024 - Nico Krapp <nico.krapp@suse.com>
- Update to 1.14.0:
* Upgrade default CPython distributions to 20241206
* Bump the minimum supported version of Hatchling to 1.26.3
* Update virtualenv dependency
-------------------------------------------------------------------
Wed Dec 11 18:31:58 UTC 2024 - Matej Cepl <mcepl@cepl.eu>