14
0

Accepting request 824508 from home:mcalabkova:branches:devel:languages:python

- Update to 0.14.0
  * Privilege definition in file over the environment in variable expansion (#256 by
    [@elbehery95]).
  * Improve error message for when file isn't found (#245 by [@snobu]).
  * Use HTTPS URL in package meta data (#251 by [@ekohl]).

OBS-URL: https://build.opensuse.org/request/show/824508
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-dotenv?expand=0&rev=16
This commit is contained in:
John Vandenberg
2020-08-05 15:44:14 +00:00
committed by Git OBS Bridge
parent 91dbbd7246
commit f968c1f0fb
4 changed files with 13 additions and 4 deletions

View File

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

View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Aug 5 13:46:03 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 0.14.0
* Privilege definition in file over the environment in variable expansion (#256 by
[@elbehery95]).
* Improve error message for when file isn't found (#245 by [@snobu]).
* Use HTTPS URL in package meta data (#251 by [@ekohl]).
-------------------------------------------------------------------
Tue Jun 30 04:44:30 UTC 2020 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-dotenv
Version: 0.13.0
Version: 0.14.0
Release: 0
Summary: Python library for .env support
License: BSD-3-Clause