- Update to 0.5.3

PR:		250180
Submitted by:	contact@evilham.com (maintainer)
This commit is contained in:
Dmitry Marakasov 2021-02-13 13:05:19 +00:00
parent 6a9ee5095d
commit 2857017075
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=565134
3 changed files with 14 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= pgpy PORTNAME= pgpy
PORTVERSION= 0.5.2 PORTVERSION= 0.5.3
CATEGORIES= security python CATEGORIES= security python
MASTER_SITES= CHEESESHOP MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1585942192 TIMESTAMP = 1602063076
SHA256 (PGPy-0.5.2.tar.gz) = a702668a8b8fb84889ecd840da63c9e323d19bc2132cc5478d534ede3ec49444 SHA256 (PGPy-0.5.3.tar.gz) = a49c269cedcaf82ac6999bcae5fd3f543ecb1c759f9d48a15ad8d8fa4ac03987
SIZE (PGPy-0.5.2.tar.gz) = 73523 SIZE (PGPy-0.5.3.tar.gz) = 605465

View file

@ -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]