!6 Update to 1.0.0
From: @starlet-dx Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
530167ed48
BIN
dotenv-1.0.0.tar.gz
Normal file
BIN
dotenv-1.0.0.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-dotenv
|
Name: python-dotenv
|
||||||
Version: 0.21.1
|
Version: 1.0.0
|
||||||
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#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/theskumar/python-dotenv/archive/v%{version}/dotenv-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
|
||||||
@ -30,7 +30,7 @@ Provides: python3-dotenv-doc
|
|||||||
Development documents and examples for python-dotenv.
|
Development documents and examples for python-dotenv.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n python-dotenv-%{version}
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -75,6 +75,9 @@ find %{buildroot} -type f -exec file {} ';' | grep "\<ELF\>" | awk -F ':' '{prin
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 04 2023 yaoxin <yaoxin30@h-partners.com> - 1.0.0-1
|
||||||
|
- Update to 1.0.0
|
||||||
|
|
||||||
* Tue Feb 21 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.21.1-1
|
* Tue Feb 21 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.21.1-1
|
||||||
- Update package to version 0.21.1
|
- Update package to version 0.21.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user