svn commit: r565134 - in head/security/py-pgpy: . files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat Feb 13 13:05:21 UTC 2021
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 at 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]
More information about the svn-ports-all
mailing list