From 2c3685b54c9352bcd72189913c7ee9ed869046e3d53b7c7a6498cb307e9d45bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 20 Mar 2025 11:39:58 +0000 Subject: [PATCH] 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 --- 7.2.10.tar.gz | 3 +++ 7.2.9.tar.gz | 3 --- python-cx_Freeze.changes | 13 +++++++++++++ python-cx_Freeze.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 7.2.10.tar.gz delete mode 100644 7.2.9.tar.gz diff --git a/7.2.10.tar.gz b/7.2.10.tar.gz new file mode 100644 index 0000000..3c6fffb --- /dev/null +++ b/7.2.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2bae8a555e695248a6dd75322ca8867cc8fcd29d09ec6f1fc405519ac3e8433 +size 3376786 diff --git a/7.2.9.tar.gz b/7.2.9.tar.gz deleted file mode 100644 index 438dd04..0000000 --- a/7.2.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e82633713b99648b5ecd3620c24c9bcdd17a444b763ad984863fa5f2dd63d25 -size 3376253 diff --git a/python-cx_Freeze.changes b/python-cx_Freeze.changes index 0d8ca78..1597390 100644 --- a/python-cx_Freeze.changes +++ b/python-cx_Freeze.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Mar 20 07:52:59 UTC 2025 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-cx_Freeze.spec b/python-cx_Freeze.spec index 8ad9f91..01891a2 100644 --- a/python-cx_Freeze.spec +++ b/python-cx_Freeze.spec @@ -20,7 +20,7 @@ %define skip_python313 1 %define oldpython python Name: python-cx_Freeze -Version: 7.2.9 +Version: 7.2.10 Release: 0 Summary: Scripts to create standalone executables from Python scripts License: Python-2.0