forked from pool/python-python-dotenv
- Update to 0.10.3:
* Small cleanups OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-dotenv?expand=0&rev=8
This commit is contained in:
committed by
Git OBS Bridge
parent
9baf85d349
commit
b245c51864
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-python-dotenv
|
||||
Version: 0.10.2
|
||||
Version: 0.10.3
|
||||
Release: 0
|
||||
Summary: Python library for .env support
|
||||
License: BSD-3-Clause
|
||||
@@ -49,9 +49,11 @@ Add .env support to your Fjango/Flask apps in development and deployments.
|
||||
%setup -q -n python-dotenv-%{version}
|
||||
|
||||
%build
|
||||
export LANG=C.UTF-8
|
||||
%python_build
|
||||
|
||||
%install
|
||||
export LANG=C.UTF-8
|
||||
%python_install
|
||||
%python_clone -a %{buildroot}%{_bindir}/dotenv
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
Reference in New Issue
Block a user