Update package to version 0.21.1

This commit is contained in:
jxy_git 2023-02-21 15:56:48 +08:00
parent d3b81f190c
commit c77d1f9a62
3 changed files with 7 additions and 4 deletions

BIN
python-dotenv-0.21.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,21 +1,21 @@
%global _empty_manifest_terminate_build 0
Name: python-dotenv
Version: 0.21.0
Version: 0.21.1
Release: 1
Summary: Read key-value pairs from a .env file and set them as environment variables
License: BSD-3-Clause
URL: https://github.com/theskumar/python-dotenv
Source0: https://github.com/theskumar/python-dotenv/archive/refs/tags/v%{version}.tar.gz
Source0: https://github.com/theskumar/python-dotenv/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildArch: noarch
Requires: python3-click
%description
Python-dotenv reads key-value pairs from a .env file and can set them as environment variables. It helps in the development of applications following the 12-factor principles.
%package -n python3-dotenv
Summary: Read key-value pairs from a .env file and set them as environment variables
Provides: python-dotenv
Provides: python-dotenv = %{version}-%{release}
Requires: python3-click
BuildRequires: python3-devel
BuildRequires: python3-setuptools
@ -75,6 +75,9 @@ find %{buildroot} -type f -exec file {} ';' | grep "\<ELF\>" | awk -F ':' '{prin
%{_docdir}/*
%changelog
* Tue Feb 21 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.21.1-1
- Update package to version 0.21.1
* Tue Dec 6 2022 lijian <lijian2@kylinos.cn> - 0.21.0-1
- Upgrade version to 0.21.0

Binary file not shown.