package/python-dotenv: bump to 1.1.1

Release notes:
https://github.com/theskumar/python-dotenv/releases/tag/v1.1.1

Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Marcus Hoffmann
2025-06-24 13:40:57 +02:00
committed by Julien Olivain
parent 813efddd54
commit 2286b6dd1b
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/python-dotenv/json
md5 9bdf50416b1c59832d2f77ad6afdf0d8 python_dotenv-1.1.0.tar.gz
sha256 41f90bc6f5f177fb41f53e87666db362025010eb28f60a01c9143bfa33a2b2d5 python_dotenv-1.1.0.tar.gz
md5 b3e9652d1974f8c7574c43f719799f3a python_dotenv-1.1.1.tar.gz
sha256 a8a6399716257f45be6a007360200409fce5cda2661e3dec71d23dc15f6189ab python_dotenv-1.1.1.tar.gz
# Locally computed sha256 checksums
sha256 80619b7049f08c81683ad0e01f08f257a840652dd71ee83146d36658c7d2c2b9 LICENSE

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_DOTENV_VERSION = 1.1.0
PYTHON_DOTENV_VERSION = 1.1.1
PYTHON_DOTENV_SOURCE = python_dotenv-$(PYTHON_DOTENV_VERSION).tar.gz
PYTHON_DOTENV_SITE = https://files.pythonhosted.org/packages/88/2c/7bb1416c5620485aa793f2de31d3df393d3686aa8a8506d11e10e13c5baf
PYTHON_DOTENV_SITE = https://files.pythonhosted.org/packages/f6/b0/4bc07ccd3572a2f9df7e6782f52b0c6c90dcbb803ac4a167702d7d0dfe1e
PYTHON_DOTENV_SETUP_TYPE = setuptools
PYTHON_DOTENV_LICENSE = BSD-3-Clause
PYTHON_DOTENV_LICENSE_FILES = LICENSE