Upgrade version to 0.21.0
This commit is contained in:
parent
a022c76853
commit
f5bdb9c3ca
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.19.0
|
Version: 0.21.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://files.pythonhosted.org/packages/59/39/20eb771fc2113fb67638d4f2e1905c51b0c75862d09018a393470234a51c/python-dotenv-0.19.0.tar.gz
|
Source0: https://github.com/theskumar/python-dotenv/archive/refs/tags/v%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: python3-click
|
Requires: python3-click
|
||||||
@ -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-0.19.0
|
%autosetup -n python-dotenv-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -75,5 +75,8 @@ find %{buildroot} -type f -exec file {} ';' | grep "\<ELF\>" | awk -F ':' '{prin
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 6 2022 lijian <lijian2@kylinos.cn> - 0.21.0-1
|
||||||
|
- Upgrade version to 0.21.0
|
||||||
|
|
||||||
* Sat Oct 09 2021 yinzehao <yinzehao@uniontech.com> - 0.19.0-1
|
* Sat Oct 09 2021 yinzehao <yinzehao@uniontech.com> - 0.19.0-1
|
||||||
- Package init.
|
- Package init.
|
||||||
|
|||||||
4
python-dotenv.yaml
Normal file
4
python-dotenv.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: theskumar/python-dotenv
|
||||||
|
tag_prefix: "^v"
|
||||||
|
separator: "."
|
||||||
BIN
v0.21.0.tar.gz
Normal file
BIN
v0.21.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user