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
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:15f76426bd39ac5ab2e27a819e521450ae3e9c0d85900a352b6e9484f6f4c808
|
|
||||||
size 18837
|
|
3
python-dotenv-0.10.3.tar.gz
Normal file
3
python-dotenv-0.10.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:197654dac69c3db824c7fcc5eb786745c3fbbacf45aab6336bc3f8deaaad73ec
|
||||||
|
size 19627
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 13:18:03 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.10.3:
|
||||||
|
* Small cleanups
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 25 08:58:11 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Sat May 25 08:58:11 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-python-dotenv
|
Name: python-python-dotenv
|
||||||
Version: 0.10.2
|
Version: 0.10.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python library for .env support
|
Summary: Python library for .env support
|
||||||
License: BSD-3-Clause
|
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}
|
%setup -q -n python-dotenv-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export LANG=C.UTF-8
|
||||||
%python_build
|
%python_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
export LANG=C.UTF-8
|
||||||
%python_install
|
%python_install
|
||||||
%python_clone -a %{buildroot}%{_bindir}/dotenv
|
%python_clone -a %{buildroot}%{_bindir}/dotenv
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
Reference in New Issue
Block a user