#7 Update to 0.17.1 + run pipenv tests on change
Merged 2 years ago by ksurma. Opened 3 years ago by ksurma.
rpms/ ksurma/python-dotenv update-0.17.0  into  rawhide

file added
+1
@@ -0,0 +1,1 @@ 

+ 1

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

  /python-dotenv-0.14.0.tar.gz

  /python-dotenv-0.15.0.tar.gz

  /python-dotenv-0.16.0.tar.gz

+ /python-dotenv-0.17.0.tar.gz

+ /python-dotenv-0.17.1.tar.gz

file added
+6
@@ -0,0 +1,6 @@ 

+ summary: Run pipenv tests

+ discover:

+     how: fmf

+     url: https://src.fedoraproject.org/rpms/pipenv/

+ execute:

+     how: tmt

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

  Name:           python-dotenv

- Version:        0.16.0

+ Version:        0.17.1

  Release:        1%{?dist}

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

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

  

  License:        BSD

  URL:            https://github.com/theskumar/python-dotenv
@@ -58,6 +58,10 @@ 

  

  

  %changelog

+ * Wed Apr 28 2021 Karolina Surma <ksurma@redhat.com> - 0.17.1-1

+ - Update to 0.17.1

+ Resolves rhbz#1945975

+ 

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

  - Update to 0.16.0

  

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

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

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

Let's check if pipenv tests run!

2 new commits added

  • Run pipenv tests when changing python-dotenv
  • Update to 0.17.0
3 years ago

2 new commits added

  • Run pipenv tests when changing python-dotenv
  • Update to 0.17.0
3 years ago

This should be either merged after merging pipenv tests or can be split into two PRs so that the update isn't blocked by tests.

The update is not urgent.

Nice update of the summary. The old one was really a bit old.

rebased onto 82f755d

3 years ago

2 new commits added

  • Run pipenv tests when changing python-dotenv
  • Update to 0.17.0
3 years ago

rebased onto 881472e

2 years ago

Right. As noted there, I wonder whether it'd be better to untangle test-related changes to unblock the update.

Suggestion: Run pipenv tests

2 new commits added

  • Run pipenv tests when changing python-dotenv
  • Update to 0.17.1
2 years ago

Pull-Request has been merged by ksurma

2 years ago