!5 Update package to version 0.21.1

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-02-24 03:09:46 +00:00 committed by Gitee
commit c18c099989
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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.