Date: Sat, 13 Feb 2021 13:05:19 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565134 - in head/security/py-pgpy: . files Message-ID: <202102131305.11DD5JeW066091@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Feb 13 13:05:19 2021 New Revision: 565134 URL: https://svnweb.freebsd.org/changeset/ports/565134 Log: - Update to 0.5.3 PR: 250180 Submitted by: contact@evilham.com (maintainer) Added: head/security/py-pgpy/files/ head/security/py-pgpy/files/patch-setup.cfg (contents, props changed) Modified: head/security/py-pgpy/Makefile head/security/py-pgpy/distinfo Modified: head/security/py-pgpy/Makefile ============================================================================== --- head/security/py-pgpy/Makefile Sat Feb 13 12:42:18 2021 (r565133) +++ head/security/py-pgpy/Makefile Sat Feb 13 13:05:19 2021 (r565134) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pgpy -PORTVERSION= 0.5.2 +PORTVERSION= 0.5.3 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-pgpy/distinfo ============================================================================== --- head/security/py-pgpy/distinfo Sat Feb 13 12:42:18 2021 (r565133) +++ head/security/py-pgpy/distinfo Sat Feb 13 13:05:19 2021 (r565134) @@ -1,3 +1,3 @@ -TIMESTAMP = 1585942192 -SHA256 (PGPy-0.5.2.tar.gz) = a702668a8b8fb84889ecd840da63c9e323d19bc2132cc5478d534ede3ec49444 -SIZE (PGPy-0.5.2.tar.gz) = 73523 +TIMESTAMP = 1602063076 +SHA256 (PGPy-0.5.3.tar.gz) = a49c269cedcaf82ac6999bcae5fd3f543ecb1c759f9d48a15ad8d8fa4ac03987 +SIZE (PGPy-0.5.3.tar.gz) = 605465 Added: head/security/py-pgpy/files/patch-setup.cfg ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-pgpy/files/patch-setup.cfg Sat Feb 13 13:05:19 2021 (r565134) @@ -0,0 +1,10 @@ +--- setup.cfg.orig 2020-10-07 09:40:41 UTC ++++ setup.cfg +@@ -39,7 +39,6 @@ install_requires = + enum34; python_version < '3.4' + setup_requires = + setuptools +- wheel + python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.* + + [build_sphinx]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102131305.11DD5JeW066091>