diff --git a/tevent.spec b/tevent.spec index 2de5765..66c875c 100644 --- a/tevent.spec +++ b/tevent.spec @@ -1,7 +1,7 @@ Name: tevent Epoch: 1 Version: 0.15.0 -Release: 1mamba +Release: 2mamba Summary: An event system based on the talloc memory management library. Group: System/Libraries Vendor: openmamba @@ -13,10 +13,10 @@ License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libbsd-devel -BuildRequires: libpython3-devel +BuildRequires: libpython311-devel BuildRequires: libtalloc-devel ## AUTOBUILDREQ-END -BuildRequires: python-talloc-py3 +BuildRequires: libpython3-devel >= 3.11 Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} %description @@ -51,15 +51,6 @@ Tevent is an event system based on the talloc memory management library. It is t The low level tevent has support for many event types, including timers, signals, and the classic file descriptor events. Tevent also provide helpers to deal with asynchronous code providing the tevent_req (tevent request) functions. -%package -n python-%{name}-py36 -Group: System/Libraries -Summary: An event system based on the talloc memory management library. - -%description -n python-%{name}-py36 -Tevent is an event system based on the talloc memory management library. It is the core event system used in Samba. -The low level tevent has support for many event types, including timers, signals, and the classic file descriptor events. -Tevent also provide helpers to deal with asynchronous code providing the tevent_req (tevent request) functions. - %debug_package %prep @@ -94,15 +85,13 @@ Tevent also provide helpers to deal with asynchronous code providing the tevent_ %files -n python-%{name} %defattr(-,root,root) -%{python3_sitelib}/_tevent.cpython-3*.so -%{python3_sitelib}/tevent.py - -#%files -n python-%{name}-py36 -#%defattr(-,root,root) -#%{python36_sitearch}/_tevent.cpython-*.so -#%{python36_sitearch}/tevent.py +%{python3_sitearch}/_tevent.cpython-*.so +%{python3_sitearch}/tevent.py %changelog +* Sun Oct 01 2023 Silvan Calarco 0.15.0-2mamba +- rebuilt with python3 == 3.11 + * Sat Jul 22 2023 Automatic Build System 0.15.0-1mamba - automatic version update by autodist