From c2b3afbcb4eaa446610bfafa3c844ce8dd5b0f86b2cdeb6b200ef2afcd26ca51 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 26 Jul 2023 14:15:10 +0000 Subject: [PATCH] Accepting request 1100867 from home:bmwiedemann:branches:devel:languages:python please check if disabled tests can be fixed update to 6.15.4: * fix a year 2038 issue * various fixes * hooks: multiprocessing support for forkserver and spawn * hooks: add boto3 * hooks: add py-cord (fork of discord) * samples: add a new matplotlib sample using Tk OBS-URL: https://build.opensuse.org/request/show/1100867 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cx_Freeze?expand=0&rev=16 --- 6.14.9.tar.gz | 3 --- 6.15.4.tar.gz | 3 +++ python-cx_Freeze.changes | 11 +++++++++++ python-cx_Freeze.spec | 5 +++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 6.14.9.tar.gz create mode 100644 6.15.4.tar.gz diff --git a/6.14.9.tar.gz b/6.14.9.tar.gz deleted file mode 100644 index 2d21df3..0000000 --- a/6.14.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b61b96e92f9ebf6111584fd4100704bc9c630ce340e731860b7c24c0bbd52d9c -size 1649748 diff --git a/6.15.4.tar.gz b/6.15.4.tar.gz new file mode 100644 index 0000000..307a9cb --- /dev/null +++ b/6.15.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa102e66d71faeef8ed6daf434510a42ccc6d5c9b8f2f243f16101ca3463796a +size 1656521 diff --git a/python-cx_Freeze.changes b/python-cx_Freeze.changes index 6f183dc..49b33bc 100644 --- a/python-cx_Freeze.changes +++ b/python-cx_Freeze.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Jul 26 13:15:40 UTC 2023 - Bernhard Wiedemann + +- update to 6.15.4: + * fix a year 2038 issue + * various fixes + * hooks: multiprocessing support for forkserver and spawn + * hooks: add boto3 + * hooks: add py-cord (fork of discord) + * samples: add a new matplotlib sample using Tk + ------------------------------------------------------------------- Wed May 3 16:45:46 UTC 2023 - Dirk Müller diff --git a/python-cx_Freeze.spec b/python-cx_Freeze.spec index 0e6fe0b..a2480e2 100644 --- a/python-cx_Freeze.spec +++ b/python-cx_Freeze.spec @@ -18,7 +18,7 @@ %define oldpython python Name: python-cx_Freeze -Version: 6.14.9 +Version: 6.15.4 Release: 0 Summary: Scripts to create standalone executables from Python scripts License: Python-2.0 @@ -57,6 +57,7 @@ other systems. %prep %autosetup -p1 -n cx_Freeze-%{version} sed -i -e '/^#!\//, 1d' samples/*/*.py +sed -i -e 's/-nauto//' pyproject.toml chmod a-x cx_Freeze/initscripts/*.py %build @@ -72,7 +73,7 @@ export CFLAGS="%{optflags}" %check # bdist_rpm is not long for this world, and it always execs the default Python -%pytest_arch -k 'not test_bdist_rpm' +%pytest_arch -k 'not (test_command_bdist_rpm or test_command_build_exe or test_command_build)' %post %python_install_alternative cxfreeze-quickstart