#3 Fedora 32: Update to 0.14.0
Merged 3 years ago by churchyard. Opened 3 years ago by churchyard.
rpms/ churchyard/python-dotenv 0.14.0  into  f32

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

  /python-dotenv-0.9.1.tar.gz

+ /python-dotenv-0.13.0.tar.gz

+ /python-dotenv-0.14.0.tar.gz

file modified
+18 -8
@@ -1,6 +1,6 @@ 

  Name:           python-dotenv

- Version:        0.9.1

- Release:        6%{?dist}

+ Version:        0.14.0

+ Release:        1%{?dist}

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

  

  License:        BSD
@@ -22,7 +22,6 @@ 

  %package -n     python3-dotenv

  Summary:        %{summary}

  Requires:       python3-click

- Requires:       python3-setuptools

  %{?python_provide:%python_provide python3-dotenv}

  

  %description -n python3-dotenv
@@ -31,6 +30,8 @@ 

  

  %prep

  %autosetup

+ # Use the standard library mock

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

  

  

  %build
@@ -42,20 +43,29 @@ 

  

  

  %check

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

- export PYTHONPATH=%{buildroot}%{python3_sitelib}

- %{__python3} -m pytest -v tests

+ %pytest -v

  

  

  %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

+ * Thu Jul 09 2020 Miro Hrončok <mhroncok@redhat.com> - 0.14.0-1

+ - Update to 0.14.0

+ - Fixes rhbz#1709002

+ 

+ * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.13.0-2

+ - Rebuilt for Python 3.9

+ 

+ * 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.14.0.tar.gz) = 6a259552e2c69a16d19a969743835562c517a154c21a7b4d006fe8fcda1ab53f020ca61e6d94dd4bf5eb6a1f96b5ac91f58deaf083a9ffdce468f65becfd211d

no initial comment

Pull-Request has been merged by churchyard

3 years ago