From 2c9a5fb2a8364d3ee226aba39b189820d0bc38f6 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: May 26 2020 01:28:05 +0000 Subject: Rebuilt for Python 3.9 --- diff --git a/python-openqa_client.spec b/python-openqa_client.spec index c32f6fb..19f2c5e 100644 --- a/python-openqa_client.spec +++ b/python-openqa_client.spec @@ -14,7 +14,7 @@ openQA web API, using the requests HTTP request library. Name: python-openqa_client Version: %{github_version} -Release: 1%{?github_date:.%{github_date}git%{shortcommit}}%{?dist} +Release: 2%{?github_date:.%{github_date}git%{shortcommit}}%{?dist} Summary: %{sum} License: GPLv2+ @@ -62,6 +62,9 @@ sed -i -e 's., "setuptools-git"..g' pyproject.toml %changelog +* Tue May 26 2020 Miro Hrončok - 4.1.0-2 +- Rebuilt for Python 3.9 + * Fri Mar 13 2020 Adam Williamson - 4.1.0-1 - New release 4.1.0 (handle YAML responses from API)