#3 Update to 0.8.1
Merged 5 years ago by mrunge. Opened 5 years ago by amoralej.
rpms/ amoralej/python-pluggy master  into  master

file modified
+7 -5
@@ -10,8 +10,8 @@ 

  %bcond_without tests

  

  Name:           python-pluggy

- Version:        0.8.0

- Release:        2%{?dist}

+ Version:        0.8.1

+ Release:        1%{?dist}

  Summary:        The plugin manager stripped of pytest specific details

  

  License:        MIT
@@ -78,11 +78,10 @@ 

  

  %if %{with tests}

  %check

- export PYTHONPATH=.:$PYTHONPATH

- py.test testing

+ PYTHONPATH=$PWD %{__python2} -m pytest testing

  

  %if %{with python3}

- py.test-%{python3_version} testing

+ PYTHONPATH=$PWD %{__python3} -m pytest testing

  %endif

  %endif # with tests

  
@@ -104,6 +103,9 @@ 

  

  

  %changelog

+ * Fri Feb 08 2019 Alfredo Moralejo <amoralej@redhat.com> - 0.8.1-1

+ - Update to 0.8.1.

+ 

  * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-2

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

  

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

- SHA512 (pluggy-0.8.0.tar.gz) = 4b2e489a1ebafe894e41bfb04a1958eec3239528b6cee4cb19d634f7658588d3cd6ec09d7f23c9c24d9c3425a4e733e97605a1efaa46d12bc8b7ec3add722d4f

+ SHA512 (pluggy-0.8.1.tar.gz) = ee7a83f7c62e4366bc7c3c2ad822c788e5cae7ac900c3d41d84ef8b8d9c4cab7c4327df86c134c19f2faaa86a049913984550dd06db9b465ad58a83566cda150

no initial comment

rebased onto 286bd40

5 years ago

Pull-Request has been merged by mrunge

5 years ago