#2 Update to 2.0.0 (#1747425)
Merged 3 years ago by churchyard. Opened 3 years ago by cstratak.
rpms/ cstratak/python-pygments-pytest master  into  master

file modified
+6 -3
@@ -6,8 +6,8 @@ 

  %bcond_with tests

  

  Name:           python-%{dash_name}

- Version:        1.2.0

- Release:        6%{?dist}

+ Version:        2.0.0

+ Release:        1%{?dist}

  Summary:        A pygments lexer for pytest output

  License:        MIT

  URL:            https://github.com/asottile/pygments-pytest
@@ -46,7 +46,7 @@ 

  

  %if %{with tests}

  %check

- %{__python3} -m pytest -v

+ %pytest -v

  %endif

  

  %files -n python3-%{dash_name}
@@ -57,6 +57,9 @@ 

  %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/

  

  %changelog

+ * Tue Jun 02 2020 Charalampos Stratakis <cstratak@redhat.com> - 2.0.0-1

+ - Update to 2.0.0 (#1747425)

+ 

  * Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 1.2.0-6

  - Rebuilt for Python 3.9

  

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

- SHA512 (pygments-pytest-1.2.0.tar.gz) = 955a07affd76cb6ca1b4175dc05e217d21831397912b41454a9d89cda134602de80f68d46f131b4db1c269d8a5bd01ea42609ff83830d36a280141a453e0edc3

+ SHA512 (pygments-pytest-2.0.0.tar.gz) = 0605f397db7678da1d8a3f8e111f12b07a5aa04102f64ad3ef94cc6f57468290abaf72ed080c912ec079605e28289e3ceb0d976bb6a572efefd44d19fea94140

no initial comment

The diff is sane. Building dependent packages (pytets, pytest4) in https://copr.fedorainfracloud.org/coprs/churchyard/pytest-pygments-2.0.0/builds/ -- if they both build, ship it.

Pull-Request has been merged by churchyard

3 years ago