From 2c1ef5bfd77edb3828c5fd1dd5a32363882fa29cf10df302332dc1011ee6ef07 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 2 Dec 2023 14:09:05 +0000 Subject: [PATCH] - update to 6.15.11: * improve qt samples * **Full Changelog**: https://github.com/marcelotduarte/cx_Free ze/compare/6.15.10...6.15.11 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cx_Freeze?expand=0&rev=22 --- 6.15.10.tar.gz | 3 --- 6.15.11.tar.gz | 3 +++ python-cx_Freeze.changes | 8 ++++++++ python-cx_Freeze.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 6.15.10.tar.gz create mode 100644 6.15.11.tar.gz diff --git a/6.15.10.tar.gz b/6.15.10.tar.gz deleted file mode 100644 index 5d22ce5..0000000 --- a/6.15.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d967f212d8e8c7e293ac7643d8281f79644122a120aa5462dbc7c5751127d76 -size 1884102 diff --git a/6.15.11.tar.gz b/6.15.11.tar.gz new file mode 100644 index 0000000..29a7107 --- /dev/null +++ b/6.15.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fab7a58806fa426258d9111b279d5c71341c04b3081d1e7bac2653edf9a41892 +size 1886311 diff --git a/python-cx_Freeze.changes b/python-cx_Freeze.changes index 06b5622..2c426cd 100644 --- a/python-cx_Freeze.changes +++ b/python-cx_Freeze.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Dec 2 14:07:50 UTC 2023 - Dirk Müller + +- update to 6.15.11: + * improve qt samples + * **Full Changelog**: https://github.com/marcelotduarte/cx_Free + ze/compare/6.15.10...6.15.11 + ------------------------------------------------------------------- Tue Nov 14 15:48:27 UTC 2023 - Dirk Müller diff --git a/python-cx_Freeze.spec b/python-cx_Freeze.spec index 3c39c45..83a1982 100644 --- a/python-cx_Freeze.spec +++ b/python-cx_Freeze.spec @@ -18,7 +18,7 @@ %define oldpython python Name: python-cx_Freeze -Version: 6.15.10 +Version: 6.15.11 Release: 0 Summary: Scripts to create standalone executables from Python scripts License: Python-2.0