From f2294de9581da7df7c7f1ef7007f312fdc76546dc93c20ec699752c1832c4cf2 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 3 Apr 2025 01:24:04 +0000 Subject: [PATCH] Support both versions of setuptools. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cx_Freeze?expand=0&rev=39 --- python-cx_Freeze.changes | 2 +- python-cx_Freeze.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python-cx_Freeze.changes b/python-cx_Freeze.changes index a5e724d..f09e131 100644 --- a/python-cx_Freeze.changes +++ b/python-cx_Freeze.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Mon Mar 31 05:25:46 UTC 2025 - Steve Kowalik +Thu Apr 3 01:23:28 UTC 2025 - Steve Kowalik - Update to 8.0.0: * Python 3.13 support. diff --git a/python-cx_Freeze.spec b/python-cx_Freeze.spec index fabff8b..60c88ea 100644 --- a/python-cx_Freeze.spec +++ b/python-cx_Freeze.spec @@ -101,6 +101,6 @@ export CFLAGS="%{optflags}" %python_alternative %{_bindir}/cxfreeze %python_alternative %{_bindir}/cxfreeze-quickstart %{python_sitearch}/cx_Freeze -%{python_sitearch}/cx_freeze-%{version}.dist-info +%{python_sitearch}/cx_[Ff]reeze-%{version}.dist-info %changelog