Skip to content

Commit

Permalink
Updates python package dependencies (#12)
Browse files Browse the repository at this point in the history
* Updates python package dependencies and bumps up the version
  • Loading branch information
hiwakaba committed Mar 26, 2021
1 parent bbba656 commit 644de1d
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
History
=======

1.0.0 (2021-03-26)
-------------------

* Bump up

0.9.6 (2020-12-02)
-------------------

Expand Down
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ pycodestyle = {version = ">=2.6.0,<2.6.1"}
mccabe = {version = ">=0.6.1,<0.6.2"}
sphinx = {version = ">=3.3.1,<3.3.2"}
twine = {version = ">=3.2.0,<3.2.1"}
pylint = {version = ">=2.6.0,<2.6.1"}
astroid = {version = ">=2.4.2,<2.4.3"}
pylint = {version = ">=2.7.2,<2.7.3"}
astroid = {version = ">=2.5.1,<2.5.2"}
typed-ast = {version = ">=1.4.1,<1.4.2"}
mypy = {version = ">=0.790,<0.791"}
importlib-metadata = {version = ">=2.1.0,<2.2.0"}
importlib-metadata = {version = ">=3.6"}
"collective.checkdocs" = "*"
argh = {version = ">=0.26.2,<0.26.3"}
watchdog = {version = ">=0.10.4,<0.10.5"}
Expand Down
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ Here are documents including other components.

`K2HR3 Demonstration`_

`K2HR3 Command Line Interface Usage`_

`About k2hdkc`_

`About k2hash`_
Expand All @@ -85,6 +87,7 @@ Here are documents including other components.
.. _`K2HR3 Get Resource Usage`: https://k2hr3.antpick.ax/tools.html
.. _`K2HR3 Utilities for Setup`: https://k2hr3.antpick.ax/setup.html
.. _`K2HR3 Demonstration`: https://demo.k2hr3.antpick.ax/
.. _`K2HR3 Command Line Interface Usage`: https://k2hr3.antpick.ax/cli.html
.. _`About k2hdkc`: https://k2hdkc.antpick.ax/
.. _`About k2hash`: https://k2hash.antpick.ax/
.. _`About chmpx`: https://chmpx.antpick.ax/
Expand All @@ -108,6 +111,8 @@ Here are repositories including other components.

`K2HR3 Get Resource`_

`K2HR3 Command Line Interface`_

`k2hdkc`_

`k2hash`_
Expand All @@ -123,6 +128,7 @@ Here are repositories including other components.
.. _`K2HR3 Utilities`: https://github.com/yahoojapan/k2hr3_utils
.. _`K2HR3 Container Registration Sidecar`: https://github.com/yahoojapan/k2hr3_sidecar
.. _`K2HR3 Get Resource`: https://github.com/yahoojapan/k2hr3_get_resource
.. _`K2HR3 Command Line Interface`: https://github.com/yahoojapan/k2hr3_cli
.. _`k2hdkc`: https://github.com/yahoojapan/k2hdkc
.. _`k2hash`: https://github.com/yahoojapan/k2hash
.. _`chmpx`: https://github.com/yahoojapan/chmpx
Expand Down
2 changes: 1 addition & 1 deletion k2hr3_osnl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
'version',
]
__author__ = 'Hirotaka Wakabayashi <hiwakaba@yahoo-corp.jp>'
__version__ = '0.9.6'
__version__ = '1.0.0'

import argparse
import logging
Expand Down
5 changes: 4 additions & 1 deletion python-k2hr3-osnl.spec
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

Expand Down Expand Up @@ -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 <hiwakaba@yahoo-corp.jp> 1.0.0-1
- Update for Release Version 1.0.0

* Tue Dec 02 2020 Hirotaka Wakabayashi <hiwakaba@yahoo-corp.jp> 0.9.6-1
- Update for Release Version 0.9.6

Expand Down

0 comments on commit 644de1d

Please sign in to comment.