Update package to version 0.21.1
This commit is contained in:
parent
d3b81f190c
commit
c77d1f9a62
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
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-dotenv
|
Name: python-dotenv
|
||||||
Version: 0.21.0
|
Version: 0.21.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Read key-value pairs from a .env file and set them as environment variables
|
Summary: Read key-value pairs from a .env file and set them as environment variables
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/theskumar/python-dotenv
|
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
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: python3-click
|
|
||||||
|
|
||||||
%description
|
%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.
|
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
|
%package -n python3-dotenv
|
||||||
Summary: Read key-value pairs from a .env file and set them as environment variables
|
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-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
|
|
||||||
@ -75,6 +75,9 @@ find %{buildroot} -type f -exec file {} ';' | grep "\<ELF\>" | awk -F ':' '{prin
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Dec 6 2022 lijian <lijian2@kylinos.cn> - 0.21.0-1
|
||||||
- Upgrade version to 0.21.0
|
- 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