From 759e924fdc2a96c7f7bd61bc87dbe934c8fc7f64 Mon Sep 17 00:00:00 2001 From: "chromebrew-actions[bot]" <220035932+chromebrew-actions[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 22:32:28 -0400 Subject: [PATCH] =?UTF-8?q?updater-tevent-0.17.1=20=E2=80=94=20tevent=20?= =?UTF-8?q?=E2=86=92=200.17.1=20(#12490)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 Co-authored-by: chromebrew-actions[bot] --- manifest/armv7l/t/tevent.filelist | 2 +- manifest/i686/t/tevent.filelist | 2 +- manifest/x86_64/t/tevent.filelist | 6 +++--- packages/tevent.rb | 10 +++++----- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/manifest/armv7l/t/tevent.filelist b/manifest/armv7l/t/tevent.filelist index 9f87f57e29..da164ca374 100644 --- a/manifest/armv7l/t/tevent.filelist +++ b/manifest/armv7l/t/tevent.filelist @@ -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 diff --git a/manifest/i686/t/tevent.filelist b/manifest/i686/t/tevent.filelist index 08264375f3..7b97fefbfe 100644 --- a/manifest/i686/t/tevent.filelist +++ b/manifest/i686/t/tevent.filelist @@ -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 diff --git a/manifest/x86_64/t/tevent.filelist b/manifest/x86_64/t/tevent.filelist index 17c3dc4ad5..da4d72438e 100644 --- a/manifest/x86_64/t/tevent.filelist +++ b/manifest/x86_64/t/tevent.filelist @@ -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 diff --git a/packages/tevent.rb b/packages/tevent.rb index 5e99614058..cf2ecbbd94 100644 --- a/packages/tevent.rb +++ b/packages/tevent.rb @@ -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