From nobody Mon Nov 1 13:46:52 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 64F4A1838309; Mon, 1 Nov 2021 13:46:59 +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 4HjZ8L1ZKdz4kr4; Mon, 1 Nov 2021 13:46:58 +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 763A712A13; Mon, 1 Nov 2021 13:46:52 +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 1A1DkqGZ050748; Mon, 1 Nov 2021 13:46:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1A1Dkqo2050747; Mon, 1 Nov 2021 13:46:52 GMT (envelope-from git) Date: Mon, 1 Nov 2021 13:46:52 GMT Message-Id: <202111011346.1A1Dkqo2050747@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: d6bf64b68aa6 - main - net/py-suds-community: Update to 1.0.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: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d6bf64b68aa6e72e79a072aa95c6b4124ce8cf9f Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d6bf64b68aa6e72e79a072aa95c6b4124ce8cf9f commit d6bf64b68aa6e72e79a072aa95c6b4124ce8cf9f Author: Po-Chuan Hsieh AuthorDate: 2021-11-01 13:26:50 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-11-01 13:41:49 +0000 net/py-suds-community: Update to 1.0.0 Changes: https://github.com/suds-community/suds/blob/master/CHANGELOG.md --- net/py-suds-community/Makefile | 2 +- net/py-suds-community/distinfo | 6 +++--- net/py-suds-community/files/patch-setup.py | 16 ---------------- 3 files changed, 4 insertions(+), 20 deletions(-) diff --git a/net/py-suds-community/Makefile b/net/py-suds-community/Makefile index bd9bc015fe34..4b0ad656372d 100644 --- a/net/py-suds-community/Makefile +++ b/net/py-suds-community/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= suds-community -PORTVERSION= 0.8.5 +PORTVERSION= 1.0.0 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/py-suds-community/distinfo b/net/py-suds-community/distinfo index cdedd374fe4e..58aa058f2ea6 100644 --- a/net/py-suds-community/distinfo +++ b/net/py-suds-community/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1634391082 -SHA256 (suds-community-0.8.5.tar.gz) = 6412d45027bc8e85f96749470598eafaecf368093467d2f2d5afa2e6dd953140 -SIZE (suds-community-0.8.5.tar.gz) = 277891 +TIMESTAMP = 1635730999 +SHA256 (suds-community-1.0.0.tar.gz) = 8998fb0b242e4393feffc0a7352577ce282839fcf5f67287be854fc460ea0c6b +SIZE (suds-community-1.0.0.tar.gz) = 282894 diff --git a/net/py-suds-community/files/patch-setup.py b/net/py-suds-community/files/patch-setup.py deleted file mode 100644 index 4428d9ac41f4..000000000000 --- a/net/py-suds-community/files/patch-setup.py +++ /dev/null @@ -1,16 +0,0 @@ ---- setup.py.orig 2021-05-15 19:43:51 UTC -+++ setup.py -@@ -579,13 +579,6 @@ if sys.version_info >= (2, 5): - # ----------------------------------------------------------------------------- - - if sys.version_info >= (3,): -- # Integrate the py2to3 step into our build. -- if using_setuptools: -- extra_setup_params["use_2to3"] = True -- else: -- from distutils.command.build_py import build_py_2to3 -- distutils_cmdclass["build_py"] = build_py_2to3 -- - # Teach Python's urllib lib2to3 fixer that the old urllib2.__version__ data - # member is now stored in the urllib.request module. - import lib2to3.fixes.fix_urllib