rebuilt with python3 == 3.11 [release 0.15.0-2mamba;Sun Oct 01 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 18:27:12 +01:00
parent f97c1a917b
commit 085ad3c802

View File

@ -1,7 +1,7 @@
Name: tevent Name: tevent
Epoch: 1 Epoch: 1
Version: 0.15.0 Version: 0.15.0
Release: 1mamba Release: 2mamba
Summary: An event system based on the talloc memory management library. Summary: An event system based on the talloc memory management library.
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -13,10 +13,10 @@ License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libbsd-devel BuildRequires: libbsd-devel
BuildRequires: libpython3-devel BuildRequires: libpython311-devel
BuildRequires: libtalloc-devel BuildRequires: libtalloc-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: python-talloc-py3 BuildRequires: libpython3-devel >= 3.11
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description %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. 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. 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 %debug_package
%prep %prep
@ -94,15 +85,13 @@ Tevent also provide helpers to deal with asynchronous code providing the tevent_
%files -n python-%{name} %files -n python-%{name}
%defattr(-,root,root) %defattr(-,root,root)
%{python3_sitelib}/_tevent.cpython-3*.so %{python3_sitearch}/_tevent.cpython-*.so
%{python3_sitelib}/tevent.py %{python3_sitearch}/tevent.py
#%files -n python-%{name}-py36
#%defattr(-,root,root)
#%{python36_sitearch}/_tevent.cpython-*.so
#%{python36_sitearch}/tevent.py
%changelog %changelog
* Sun Oct 01 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.15.0-2mamba
- rebuilt with python3 == 3.11
* Sat Jul 22 2023 Automatic Build System <autodist@mambasoft.it> 0.15.0-1mamba * Sat Jul 22 2023 Automatic Build System <autodist@mambasoft.it> 0.15.0-1mamba
- automatic version update by autodist - automatic version update by autodist