From patchwork Sun Apr 10 11:18:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5489 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4KbqLQ1wvNz3x1Y for ; Sun, 10 Apr 2022 11:21:18 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4KbqLP5Lzbz4S4; Sun, 10 Apr 2022 11:21:17 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KbqLP4tz6z2ypK; Sun, 10 Apr 2022 11:21:17 +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 4KbqLN4lBlz2xPC for ; Sun, 10 Apr 2022 11:21:16 +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 (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4KbqLN3P4kz3D; Sun, 10 Apr 2022 11:21:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1649589676; 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=RuYNz6lONBtVVkWr8SQRMXf6u0hhHTZX18sluzAnHsA=; b=vrtBfcxx2rEWWT+dfKy06Pe3+PS2bqjCwZDXfOz75ov6wfhi4W3ENtm3CXpFSLiPHpKNqG 3cRza1WBdXRzqhAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1649589676; 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=RuYNz6lONBtVVkWr8SQRMXf6u0hhHTZX18sluzAnHsA=; b=SZkHKIaJXpi3QHvdB3m3lVUhqlnm6PTwb9qoBNBsDCQpd0CS26BbPJcb5lAADon7kp0Trj BJ3wccoH2F6E5ytOtI52Qp1nXKrYnD4suh2nXscA+UWKXLWVexaLPNahZJo3Lg1bFQ0kAu AmM+82PG1n8i+rWYGJNn8EQsT2bNK+3Ksn/OJsCYPgZWPWoPcIP61/OEcUM2CYu4eAEuQx SwQnFaNjTktrzBWuSIm2xNT1s7acPFvItw0PgkoLsNSf6eiiNevJTa15xuN/34sO9AhgAZ MtAtCLJ2gaUf2+W/2ZzaugA/faPM0Oij8I/yOcQw8R9BQD1bTiJBO7KZGdPx7Q== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] python3-tomli: Update to version 2.0.1 Date: Sun, 10 Apr 2022 13:18:18 +0200 Message-Id: <20220410111821.3479488-12-adolf.belka@ipfire.org> In-Reply-To: <20220410111821.3479488-1-adolf.belka@ipfire.org> References: <20220410111821.3479488-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" - Update from 2.0.0 to 2.0.1 - Update of rootfile - Changelog 2.0.1 Improve Make bundling easier by using relative imports internally and adding license and copyright notice to source files. Make error messages more uniform Raise a friendly TypeError for wrong file mode Allow parse_float to return objects having the append attr Eagerly raise an error if parse_float returns an illegal type Packaging Move from pytest testing framework to unittest and remove python-dateutil test dependency. Tests now only require Python interpreter. Signed-off-by: Adolf Belka --- config/rootfiles/common/python3-tomli | 10 +++++----- lfs/python3-tomli | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/rootfiles/common/python3-tomli b/config/rootfiles/common/python3-tomli index 5c24ff0ea..30605a46a 100644 --- a/config/rootfiles/common/python3-tomli +++ b/config/rootfiles/common/python3-tomli @@ -1,9 +1,9 @@ #usr/lib/python3.10/site-packages/tomli -#usr/lib/python3.10/site-packages/tomli-2.0.0-py3.10.egg-info -#usr/lib/python3.10/site-packages/tomli-2.0.0-py3.10.egg-info/PKG-INFO -#usr/lib/python3.10/site-packages/tomli-2.0.0-py3.10.egg-info/SOURCES.txt -#usr/lib/python3.10/site-packages/tomli-2.0.0-py3.10.egg-info/dependency_links.txt -#usr/lib/python3.10/site-packages/tomli-2.0.0-py3.10.egg-info/top_level.txt +#usr/lib/python3.10/site-packages/tomli-2.0.1-py3.10.egg-info +#usr/lib/python3.10/site-packages/tomli-2.0.1-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/tomli-2.0.1-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/tomli-2.0.1-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/tomli-2.0.1-py3.10.egg-info/top_level.txt #usr/lib/python3.10/site-packages/tomli/__init__.py #usr/lib/python3.10/site-packages/tomli/_parser.py #usr/lib/python3.10/site-packages/tomli/_re.py diff --git a/lfs/python3-tomli b/lfs/python3-tomli index bfa6e0a3a..d543b69b9 100644 --- a/lfs/python3-tomli +++ b/lfs/python3-tomli @@ -24,7 +24,7 @@ include Config -VER = 2.0.0 +VER = 2.0.1 THISAPP = tomli-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = python3-tomli -PAK_VER = 1 +PAK_VER = 2 ############################################################################### # Top-level Rules @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = b3b17674ed08250e85b3b3b4e57364f201f3c795b6792155a220af5c682eede584aaac02159b5829b70ad7c196036e94d0db1983c7c581b67c574d392026234f +$(DL_FILE)_BLAKE2 = e0e8b6e73ab39fcc6ec7a29cd4368d66b997e4c48b98a38d43ba813e841f33fef305028425474f67aee931118bbf2f05c147b65af729c34d67834802b6a42ad8 install : $(TARGET)