summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiro Hrončok <miro@hroncok.cz>2016-12-19 18:20:37 +0100
committerMiro Hrončok <miro@hroncok.cz>2016-12-19 18:20:37 +0100
commit76e37ed54dd36aebe176a0ecb43f2403efa315a3 (patch)
treefedc1fb712de823f2e1357edf22e5684c442f77c
parent2ed479ab9646973799ea867d59d50169b9ce86f8 (diff)
downloadpython-dockerfile-parse-76e37ed54dd36aebe176a0ecb43f2403efa315a3.tar.gz
python-dockerfile-parse-76e37ed54dd36aebe176a0ecb43f2403efa315a3.tar.xz
python-dockerfile-parse-76e37ed54dd36aebe176a0ecb43f2403efa315a3.zip
Rebuild for Python 3.6
-rw-r--r--python-dockerfile-parse.spec5
1 files changed, 4 insertions, 1 deletions
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 <mhroncok@redhat.com> - 0.0.5-8
+- Rebuild for Python 3.6
+
* Tue Dec 06 2016 Adam Miller <maxamillion@fedoraproject.org> - 0.0.5-7
- Patch to handle inheriting parent Dockerfile ENVs