#1 Update to 0.13.0
Merged 4 years ago by churchyard. Opened 4 years ago by churchyard.
rpms/ churchyard/python-dotenv 0.13.0  into  master

file modified
+1
@@ -1,1 +1,2 @@ 

  /python-dotenv-0.9.1.tar.gz

+ /python-dotenv-0.13.0.tar.gz

file modified
+11 -5
@@ -1,6 +1,6 @@ 

  Name:           python-dotenv

- Version:        0.9.1

- Release:        6%{?dist}

+ Version:        0.13.0

+ Release:        1%{?dist}

  Summary:        Add .env support to your Django/Flask apps in development and deployments

  

  License:        BSD
@@ -31,6 +31,8 @@ 

  

  %prep

  %autosetup

+ # Use the standard library mock

+ sed -i 's/import mock/from unittest import mock/' tests/test_*.py

  

  

  %build
@@ -44,18 +46,22 @@ 

  %check

  export PATH=%{buildroot}%{_bindir}:$PATH

  export PYTHONPATH=%{buildroot}%{python3_sitelib}

- %{__python3} -m pytest -v tests

+ %{python3} -m pytest -v tests

  

  

  %files -n python3-dotenv

  %license LICENSE

  %doc README.md

  %{_bindir}/dotenv

- %{python3_sitelib}/dotenv

- %{python3_sitelib}/python_dotenv-%{version}-py?.?.egg-info

+ %{python3_sitelib}/dotenv/

+ %{python3_sitelib}/python_dotenv-%{version}-py%{python3_version}.egg-info/

  

  

  %changelog

+ * Mon May 04 2020 Miro Hrončok <mhroncok@redhat.com> - 0.13.0-1

+ - Update to 0.13.0 (#1709002)

+ - Fix failing tests with click 7.1 (#1830984)

+ 

  * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-6

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (python-dotenv-0.9.1.tar.gz) = 11f5f3f07b7673d2c78cb0d73594a640789b0cb973c0b5326a317cd4e8cec062f1d2a513b9acd119679d64b9ed6c6812715c23766e41a0f8b40721bfce1aacda

+ SHA512 (python-dotenv-0.13.0.tar.gz) = da1fc6f513ab7492a73bf6c4548ccc2d804c82e08d44e719d37cd4fc24078f7864f17ca5413156369a804deaaf76be0b579c31a4827db4756279b5b0627cea9d