Update to 1.0.0

This commit is contained in:
starlet-dx 2023-04-04 16:51:26 +08:00
parent c18c099989
commit 492434ce18
3 changed files with 6 additions and 3 deletions

BIN
dotenv-1.0.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -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