#6 Update to 0.16.0
Merged 3 years ago by thrnciar. Opened 3 years ago by thrnciar.
rpms/ thrnciar/python-dotenv update-to-0.16.0  into  rawhide

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

  /python-dotenv-0.13.0.tar.gz

  /python-dotenv-0.14.0.tar.gz

  /python-dotenv-0.15.0.tar.gz

+ /python-dotenv-0.16.0.tar.gz

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

  Name:           python-dotenv

- Version:        0.15.0

- Release:        2%{?dist}

+ Version:        0.16.0

+ Release:        1%{?dist}

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

  

  License:        BSD
@@ -58,6 +58,9 @@ 

  

  

  %changelog

+ * Thu Apr 01 2021 Tomas Hrnciar <thrnciar@redhat.com> - 0.16.0-1

+ - Update to 0.16.0

+ 

  * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.0-2

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

  

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

- SHA512 (python-dotenv-0.15.0.tar.gz) = 0d9d16960281a9c40dc6d906e021381a29e9746ec915f860bcdc63ed526e6f8b619b2892a368f9870b08a9077dc735b2a22d285cf7e67007f5cd3d2ada3c030d

+ SHA512 (python-dotenv-0.16.0.tar.gz) = fa97221285e6bcc47df86e3a1b5aa9e77723b0b76ea33c881c00d645bbba4f0c443b046d86d04ed6559d1af14b12daef505b040f64ddff63ced846c9fbd4ee3b

no initial comment

Does pipenv still build with this?

The diff looks good to me, dependant packages build and changelog looks safe. :thumbsup:

Pull-Request has been merged by thrnciar

3 years ago