14
0

- Add python312.patch, gh#marcelotduarte/cx_Freeze#1925

- update to 6.15.15:
  * **Full Changelog**: https://github.com/marcelotduarte/cx_Freeze/compare/6.15.13...6.15.15

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cx_Freeze?expand=0&rev=28
This commit is contained in:
2024-02-21 08:55:35 +00:00
committed by Git OBS Bridge
parent 9e926ba7b5
commit ea38a1ee90
5 changed files with 49 additions and 4 deletions

View File

@@ -18,12 +18,14 @@
%define oldpython python
Name: python-cx_Freeze
Version: 6.15.13
Version: 6.15.15
Release: 0
Summary: Scripts to create standalone executables from Python scripts
License: Python-2.0
URL: https://github.com/anthony-tuininga/cx_Freeze
Source: https://github.com/anthony-tuininga/cx_Freeze/archive/%{version}.tar.gz
# PATCH-FIX-UPSTREAM python312.patch gh#marcelotduarte/cx_Freeze#1925
Patch1: python312.patch
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module hatchling}