rebuilt with python3 == 3.11 [release 0.15.0-2mamba;Sun Oct 01 2023]
This commit is contained in:
parent
f97c1a917b
commit
085ad3c802
27
tevent.spec
27
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 <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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user