diff options
author | Isaac Yu <isaacyu1@isaacyu1.coM> | 2022-04-01 11:44:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:19:03 +0700 |
commit | f060dc0203027e1d86a0189f5389685043871b27 (patch) | |
tree | 5840e1cc9854a1d78d27c139c50a3edc44536c50 | |
parent | 6733fb97c56cefb94767a6b38c59bc77d967c921 (diff) |
python/pluggy: Updated for version 0.13.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/pluggy/pluggy.SlackBuild | 3 | ||||
-rw-r--r-- | python/pluggy/pluggy.info | 10 |
2 files changed, 7 insertions, 6 deletions
diff --git a/python/pluggy/pluggy.SlackBuild b/python/pluggy/pluggy.SlackBuild index ce09befcbb91..3f209cd47a08 100644 --- a/python/pluggy/pluggy.SlackBuild +++ b/python/pluggy/pluggy.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for pluggy # Copyright 2015-2019 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pluggy -VERSION=${VERSION:-0.9.0} +VERSION=${VERSION:-0.13.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/pluggy/pluggy.info b/python/pluggy/pluggy.info index 40f7349c5f9d..d500a6d3f8f3 100644 --- a/python/pluggy/pluggy.info +++ b/python/pluggy/pluggy.info @@ -1,10 +1,10 @@ PRGNAM="pluggy" -VERSION="0.9.0" +VERSION="0.13.1" HOMEPAGE="https://github.com/pytest-dev/pluggy" -DOWNLOAD="https://files.pythonhosted.org/packages/a7/8c/55c629849c64e665258d8976322dfdad171fa2f57117590662d8a67618a4/pluggy-0.9.0.tar.gz" -MD5SUM="59c5ec4959c0597369dc06177bbd2c09" +DOWNLOAD="https://files.pythonhosted.org/packages/f8/04/7a8542bed4b16a65c2714bf76cf5a0b026157da7f75e87cc88774aa10b14/pluggy-0.13.1.tar.gz" +MD5SUM="7f610e28b8b34487336b585a3dfb803d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python2-setuptools-scm" -MAINTAINER="Dimitris Zlatanidis" -EMAIL="d.zlatanidis@gmail.com" +MAINTAINER="Isaac Yu" +EMAIL="isaacyu1@isaacyu1.coM" |