From 1248fadf5731aa020d2fdfbc444bf9a994155ad4 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Mon, 17 Jan 2022 19:51:54 +0100 Subject: [PATCH] python3-lazy-object-proxy: update to 1.7.1. --- srcpkgs/python3-lazy-object-proxy/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-lazy-object-proxy/template b/srcpkgs/python3-lazy-object-proxy/template index 1e3301dd1f4..b11ee517529 100644 --- a/srcpkgs/python3-lazy-object-proxy/template +++ b/srcpkgs/python3-lazy-object-proxy/template @@ -1,18 +1,20 @@ # Template file for 'python3-lazy-object-proxy' pkgname=python3-lazy-object-proxy -version=1.5.2 -revision=3 +version=1.7.1 +revision=1 wrksrc="lazy-object-proxy-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" makedepends="python3-devel" depends="python3" short_desc="Fast and thorough lazy object proxy (Python3)" -maintainer="Orphaned " +maintainer="Michal Vasilek " license="BSD-2-Clause" homepage="https://github.com/ionelmc/python-lazy-object-proxy" +changelog="https://raw.githubusercontent.com/ionelmc/python-lazy-object-proxy/master/CHANGELOG.rst" distfiles="${PYPI_SITE}/l/lazy-object-proxy/lazy-object-proxy-${version}.tar.gz" -checksum=5944a9b95e97de1980c65f03b79b356f30a43de48682b8bdd90aa5089f0ec1f4 +checksum=d609c75b986def706743cdebe5e47553f4a5a1da9c5ff66d76013ef396b5a8a4 +make_check=no # needs pytest-testpath and pytest-benchmark post_install() { vlicense LICENSE