15
0
forked from pool/python-gssapi

- Update to 1.8.3:

- Added Python 3.12 wheel
  - Fix Cython 3 compatibility
- Remove upstreamed patch
  d9200d1018ac916b30433da23898c8c5fbde0f28.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gssapi?expand=0&rev=29
This commit is contained in:
2023-10-20 21:41:19 +00:00
committed by Git OBS Bridge
parent 850d01accd
commit 3e0bb0e928
5 changed files with 15 additions and 60 deletions

View File

@@ -16,17 +16,15 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-gssapi
Version: 1.8.2
Version: 1.8.3
Release: 0
Summary: A Python interface to RFC 2743/2744 (plus common extensions)
License: ISC
URL: https://github.com/pythongssapi/python-gssapi
Source: https://files.pythonhosted.org/packages/source/g/gssapi/gssapi-%{version}.tar.gz
Patch1: https://github.com/pythongssapi/python-gssapi/commit/d9200d1018ac916b30433da23898c8c5fbde0f28.patch
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module decorator}
BuildRequires: %{python_module devel}
@@ -67,7 +65,8 @@ mv gssapi gssapi_temp
mv gssapi_temp gssapi
%files %{python_files}
%{python_sitearch}/gssapi*
%{python_sitearch}/gssapi
%{python_sitearch}/gssapi-%{version}*-info
%doc README.rst
%license LICENSE.txt