#18 Bump version to 3.1
Merged 4 years ago by spoore. Opened 4 years ago by spoore.
spoore/python-pytest-multihost ver3.1  into  master

file modified
+4 -1
@@ -12,7 +12,7 @@ 

  

  %global srcname pytest-multihost

  %global modulename pytest_multihost

- %global srcversion 3.0

+ %global srcversion 3.1

  %global versionedname %{srcname}-%{srcversion}

  

  Name: python-%{srcname}
@@ -139,6 +139,9 @@ 

  

  

  %changelog

+ * Thu Apr 02 2020 Scott Poore <spoore1@gmail.com> - 3.1-1

+ - Implement OpenSSH password auth with sshpass

+ 

  * Fri Mar 02 2018 Petr Viktorin <encukou@gmail.com> - 3.0-1

  - Do not add extra newlines to stdin contents

  - Remove forgotten debug print

file modified
+1 -1
@@ -11,7 +11,7 @@ 

  

  setup_args = dict(

      name = "pytest-multihost",

-     version = "3.0",

+     version = "3.1",

      description = "Utility for writing multi-host tests for pytest",

      long_description = readme_contents,

      url = "https://pagure.io/python-pytest-multihost",

no initial comment

Metadata Update from @spoore:
- Request assigned

4 years ago

Pull-Request has been merged by spoore

4 years ago