From patchwork Sun Apr 10 11:18:14 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5485 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 4KbqKF6LRZz3xBx for ; Sun, 10 Apr 2022 11:20:17 +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 4KbqKF19lwz4Kd; Sun, 10 Apr 2022 11:20:17 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KbqKF0krjz2ypK; Sun, 10 Apr 2022 11:20: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 4KbqKC5WRdz2xSn for ; Sun, 10 Apr 2022 11:20:15 +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 4KbqKC4PTnz4GM; Sun, 10 Apr 2022 11:20:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1649589615; 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=5QwI790TBzuR4PkCV3G9ma2/AMcD4L26FWCYVztNGhs=; b=kh0h46OsIm0V5dkn/EZXxgmfwA+Jt+9h3M6DmThDZN2wLIIC/snfXlbtLT2Nl6FZyvD6GR IxikfWP5I052xo/kXWo8H7YW4ht5pUu1DrcmWWjkK2dW6O8NQacEvAIAEO9qZ3SxeelGbj NO3EtcYJSeHSyxH2Mm1SCUcUdTM9ssHu0ORQb/sRtqt8AXOHiLhsF41pcAfSdpsjrNKk+3 WrKrZNB1O52q2bIpGm4LtTrV2DWOu9QpuuhtAdPhCO3wTz7VJv8JPrhTQsV5Dd+2FtfG1s IK1X8TanM1OwRkJm4GW5K7eaO6XCid5QujXxHEYCIuh7vQO3/Y36gke97LLvGw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1649589615; 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=5QwI790TBzuR4PkCV3G9ma2/AMcD4L26FWCYVztNGhs=; b=aX3AV9YYRkLXagkaGcsPNuHzv3qeOTRYesav5ZfAtxTqPtR09jXy3E4/ezv6Z6fgC4m66V fVwSNVgLGBDlSfDg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] python3-semantic-version: Update to version 2.9.0 Date: Sun, 10 Apr 2022 13:18:14 +0200 Message-Id: <20220410111821.3479488-8-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.8.5 to 2.9.0 - Update of rootfile - Changelog 2.9.0 (2022-02-06) *New:* * Add support for Django 3.1, 3.2, 4.0 * Add support for Python 3.7 / 3.8 / 3.9 / 3.10 Signed-off-by: Adolf Belka --- config/rootfiles/packages/python3-semantic-version | 13 +++++++------ lfs/python3-semantic-version | 6 +++--- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/config/rootfiles/packages/python3-semantic-version b/config/rootfiles/packages/python3-semantic-version index 5c4ff5ec3..a5be99d34 100644 --- a/config/rootfiles/packages/python3-semantic-version +++ b/config/rootfiles/packages/python3-semantic-version @@ -1,10 +1,11 @@ usr/lib/python3.10/site-packages/semantic_version -#usr/lib/python3.10/site-packages/semantic_version-2.8.5-py3.10.egg-info -#usr/lib/python3.10/site-packages/semantic_version-2.8.5-py3.10.egg-info/PKG-INFO -#usr/lib/python3.10/site-packages/semantic_version-2.8.5-py3.10.egg-info/SOURCES.txt -#usr/lib/python3.10/site-packages/semantic_version-2.8.5-py3.10.egg-info/dependency_links.txt -#usr/lib/python3.10/site-packages/semantic_version-2.8.5-py3.10.egg-info/not-zip-safe -#usr/lib/python3.10/site-packages/semantic_version-2.8.5-py3.10.egg-info/top_level.txt +#usr/lib/python3.10/site-packages/semantic_version-2.9.0-py3.10.egg-info +#usr/lib/python3.10/site-packages/semantic_version-2.9.0-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/semantic_version-2.9.0-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/semantic_version-2.9.0-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/semantic_version-2.9.0-py3.10.egg-info/not-zip-safe +#usr/lib/python3.10/site-packages/semantic_version-2.9.0-py3.10.egg-info/requires.txt +#usr/lib/python3.10/site-packages/semantic_version-2.9.0-py3.10.egg-info/top_level.txt usr/lib/python3.10/site-packages/semantic_version/__init__.py usr/lib/python3.10/site-packages/semantic_version/base.py usr/lib/python3.10/site-packages/semantic_version/django_fields.py diff --git a/lfs/python3-semantic-version b/lfs/python3-semantic-version index 2153b0403..8b9979cf4 100644 --- a/lfs/python3-semantic-version +++ b/lfs/python3-semantic-version @@ -24,7 +24,7 @@ include Config -VER = 2.8.5 +VER = 2.9.0 THISAPP = semantic_version-$(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-semantic-version -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 = 5f966ca68358d4963b3a41574c100a8f78275445285aebbfa47d1febb0b7a2eb3a638254d4d1bd8e093acbef47a101ef0a0d7a86475313aefa211d2a0a3cfc19 +$(DL_FILE)_BLAKE2 = c487c49ad17e7ca224ca4b6602abb42d1406dad8d70a3f5d0c536160e5b2d706ff0e1497961e3b9e0391c6d773ab7d0e9699f171f5781cec1d36025450cb7019 install : $(TARGET)