forked from pool/python-python-dotenv
Accepting request 717596 from devel:languages:python
- Update to 0.10.3: * Small cleanups OBS-URL: https://build.opensuse.org/request/show/717596 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-dotenv?expand=0&rev=4
This commit is contained in:
@@ -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>
|
||||
|
||||
|
@@ -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