From patchwork Thu Sep 21 15:48:04 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7238 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 4Rs0DM4mw9z3ws3 for ; Thu, 21 Sep 2023 15:48:19 +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 4Rs0DG6K0Hz3pX; Thu, 21 Sep 2023 15:48:14 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Rs0DG3Z2pz306n; Thu, 21 Sep 2023 15:48:14 +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 4Rs0DF0FGtz2xBH 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 4Rs0DD49Z3z1CQ; Thu, 21 Sep 2023 15:48:12 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1695311292; 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=b3HHDFdo2B7gXDvipSW+1wby2cJyyteu1bDx63HOhU4=; b=rkPIUAtoeWhhZl69S+vIuaJgd1Utt3QNFyLZ80KC11PEOM0ibRWpKZvvM2P+I3jpbQRDuB GW31qMWsyLuGy3DQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1695311292; 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=b3HHDFdo2B7gXDvipSW+1wby2cJyyteu1bDx63HOhU4=; b=t957PRBF8KED+0gSgYgcPTrYdTx/LWpHjsgnc03kh0xSbHXdguJbyrJZdMmYTDcky5oPq/ cQ2A7VZueAneFZODNwmzFJnfEEwD/BoJebfDLpr2x+tJ/HTdLzrItHskvdtm3zOU+EXZ2d pac0n1k7fG/JEws+X3Ic5fiSYt2SfCZiiPwsQh55koMFKqOuePvilNmXEp9xvbvBYKMSqB H9+l0kmXSV9Zd64XX0gensT3rictLRCMavjHPPpy/m/y0m+sMKUmf0uRgg0N5S2/kgBYbh G7Str2sDIersL5MLXVieIbBuFnBk51r86PTwI5xEz5X6mJmEvnQ81/upS+Yz4Q== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] python3-parted-3.13.0-1 Date: Thu, 21 Sep 2023 17:48:04 +0200 Message-ID: <20230921154809.2460-2-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 vesrion 3.12.0-1 to 3.13.0-1 - Changelog 3.13.0 Help the _ped module garbage collection in the test suite (dcantrell) Use 'return NULL' rather than 'return (PyObject *) NULL' in pydisk.c (dcantrell) Use Py_VISIT() in *_traverse() functions (dcantrell) Free allocated memory for temporary string buffers (dcantrell) Use Py_RETURN_NONE through the _ped module code (dcantrell) Coding style updates for the C code. (dcantrell) Some minor cleanups for the test case code (dcantrell) Remove DeprecationWarning in py_ped_constraint_duplicate() (dcantrell) Drop remaining Python 2.x handling from the Makefile (dcantrell) drop six (pgajdos) Reformat all Python source code using Python black (dcantrell) Update the AUTHORS file (dcantrell) Replace outdated Red Hat sample GPLv2+ boilerplates (dcantrell) Add support for loongarch (mahailiang) tests: Add PARTITION_LINUX_HOME to flag tests (bcl) Add support for no_automount partition flag (bcl) Add new disk types - disk uuid and partition uuid (bcl) tests: Remove feature values from DiskTypeStrTestCase (bcl) Add tests for high level partition type ID / UUID (berrange) Add tests for low level partition type ID / UUID (berrange) Add test base class helper for re-opening the device (berrange) Add test base class for GPT partitions (berrange) Fix start sector for test partition (berrange) Add example for viewing and changing GPT partition type UUID (berrange) Accept device path via argv for partition dump example (berrange) Add type ID / UUID to partition dump example (berrange) Map partition type ID / UUID accessors to Partition class (berrange) Bind low level APIs for type ID and UUID accessors (berrange) tests: Remove DeviceFreeAllTestCase (bcl) Add support for new libparted disk type features in parted-3.5 (dcantrell) Small Makefile updates (dcantrell) Remove .travis.yml file (dcantrell) Rename COPYING to LICENSE (dcantrell) A few minor updates to README.md (dcantrell) Change README to README.md (dcantrell) Signed-off-by: Adolf Belka --- python3-parted/python3-parted.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3-parted/python3-parted.nm b/python3-parted/python3-parted.nm index 1e5b81ce8..e32bb216f 100644 --- a/python3-parted/python3-parted.nm +++ b/python3-parted/python3-parted.nm @@ -4,7 +4,7 @@ ############################################################################### name = python3-parted -version = 3.12.0 +version = 3.13.0 release = 1 thisapp = pyparted-%{version}