forked from pool/python-python-dotenv
Accepting request 786117 from devel:languages:python
- Update to 0.12.0: * various fixes OBS-URL: https://build.opensuse.org/request/show/786117 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-dotenv?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:197654dac69c3db824c7fcc5eb786745c3fbbacf45aab6336bc3f8deaaad73ec
|
|
||||||
size 19627
|
|
3
python-dotenv-0.12.0.tar.gz
Normal file
3
python-dotenv-0.12.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:679841cb4f0d5057a09b21c3bf9b95c701d1f7dda3a1b54ff6d0b83a443c42b4
|
||||||
|
size 20751
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 18 09:17:07 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.12.0:
|
||||||
|
* various fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 22 13:18:03 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Mon Jul 22 13:18:03 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-python-dotenv
|
# spec file for package python-python-dotenv
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,15 +18,15 @@
|
|||||||
|
|
||||||
%{?!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.3
|
Version: 0.12.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python library for .env support
|
Summary: Python library for .env support
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
URL: https://github.com/theskumar/python-dotenv
|
||||||
URL: http://github.com/theskumar/python-dotenv
|
|
||||||
Source: https://github.com/theskumar/python-dotenv/archive/v%{version}.tar.gz#/python-dotenv-%{version}.tar.gz
|
Source: https://github.com/theskumar/python-dotenv/archive/v%{version}.tar.gz#/python-dotenv-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module click >= 5.0}
|
BuildRequires: %{python_module click >= 5.0}
|
||||||
BuildRequires: %{python_module jupyter_ipython}
|
BuildRequires: %{python_module jupyter_ipython}
|
||||||
|
BuildRequires: %{python_module mock}
|
||||||
BuildRequires: %{python_module pytest >= 3.0.5}
|
BuildRequires: %{python_module pytest >= 3.0.5}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module sh >= 1.09}
|
BuildRequires: %{python_module sh >= 1.09}
|
||||||
|
Reference in New Issue
Block a user