From 7ca701d82b6de9d7ecf60d57d4c783ee39ea700f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 11:06:56 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-kdcproxy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-kdcproxy.spec b/python-kdcproxy.spec index 32b12fa..c4d1959 100644 --- a/python-kdcproxy.spec +++ b/python-kdcproxy.spec @@ -14,7 +14,7 @@ Name: python-%{realname} Version: 0.3.2 -Release: 12%{?dist} +Release: 13%{?dist} Summary: MS-KKDCP (kerberos proxy) WSGI module License: MIT @@ -124,6 +124,9 @@ tox --sitepackages -e py%{python2_version_nodots},py%{python3_version_nodots} || %endif %changelog +* Tue Jun 19 2018 Miro HronĨok - 0.3.2-13 +- Rebuilt for Python 3.7 + * Thu Mar 22 2018 Troy Dawson - 0.3.2-12 - Update conditionals. - Make preperations for non-python2 builds