From 1fc74ec9167ab862db5b28f23fff3f8ac5feb5a7 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 | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template index c3869a7e25be..9dbd84cba690 100644 --- a/srcpkgs/python3-dotenv/template +++ b/srcpkgs/python3-dotenv/template @@ -1,10 +1,13 @@ # 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 -make_check_args="-k not((test_cli)or(test_set_key_permission_error))" +make_check_args="-k not(test_run) + --deselect tests/test_cli.py::test_get_default_path + --deselect tests/test_main.py::test_set_key_permission_error + --deselect tests/test_main.py::test_set_key_unauthorized_file" hostmakedepends="python3-setuptools" depends="python3-click" checkdepends="${depends} python3-ipython python3-mock python3-pytest python3-sh" @@ -12,8 +15,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