-
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.
Updates python package dependencies (#12)
* Updates python package dependencies and bumps up the version
- Loading branch information
Hirotaka Wakabayashi
authored
Mar 26, 2021
1 parent
bbba656
commit 644de1d
Showing
5 changed files
with
19 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
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
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.6' | ||
__version__ = '1.0.0' | ||
|
||
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.6 | ||
Version: 1.0.0 | ||
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 | ||
* Fri Mar 03 2021 Hirotaka Wakabayashi <[email protected]> 1.0.0-1 | ||
- Update for Release Version 1.0.0 | ||
|
||
* Tue Dec 02 2020 Hirotaka Wakabayashi <[email protected]> 0.9.6-1 | ||
- Update for Release Version 0.9.6 | ||
|
||
|