14
0
Tomáš Chvátal
2020-03-18 09:20:20 +00:00
committed by Git OBS Bridge
parent b245c51864
commit bf4687f7dd
4 changed files with 13 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:197654dac69c3db824c7fcc5eb786745c3fbbacf45aab6336bc3f8deaaad73ec
size 19627

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:679841cb4f0d5057a09b21c3bf9b95c701d1f7dda3a1b54ff6d0b83a443c42b4
size 20751

View File

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

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,15 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-dotenv
Version: 0.10.3
Version: 0.12.0
Release: 0
Summary: Python library for .env support
License: BSD-3-Clause
Group: Development/Languages/Python
URL: http://github.com/theskumar/python-dotenv
URL: https://github.com/theskumar/python-dotenv
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 jupyter_ipython}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest >= 3.0.5}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module sh >= 1.09}