#20 README rst fix and version bump for pypi upload
Merged 4 years ago by spoore. Opened 4 years ago by spoore.
spoore/python-pytest-multihost pypi_rst_fix  into  master

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

  

  For command output, separate ``stdout_bytes`` and ``stdout_text`` attributes

  are provided.

- The latter uses a configurable encoding (``utf-8` by default).

+ The latter uses a configurable encoding (``utf-8`` by default).

  

  

  Contributing

file modified
+5 -1
@@ -13,7 +13,7 @@ 

  

  %global srcname pytest-multihost

  %global modulename pytest_multihost

- %global srcversion 3.2

+ %global srcversion 3.3

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

  

  Name: python-%{srcname}
@@ -147,6 +147,10 @@ 

  

  

  %changelog

+ * Mon Apr 06 2020 Scott Poore <spoore1@gmail.com> - 3.3-1

+ - README.rst fix for pypi upload

+ - Bump version to 3.3

+ 

  * Fri Apr 03 2020 Scott Poore <spoore1@gmail.com> - 3.2-1

  - Spec file updates to fix build issues on some distros

  - Bump version to 3.2 in setup.py also

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

  

  setup_args = dict(

      name = "pytest-multihost",

-     version = "3.2",

+     version = "3.3",

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

      long_description = readme_contents,

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

no initial comment

Pull-Request has been merged by spoore

4 years ago