summaryrefslogtreecommitdiffstats
path: root/python-dockerfile-parse.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-dockerfile-parse.spec')
-rw-r--r--python-dockerfile-parse.spec17
1 files changed, 6 insertions, 11 deletions
diff --git a/python-dockerfile-parse.spec b/python-dockerfile-parse.spec
index f6f3ebf..447ce10 100644
--- a/python-dockerfile-parse.spec
+++ b/python-dockerfile-parse.spec
@@ -14,21 +14,14 @@
%global modname %(n=%{srcname}; echo ${n//-/_})
Name: python-%{srcname}
-Version: 0.0.5
-Release: 9%{?dist}
+Version: 0.0.6
+Release: 1%{?dist}
Summary: Python library for Dockerfile manipulation
License: BSD
URL: https://github.com/DBuildService/dockerfile-parse
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
-# Patch to handle inheriting ENV vars from parent Dockerfiles
-#
-# Upstream PRs (merged into single patch here):
-# https://github.com/DBuildService/dockerfile-parse/pull/21
-# https://github.com/DBuildService/dockerfile-parse/pull/22
-Patch0: dockerfile-parse-0.0.5-parent_env.patch
-
BuildArch: noarch
%description
@@ -70,8 +63,6 @@ Python 3 version.
%prep
%setup -n %{srcname}-%{version}
-%patch0 -p1
-
%build
%py2_build
%if %{with python3}
@@ -108,6 +99,10 @@ py.test-%{python3_version} -v tests
%endif
%changelog
+* Thu Apr 06 2017 Ken Dreyer <ktdreyer@ktdreyer.com> 0.0.6-1
+- Update to 0.0.6 (rhbz#1439923)
+- Drop upstreamed patches
+
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.5-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild