From owner-svn-ports-all@freebsd.org Mon May 25 19:17:32 2020 Return-Path: Delivered-To: svn-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 0D59632FD35; Mon, 25 May 2020 19:17:32 +0000 (UTC) (envelope-from olgeni@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49W6L36Yh9z4PsW; Mon, 25 May 2020 19:17:31 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D78B21723C; Mon, 25 May 2020 19:17:31 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04PJHVnm086851; Mon, 25 May 2020 19:17:31 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04PJHVWY086849; Mon, 25 May 2020 19:17:31 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <202005251917.04PJHVWY086849@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 25 May 2020 19:17:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536522 - head/net-im/py-python-telegram-bot X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/net-im/py-python-telegram-bot X-SVN-Commit-Revision: 536522 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2020 19:17:32 -0000 Author: olgeni Date: Mon May 25 19:17:31 2020 New Revision: 536522 URL: https://svnweb.freebsd.org/changeset/ports/536522 Log: Update net-im/py-python-telegram-bot to version 12.7 and apply portfmt. Modified: head/net-im/py-python-telegram-bot/Makefile head/net-im/py-python-telegram-bot/distinfo Modified: head/net-im/py-python-telegram-bot/Makefile ============================================================================== --- head/net-im/py-python-telegram-bot/Makefile Mon May 25 18:36:39 2020 (r536521) +++ head/net-im/py-python-telegram-bot/Makefile Mon May 25 19:17:31 2020 (r536522) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= python-telegram-bot -PORTVERSION= 12.3.0 +PORTVERSION= 12.7 CATEGORIES= net-im devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,11 +13,14 @@ COMMENT= Not just a Python wrapper around the Telegram LICENSE= LGPL3 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR} NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils +PYDISTUTILS_BUILDARGS= --with-upstream-urllib3 .include Modified: head/net-im/py-python-telegram-bot/distinfo ============================================================================== --- head/net-im/py-python-telegram-bot/distinfo Mon May 25 18:36:39 2020 (r536521) +++ head/net-im/py-python-telegram-bot/distinfo Mon May 25 19:17:31 2020 (r536522) @@ -1,3 +1,3 @@ -TIMESTAMP = 1578908776 -SHA256 (python-telegram-bot-12.3.0.tar.gz) = 41608512a3025a04ff7472efcaae344ad7533a77ae207685bb10fc2fc8282f7b -SIZE (python-telegram-bot-12.3.0.tar.gz) = 231724 +TIMESTAMP = 1590432967 +SHA256 (python-telegram-bot-12.7.tar.gz) = 218b0583afb8baeefe6f2f1ddd8f1bb1ae30f0af3ce9160a372abd2cdf258eef +SIZE (python-telegram-bot-12.7.tar.gz) = 253616