diff --git a/python-dotenv-0.10.3.tar.gz b/python-dotenv-0.10.3.tar.gz deleted file mode 100644 index 702b08d..0000000 --- a/python-dotenv-0.10.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:197654dac69c3db824c7fcc5eb786745c3fbbacf45aab6336bc3f8deaaad73ec -size 19627 diff --git a/python-dotenv-0.12.0.tar.gz b/python-dotenv-0.12.0.tar.gz new file mode 100644 index 0000000..9e57921 --- /dev/null +++ b/python-dotenv-0.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:679841cb4f0d5057a09b21c3bf9b95c701d1f7dda3a1b54ff6d0b83a443c42b4 +size 20751 diff --git a/python-python-dotenv.changes b/python-python-dotenv.changes index 05c2887..a39771a 100644 --- a/python-python-dotenv.changes +++ b/python-python-dotenv.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 18 09:17:07 UTC 2020 - Tomáš Chvátal + +- Update to 0.12.0: + * various fixes + ------------------------------------------------------------------- Mon Jul 22 13:18:03 UTC 2019 - Tomáš Chvátal diff --git a/python-python-dotenv.spec b/python-python-dotenv.spec index 947c34f..aaa9516 100644 --- a/python-python-dotenv.spec +++ b/python-python-dotenv.spec @@ -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}