!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:
commit
c18c099989
BIN
python-dotenv-0.21.1.tar.gz
Normal file
BIN
python-dotenv-0.21.1.tar.gz
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
|
||||
BIN
v0.21.0.tar.gz
BIN
v0.21.0.tar.gz
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user