Update to 1.0.0
This commit is contained in:
parent
c18c099989
commit
492434ce18
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
|
||||
Name: python-dotenv
|
||||
Version: 0.21.1
|
||||
Version: 1.0.0
|
||||
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#/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/theskumar/python-dotenv/archive/v%{version}/dotenv-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
|
||||
@ -30,7 +30,7 @@ Provides: python3-dotenv-doc
|
||||
Development documents and examples for python-dotenv.
|
||||
|
||||
%prep
|
||||
%autosetup -n python-dotenv-%{version}
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -75,6 +75,9 @@ find %{buildroot} -type f -exec file {} ';' | grep "\<ELF\>" | awk -F ':' '{prin
|
||||
%{_docdir}/*
|
||||
|
||||
%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
|
||||
- Update package to version 0.21.1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user