14
0

- 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:
Tomáš Chvátal
2019-07-22 13:21:25 +00:00
committed by Git OBS Bridge
parent 9baf85d349
commit b245c51864
4 changed files with 12 additions and 4 deletions

View File

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