From b3b575a68f4dfdd87bad5872b52bc407e8c691cf Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: May 26 2020 01:13:04 +0000 Subject: Rebuilt for Python 3.9 --- diff --git a/python-drf-yasg.spec b/python-drf-yasg.spec index 9e09216..8e00300 100644 --- a/python-drf-yasg.spec +++ b/python-drf-yasg.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 1.17.0 %global pyversion %(v=%{version}; echo ${v%%.0*}) -Release: 1%{?dist} +Release: 2%{?dist} Summary: Automated generation of real Swagger/OpenAPI 2.0 schemas from Django Rest # Not all license texts are included: https://github.com/axnsan12/drf-yasg/issues/536 @@ -80,5 +80,8 @@ rm -vr src/*.egg-info %files -n python3-%{srcname}+validation %changelog +* Tue May 26 2020 Miro Hrončok - 1.17.0-2 +- Rebuilt for Python 3.9 + * Fri Jan 31 2020 Igor Raits - 1.17.0-1 - Initial package