www/py-pastedeploy: Update to 3.1.0

Changes:	https://github.com/Pylons/pastedeploy/blob/main/docs/news.rst
This commit is contained in:
Po-Chuan Hsieh 2023-11-27 18:03:24 +08:00
parent d4bc36b300
commit 64b4e19e03
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
3 changed files with 7 additions and 8 deletions

View file

@ -1,6 +1,5 @@
PORTNAME= pastedeploy
PORTVERSION= 3.0.1
PORTREVISION= 1
PORTVERSION= 3.1.0
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,7 +12,7 @@ WWW= https://pylonsproject.org/ \
LICENSE= MIT
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=41:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1684104580
SHA256 (PasteDeploy-3.0.1.tar.gz) = 5f4b4d5fddd39b8947ea727161e366bf55b90efc60a4d1dd7976b9031d0b4e5f
SIZE (PasteDeploy-3.0.1.tar.gz) = 37389
TIMESTAMP = 1700759878
SHA256 (PasteDeploy-3.1.0.tar.gz) = 9ddbaf152f8095438a9fe81f82c78a6714b92ae8e066bed418b6a7ff6a095a95
SIZE (PasteDeploy-3.1.0.tar.gz) = 37841

View file

@ -1,9 +1,9 @@
--- setup.cfg.orig 2022-10-17 20:00:23 UTC
--- setup.cfg.orig 2023-11-21 04:53:39 UTC
+++ setup.cfg
@@ -1,5 +1,5 @@
[metadata]
-name = PasteDeploy
+name = pastedeploy
version = 3.0.1
version = 3.1.0
author = Ian Bicking
author_email = pylons-discuss@googlegroups.com