From owner-dev-commits-ports-all@freebsd.org Thu Jun 10 14:49:07 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 3A43F64D529; Thu, 10 Jun 2021 14:49:07 +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 4G16LR1SPLz4vC3; Thu, 10 Jun 2021 14:49:00 +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 9216311957; Thu, 10 Jun 2021 14:48:55 +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 15AEmtec049680; Thu, 10 Jun 2021 14:48:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15AEmt4R049679; Thu, 10 Jun 2021 14:48:55 GMT (envelope-from git) Date: Thu, 10 Jun 2021 14:48:55 GMT Message-Id: <202106101448.15AEmt4R049679@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 5b4b8154ae01 - main - www/py-requests-mock: Update to 1.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5b4b8154ae0189b8b2265e085497f5282af54605 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jun 2021 14:49:08 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b4b8154ae0189b8b2265e085497f5282af54605 commit 5b4b8154ae0189b8b2265e085497f5282af54605 Author: Po-Chuan Hsieh AuthorDate: 2021-06-10 14:30:31 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-10 14:46:17 +0000 www/py-requests-mock: Update to 1.9.3 Changes: https://github.com/jamielennox/requests-mock/releases https://github.com/jamielennox/requests-mock/commits/master --- www/py-requests-mock/Makefile | 2 +- www/py-requests-mock/distinfo | 6 +++--- www/py-requests-mock/pkg-descr | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/www/py-requests-mock/Makefile b/www/py-requests-mock/Makefile index be831c1ea82e..620382ab6abb 100644 --- a/www/py-requests-mock/Makefile +++ b/www/py-requests-mock/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= requests-mock -PORTVERSION= 1.9.2 +PORTVERSION= 1.9.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-requests-mock/distinfo b/www/py-requests-mock/distinfo index 68ba161e7758..f2731639cacd 100644 --- a/www/py-requests-mock/distinfo +++ b/www/py-requests-mock/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620298658 -SHA256 (requests-mock-1.9.2.tar.gz) = 33296f228d8c5df11a7988b741325422480baddfdf5dd9318fd0eb40c3ed8595 -SIZE (requests-mock-1.9.2.tar.gz) = 67383 +TIMESTAMP = 1622213958 +SHA256 (requests-mock-1.9.3.tar.gz) = 8d72abe54546c1fc9696fa1516672f1031d72a55a1d66c85184f972a24ba0eba +SIZE (requests-mock-1.9.3.tar.gz) = 67988 diff --git a/www/py-requests-mock/pkg-descr b/www/py-requests-mock/pkg-descr index 56a4d3429f66..7a641f95aa87 100644 --- a/www/py-requests-mock/pkg-descr +++ b/www/py-requests-mock/pkg-descr @@ -1,5 +1,4 @@ requests-mock provides a building block to stub out the HTTP requests portions of your testing code. -WWW: https://pypi.org/project/requests-mock/ WWW: https://github.com/jamielennox/requests-mock