From patchwork Thu Sep 21 15:48:06 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7240 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Rs0DN6Mj6z3ws3 for ; Thu, 21 Sep 2023 15:48:20 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Rs0DJ5FPTz3pp; Thu, 21 Sep 2023 15:48:16 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Rs0DJ4G5Hz30Dy; Thu, 21 Sep 2023 15:48:16 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Rs0DF3s4Dz2xBH for ; Thu, 21 Sep 2023 15:48:13 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Rs0DF2Mbfzvy; Thu, 21 Sep 2023 15:48:13 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1695311293; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Rw4f7e56M345840Rdo21juhHq8oFbahbFAorcCyYWCg=; b=11gtKlBEM5b1RNF45hkmn6nqympVES0PiPvab2gRKQKZGi4ibWmqbXn8HfquGFeOsLGAnN OP4vOdOjZpjlbkDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1695311293; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Rw4f7e56M345840Rdo21juhHq8oFbahbFAorcCyYWCg=; b=KmSBeSELoGUK89IRulrGeV6LUDK6uZ3NG4AXpLhcd/A7Vxyb77BNZdWG564twh57poSXEi wAmDk5WEzedudHOiET8L+HD2VzNfPJ09LZhpqrY2rv6yVFfBVUVweeqrcZjFofevShxGlw 6OBGq/31+HJVdTWMuhxdAEl4ejW+MKA1G3FUO+PDL0rAsnjyf8hyplGlucraRgEb8f0x5w uFbonbzNvtzwEf+s0IBCF10+HQ+2xC3kJE0rBskR9uE1n6Ts294w9cooBwCPSlZyHkuSP2 oKAyfk0PQXqEXnineTMvyTk2rH+6coVXtkWGa2NKP9aM0iYwcEVX+uijCYFSow== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] python3-setproctitle: Update to version 1.3.2-1 Date: Thu, 21 Sep 2023 17:48:06 +0200 Message-ID: <20230921154809.2460-4-adolf.belka@ipfire.org> In-Reply-To: <20230921154809.2460-1-adolf.belka@ipfire.org> References: <20230921154809.2460-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - IPFire-3.x - Update from version 1.3.1-1 to 1.3.2-1 - Changelog 1.3.2 Restore import-time initialization of macOS to avoid crash on thread+fork (issue #113). Signed-off-by: Adolf Belka --- python3-setproctitle/python3-setproctitle.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3-setproctitle/python3-setproctitle.nm b/python3-setproctitle/python3-setproctitle.nm index 924e6cdaf..1aff88745 100644 --- a/python3-setproctitle/python3-setproctitle.nm +++ b/python3-setproctitle/python3-setproctitle.nm @@ -4,7 +4,7 @@ ############################################################################### name = python3-setproctitle -version = 1.3.1 +version = 1.3.2 release = 1 thisapp = py-setproctitle-version-%{version}