From 3a527ff99c2c99df342b6c7986a4e220f5635c7d Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Mon, 17 Jan 2022 19:52:02 +0100 Subject: [PATCH] python3-wrapt: update to 1.13.3. --- srcpkgs/python3-wrapt/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-wrapt/template b/srcpkgs/python3-wrapt/template index eb8aa61817c..ada937b3688 100644 --- a/srcpkgs/python3-wrapt/template +++ b/srcpkgs/python3-wrapt/template @@ -1,18 +1,20 @@ # Template file for 'python3-wrapt' pkgname=python3-wrapt -version=1.12.1 -revision=6 +version=1.13.3 +revision=1 wrksrc="wrapt-${version}" build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel" depends="python3" +checkdepends="python3-pytest" short_desc="Python3 module for decorators, wrappers and monkey patching" -maintainer="Orphaned " +maintainer="Michal Vasilek " license="BSD-2-Clause" homepage="https://github.com/GrahamDumpleton/wrapt" +changelog="https://raw.githubusercontent.com/GrahamDumpleton/wrapt/develop/docs/changes.rst" distfiles="${PYPI_SITE}/w/wrapt/wrapt-${version}.tar.gz" -checksum=b62ffa81fb85f4332a4f609cab4ac40709470da05643a082ec1eb88e6d9b97d7 +checksum=1fea9cd438686e6682271d36f3481a9f3636195578bab9ca3382e2f5f01fc185 post_install() { vlicense LICENSE