14
0
forked from pool/python-pycxx

Accepting request 1153761 from home:Simmphonie:branches:devel:languages:python

- update to 7.1.8
  * Add support for building against python 3.12 beta
  * _Py_PackageContext is no longer accessible.

OBS-URL: https://build.opensuse.org/request/show/1153761
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycxx?expand=0&rev=14
This commit is contained in:
2024-03-01 20:50:24 +00:00
committed by Git OBS Bridge
parent f591ed701b
commit e4466fb9e8
4 changed files with 13 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,10 +19,10 @@
# Note PyPI 'pycxx' is a different package,
# and this package is not 'cxx' or 'CXX' on PyPI
%global modname pycxx
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
%define oldpython python
Name: python-%{modname}
Version: 7.1.7
Version: 7.1.8
Release: 0
Summary: Python extensions in C++
License: BSD-3-Clause