updater-tevent-0.17.1 — tevent → 0.17.1 (#12490)

* Add unbuilt tevent to updater-tevent-0.17.1

* updater-tevent-0.17.1: Build Run on linux/amd64.

* updater-tevent-0.17.1: Build Run on linux/arm/v7.

* updater-tevent-0.17.1: Build Run on linux/386.

* updater-tevent-0.17.1: Package File Update Run on linux/386 container.

---------

Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2025-08-15 22:32:28 -04:00
committed by GitHub
parent 8d9a300041
commit 759e924fdc
4 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
/usr/local/include/tevent.h
/usr/local/lib/libtevent.so
/usr/local/lib/libtevent.so.0
/usr/local/lib/libtevent.so.0.16.1
/usr/local/lib/libtevent.so.0.17.1
/usr/local/lib/pkgconfig/tevent.pc
/usr/local/lib/python3.13/site-packages/_tevent.cpython-313-arm-linux-gnueabihf.so
/usr/local/lib/python3.13/site-packages/tevent.py

View File

@@ -1,7 +1,7 @@
/usr/local/include/tevent.h
/usr/local/lib/libtevent.so
/usr/local/lib/libtevent.so.0
/usr/local/lib/libtevent.so.0.16.1
/usr/local/lib/libtevent.so.0.17.1
/usr/local/lib/pkgconfig/tevent.pc
/usr/local/lib/python3.13/site-packages/_tevent.cpython-313-i386-linux-gnu.so
/usr/local/lib/python3.13/site-packages/tevent.py

View File

@@ -1,7 +1,7 @@
/usr/local/include/tevent.h
/usr/local/lib/python3.13/site-packages/_tevent.cpython-313-x86_64-linux-gnu.so
/usr/local/lib/python3.13/site-packages/tevent.py
/usr/local/lib64/libtevent.so
/usr/local/lib64/libtevent.so.0
/usr/local/lib64/libtevent.so.0.16.1
/usr/local/lib64/libtevent.so.0.17.1
/usr/local/lib64/pkgconfig/tevent.pc
/usr/local/lib64/python3.13/site-packages/_tevent.cpython-313-x86_64-linux-gnu.so
/usr/local/lib64/python3.13/site-packages/tevent.py

View File

@@ -6,7 +6,7 @@ require 'package'
class Tevent < Package
description 'Event system based on the talloc memory management library'
homepage 'https://tevent.samba.org/'
version "0.16.1-#{CREW_PY_VER}"
version "0.17.1-#{CREW_PY_VER}"
license 'LGPL'
compatibility 'all'
source_url "https://samba.org/ftp/tevent/tevent-#{version.split('-').first}.tar.gz"
@@ -14,10 +14,10 @@ class Tevent < Package
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'eb797ce3effa14924747bc7c70aba3ff1f778bad976a3e3e75ec181d88066f78',
armv7l: 'eb797ce3effa14924747bc7c70aba3ff1f778bad976a3e3e75ec181d88066f78',
i686: 'e8ed5f70e19c964bb4763656440ddebb8e036ad862ef13288ea39695b710d9c3',
x86_64: '5db2c5713601b02cddcebb783fc52a38b2fb9fdd9f4621bb010b961b4a066564'
aarch64: '4a28a359182ba4d965efe075fc3aa1d2c5553cb11e12eac3ec13d05a2a70308c',
armv7l: '4a28a359182ba4d965efe075fc3aa1d2c5553cb11e12eac3ec13d05a2a70308c',
i686: '0fec5b27e1c26c6d62bafe4fff459ef2bade43d719e9eac725b777ca9bcdb39a',
x86_64: '26f6631813e764fd2fccaf938b69e228cb9092ce6d8d0df898b469019d82ceb9'
})
depends_on 'cmocka' => :build