From 82bfc78d4c69fb3ce618feda5193887040514eb7 Mon Sep 17 00:00:00 2001 From: icp Date: Tue, 14 Feb 2023 12:26:46 +0530 Subject: [PATCH] python3-dotenv: update to 0.21.1. --- srcpkgs/python3-dotenv/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template index c3869a7e25be..a816a4ff91fb 100644 --- a/srcpkgs/python3-dotenv/template +++ b/srcpkgs/python3-dotenv/template @@ -1,6 +1,6 @@ # Template file for 'python3-dotenv' pkgname=python3-dotenv -version=0.21.0 +version=0.21.1 revision=1 build_style=python3-module # CLI tests and test_set_key_permission_error fail in xbps-src's build environment @@ -12,8 +12,9 @@ short_desc="Python module to get and set variables in .env files" maintainer="Kartik Singh " license="BSD-3-Clause" homepage="https://github.com/theskumar/python-dotenv" -distfiles="https://github.com/theskumar/python-dotenv/archive/v${version}.tar.gz" -checksum=6496ae52e472bfb1498a5ffe0112550d93dc92596a1f9e4d8356943fffc6cbe4 +changelog="https://raw.githubusercontent.com/theskumar/python-dotenv/main/CHANGELOG.md" +distfiles="https://github.com/theskumar/python-dotenv/archive/refs/tags/v${version}.tar.gz" +checksum=c7c8c77984ac4d6914c09182133b49204a1bec383783b879016135c1e69393fe post_install() { vlicense LICENSE