From 76e37ed54dd36aebe176a0ecb43f2403efa315a3 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Mon, 19 Dec 2016 18:20:37 +0100 Subject: Rebuild for Python 3.6 --- python-dockerfile-parse.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-dockerfile-parse.spec b/python-dockerfile-parse.spec index 02b2d73..75de124 100644 --- a/python-dockerfile-parse.spec +++ b/python-dockerfile-parse.spec @@ -15,7 +15,7 @@ Name: python-%{srcname} Version: 0.0.5 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Python library for Dockerfile manipulation License: BSD @@ -108,6 +108,9 @@ py.test-%{python3_version} -v tests %endif %changelog +* Mon Dec 19 2016 Miro Hrončok - 0.0.5-8 +- Rebuild for Python 3.6 + * Tue Dec 06 2016 Adam Miller - 0.0.5-7 - Patch to handle inheriting parent Dockerfile ENVs -- cgit