-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic commit of package [python-dockerfile-parse] release [0.0.17…
…-1]. Created by command: /usr/bin/tito tag --use-version=0.0.17 --changelog=new upstream release: 0.0.17
- Loading branch information
1 parent
6db50ea
commit 0375d86
Showing
4 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,4 @@ | |
|
||
from .parser import DockerfileParser | ||
|
||
__version__ = "0.0.16" | ||
__version__ = "0.0.17" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
%global modname %(n=%{srcname}; echo ${n//-/_}) | ||
|
||
Name: python-%{srcname} | ||
Version: 0.0.16 | ||
Version: 0.0.17 | ||
Release: 1%{?dist} | ||
|
||
Summary: Python library for Dockerfile manipulation | ||
|
@@ -118,6 +118,9 @@ py.test-%{python3_version} -v tests | |
%endif | ||
|
||
%changelog | ||
* Fri Apr 24 2020 Martin Bašti <[email protected]> 0.0.17-1 | ||
- new upstream release: 0.0.17 | ||
|
||
* Tue Jan 21 2020 Robert Cerven <[email protected]> - 0.0.16-1 | ||
- new upstream release: 0.0.16 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.0.16-1 ./ | ||
0.0.17-1 ./ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters