From nobody Sun Nov 28 17:41:49 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id AA65F18A720A; Sun, 28 Nov 2021 17:41:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4J2G4t1nsVz4fNY; Sun, 28 Nov 2021 17:41:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0B01B1351F; Sun, 28 Nov 2021 17:41:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1ASHfnSi007530; Sun, 28 Nov 2021 17:41:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1ASHfndx007529; Sun, 28 Nov 2021 17:41:49 GMT (envelope-from git) Date: Sun, 28 Nov 2021 17:41:49 GMT Message-Id: <202111281741.1ASHfndx007529@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "=?utf-8?Q?Alexandre C. Guimar=C3=A3es?=" Subject: git: e542b12a9087 - main - devel/py-confuse: Update to 1.7.0 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rigoletto X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e542b12a9087c58714f9bfa2db9a1b797ce61bac Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638121310; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=exGXPLw6KFtufQClo1QrthqDmUGSwAAKhKePDf95xi8=; b=YmpijQ1t5eKNPpR5tHvx1YntKQEru7yponosgBbiyo6KsjgYPS/0Nnmsu7Y7Rcqbqx74YV TOnWfSaW8K2nVjm3yN3dydrIvQQ2LF55Op7muSHmGhcoXyZLpGsUqQGF7E9Zx4S3fNZaq4 nMU2DFaKZAU1DAemNxpMWgBgzdIdEKrvMjXr7ad7eyUCpFMyt51nVQ8CWjeP2zpmNESObG GD9LY5QEtb2LnZdzNlDgmduBxv1uIrbOQFBqU3K5E2DAFt7EppSfv7nVbmzP/nuuWp1HwG MoFbpoU4u3puNAID0HubAkED90r4dop8RWds3U5o6/G55I7eMMK7XXqJWuKSNA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638121310; a=rsa-sha256; cv=none; b=keM8ORlZD3uLGwzFPdjO8b9+4NEW8ITG2nXaGzPWgz5ZTDygwM1abhs59FcUNpgMo032r3 xKO9ORBUx1PwPCuLB15KnuVfoPMeK52VkzhgCLbv0tW5yoAG4T7/bphELDOtntwg7BFgDu SQZZYqowO2IdWT+MbiqdeUim0Pm/om+t93WKdWVoID0ApsXXWyjvupiX11GrJnFLDPkzFC jQTEiND6FLOpoHH30BLwejQP/Y4tVSqO9X4ahWdy9MQd++0dh4eFPu+PqkbwtQv0B+YaWn vCehU5axp4+wChe6OzlPaEIi8hI8Xy/eMq8kSJPeKWoBGWH+nmNyhmvuEzqjbg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by rigoletto: URL: https://cgit.FreeBSD.org/ports/commit/?id=e542b12a9087c58714f9bfa2db9a1b797ce61bac commit e542b12a9087c58714f9bfa2db9a1b797ce61bac Author: Alexandre C. GuimarĂ£es AuthorDate: 2021-11-28 17:41:24 +0000 Commit: Alexandre C. GuimarĂ£es CommitDate: 2021-11-28 17:41:24 +0000 devel/py-confuse: Update to 1.7.0 --- devel/py-confuse/Makefile | 2 +- devel/py-confuse/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-confuse/Makefile b/devel/py-confuse/Makefile index 5d21f3e1ea1c..8089292fb089 100644 --- a/devel/py-confuse/Makefile +++ b/devel/py-confuse/Makefile @@ -1,5 +1,5 @@ PORTNAME= confuse -PORTVERSION= 1.6.0 +DISTVERSION= 1.7.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-confuse/distinfo b/devel/py-confuse/distinfo index 183aabdb6eb2..760f3718fa49 100644 --- a/devel/py-confuse/distinfo +++ b/devel/py-confuse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1634424283 -SHA256 (confuse-1.6.0.tar.gz) = d60104c0b2a708041ac27487fa6ee69bd37d910549659c7ba92f52cbe2ced4dc -SIZE (confuse-1.6.0.tar.gz) = 45780 +TIMESTAMP = 1638115778 +SHA256 (confuse-1.7.0.tar.gz) = c9fe8474516a62397f8e52fcf89547bb2f2737b1a4a6f6dec11a286f0b3a7401 +SIZE (confuse-1.7.0.tar.gz) = 50503