#8 Update to 0.18.0
Merged 2 years ago by lbalhar. Opened 2 years ago by lbalhar.
rpms/ lbalhar/python-dotenv rawhide  into  rawhide

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

  /python-dotenv-0.16.0.tar.gz

  /python-dotenv-0.17.0.tar.gz

  /python-dotenv-0.17.1.tar.gz

+ /python-dotenv-0.18.0.tar.gz

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

  Name:           python-dotenv

- Version:        0.17.1

- Release:        2%{?dist}

+ Version:        0.18.0

+ Release:        1%{?dist}

  Summary:        Read key-value pairs from a .env file and set them as environment variables

  

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

  

  

  %changelog

+ * Tue Jun 29 2021 Lumír Balhar <lbalhar@redhat.com> - 0.18.0-1

+ - Update to 0.18.0

+ Resolves: rhbz#1974239

+ 

  * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.17.1-2

  - Rebuilt for Python 3.10

  

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

- SHA512 (python-dotenv-0.17.1.tar.gz) = ce3937f95956ffe27b1762c31caaccc6c4b084c6aac3f9ee53677f46422e9e30e22399003f219caacf8e60cc3a703951052fe08954514113eeb6d8d41ceef856

+ SHA512 (python-dotenv-0.18.0.tar.gz) = a8d9109ccbc0d71dd196cbd9ad065ec3a49f9eb9bbdd8e8923c187ce37842214ebc15b1532f58ff6d420a4b6b88de5b6d55843b282799fbd105aacf4a0769c44

uvicorn has broken dependencies, all other dependant packages are green.

Pull-Request has been merged by lbalhar

2 years ago