From owner-dev-commits-ports-main@freebsd.org Tue Jun 1 12:14:43 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CC20765321C; Tue, 1 Jun 2021 12:14:43 +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 4FvWLW251qz4sSg; Tue, 1 Jun 2021 12:14:43 +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 2F1A42344B; Tue, 1 Jun 2021 12:14:43 +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 151CEhdt091369; Tue, 1 Jun 2021 12:14:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 151CEh17091368; Tue, 1 Jun 2021 12:14:43 GMT (envelope-from git) Date: Tue, 1 Jun 2021 12:14:43 GMT Message-Id: <202106011214.151CEh17091368@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Wen Heping Subject: git: cbb8e3610608 - main - textproc/py-chardet: Update to 4.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: wen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: cbb8e36106080a07bcedff674c1ee411b70aef35 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jun 2021 12:14:43 -0000 The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=cbb8e36106080a07bcedff674c1ee411b70aef35 commit cbb8e36106080a07bcedff674c1ee411b70aef35 Author: Wen Heping AuthorDate: 2021-06-01 10:11:21 +0000 Commit: Wen Heping CommitDate: 2021-06-01 10:11:21 +0000 textproc/py-chardet: Update to 4.0.0 PR: 255025 Submitted by: takefu@airport.fm --- textproc/py-chardet/Makefile | 3 +-- textproc/py-chardet/distinfo | 6 +++--- textproc/py-chardet/files/patch-test.py | 16 ---------------- 3 files changed, 4 insertions(+), 21 deletions(-) diff --git a/textproc/py-chardet/Makefile b/textproc/py-chardet/Makefile index 9319b17eb709..252e0b74765b 100644 --- a/textproc/py-chardet/Makefile +++ b/textproc/py-chardet/Makefile @@ -1,8 +1,7 @@ # Created by: arved PORTNAME= chardet -PORTVERSION= 3.0.4 -PORTREVISION= 3 +PORTVERSION= 4.0.0 PORTEPOCH= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP diff --git a/textproc/py-chardet/distinfo b/textproc/py-chardet/distinfo index 67ca82c9295b..1a905f7a6a83 100644 --- a/textproc/py-chardet/distinfo +++ b/textproc/py-chardet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499956132 -SHA256 (chardet-3.0.4.tar.gz) = 84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae -SIZE (chardet-3.0.4.tar.gz) = 1868453 +TIMESTAMP = 1622541529 +SHA256 (chardet-4.0.0.tar.gz) = 0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa +SIZE (chardet-4.0.0.tar.gz) = 1907771 diff --git a/textproc/py-chardet/files/patch-test.py b/textproc/py-chardet/files/patch-test.py deleted file mode 100644 index 73c3e092398b..000000000000 --- a/textproc/py-chardet/files/patch-test.py +++ /dev/null @@ -1,16 +0,0 @@ -From 0561ddcedcd12ea1f98b7ddedb93686ed8a5ffa4 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= -Date: Tue, 12 Mar 2019 18:44:36 +0100 -Subject: [PATCH] Support pytest 4, don't apply marks directly to parameters - -Fixes https://github.com/chardet/chardet/issues/173 - ---- test.py.orig 2019-12-18 03:03:28 UTC -+++ test.py -@@ -59,7 +59,7 @@ def gen_test_params(): - full_path = join(path, file_name) - test_case = full_path, encoding - if full_path in EXPECTED_FAILURES: -- test_case = pytest.mark.xfail(test_case) -+ test_case = pytest.param(*test_case, marks=pytest.mark.xfail) - yield test_case