-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Hirotaka Wakabayashi
authored
Dec 2, 2020
1 parent
dbd0805
commit f0f61b3
Showing
4 changed files
with
8 additions
and
5 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: CI | ||
name: Publish a package to pypi.org | ||
|
||
on: | ||
# Trigger the workflow on release, | ||
|
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
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 |
---|---|---|
|
@@ -32,7 +32,7 @@ | |
'version', | ||
] | ||
__author__ = 'Hirotaka Wakabayashi <[email protected]>' | ||
__version__ = '0.9.5' | ||
__version__ = '0.9.6' | ||
|
||
import argparse | ||
import logging | ||
|
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,7 +1,7 @@ | ||
%global srcname k2hr3_osnl | ||
%global pypi_name k2hr3-osnl | ||
Name: python-k2hr3-osnl | ||
Version: 0.9.5 | ||
Version: 0.9.6 | ||
Release: 1%{?dist} | ||
Summary: An OpenStack notification listener for K2HR3 | ||
|
||
|
@@ -83,6 +83,9 @@ rm -rf %{buildroot}/usr/etc/k2hr3/k2hr3-osnl.conf | |
%{_mandir}/man1/k2hr3-osnl.1* | ||
|
||
%changelog | ||
* Tue Dec 02 2020 Hirotaka Wakabayashi <[email protected]> 0.9.6-1 | ||
- Update for Release Version 0.9.6 | ||
|
||
* Tue Dec 01 2020 Hirotaka Wakabayashi <[email protected]> 0.9.5-1 | ||
- Update for Release Version 0.9.5 | ||
|
||
|