14
0

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

- Update to 7.2.10
  * doc: improve documentation on using pyproject.toml [ci skip] (#2792)
  * doc: fix typo [ci skip] (#2793)
  * tests: fix msi test (#2796)
  * build(deps): update lief requirement from <=0.16.2,>=0.13.2
    to >=0.13.2,<=0.16.3 (#2795)
  * hooks: fix shapely [windows] (#2797)
  * fix: missing dlls in top directory [mingw] (#2799)
  * build-wheel: use ubuntu 22.04 emulator to build ppc64le (#2805)

OBS-URL: https://build.opensuse.org/request/show/1254632
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cx_Freeze?expand=0&rev=36
This commit is contained in:
2025-03-20 11:39:58 +00:00
committed by Git OBS Bridge
parent eff87545df
commit 2c3685b54c
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Mar 20 07:52:59 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 7.2.10
* doc: improve documentation on using pyproject.toml [ci skip] (#2792)
* doc: fix typo [ci skip] (#2793)
* tests: fix msi test (#2796)
* build(deps): update lief requirement from <=0.16.2,>=0.13.2
to >=0.13.2,<=0.16.3 (#2795)
* hooks: fix shapely [windows] (#2797)
* fix: missing dlls in top directory [mingw] (#2799)
* build-wheel: use ubuntu 22.04 emulator to build ppc64le (#2805)
-------------------------------------------------------------------
Mon Feb 3 13:40:37 UTC 2025 - Dirk Müller <dmueller@suse.com>