Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Nov 2021 13:46:52 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d6bf64b68aa6 - main - net/py-suds-community: Update to 1.0.0
Message-ID:  <202111011346.1A1Dkqo2050747@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d6bf64b68aa6e72e79a072aa95c6b4124ce8cf9f

commit d6bf64b68aa6e72e79a072aa95c6b4124ce8cf9f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-11-01 13:26:50 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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 <sunpoet@FreeBSD.org>
 
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111011346.1A1Dkqo2050747>