Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #12 from CarrotXin/req_2
Browse files Browse the repository at this point in the history
Bumpversion
  • Loading branch information
CarrotXin authored Sep 27, 2021
2 parents 2dd3a5f + 0ec36fd commit 4e48b59
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 14 deletions.
2 changes: 1 addition & 1 deletion antilles-confluent-proxy/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.0.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize = {major}.{minor}.{patch}
message = antilles-confluent-proxy version: {current_version} → {new_version}
Expand Down
5 changes: 4 additions & 1 deletion antilles-confluent-proxy/antilles-confluent-proxy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# COPYING.BSD and COPYING.EPL files.

Name: antilles-confluent-proxy
Version: 1.0.0
Version: 1.0.1
Release: 1%{?dist}
Summary: Restful server to support multi confluent session

Expand Down Expand Up @@ -83,5 +83,8 @@ rm -rf %{name}.egg-info
%{python2_sitelib}/%{name}-%{version}.pth

%changelog
* Mon Sep 27 2021 Xin He <[email protected]> - 1.0.1-1
- Bumpversion to 1.0.1.

* Fri Aug 3 2018 Yunfei Shi <[email protected]> - 1.0.0-1
- Initial package.
2 changes: 1 addition & 1 deletion antilles-confluent-proxy/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = antilles-confluent-proxy
version = 1.0.0
version = 1.0.1
description = Restful server to support multi confluent session
license = BSD-3 and EPL-1.0
keywords = hpc, antilles
Expand Down
2 changes: 1 addition & 1 deletion antilles-core/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.0.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize = {major}.{minor}.{patch}
message = antilles version: {current_version} → {new_version}
Expand Down
5 changes: 4 additions & 1 deletion antilles-core/antilles-core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
%global install_path %_antillesdir/core

Name: antilles-core
Version: 1.0.0
Version: 1.0.1
Release: 1%{?dist}
Summary: Restful server for antilles project

Expand Down Expand Up @@ -250,5 +250,8 @@ find %{buildroot}%{install_path} -regex .*\.py ! -regex .*/migrations/.*\.py -de
%caps(cap_chown,cap_dac_override,cap_setgid,cap_setuid,cap_fowner=ep) %{_sbindir}/antilles-gunicorn

%changelog
* Mon Sep 27 2021 Xin He <[email protected]> - 1.0.1-1
- Bumpversion to 1.0.1.

* Tue Sep 25 2018 Yunfei Shi <[email protected]> - 1.0.0-1
- Initial package.
2 changes: 1 addition & 1 deletion antilles-core/openHPC_web_project/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = antilles
version = 1.0.0
version = 1.0.1
license = BSD-3 and EPL-1.0
description = Restful server for antilles project
keywords = hpc, antilles
Expand Down
2 changes: 1 addition & 1 deletion antilles-core/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = antilles-core
version = 1.0.0
version = 1.0.1
description = antilles core
license = BSD-3 and EPL-1.0
keywords = hpc, antilles
Expand Down
2 changes: 1 addition & 1 deletion monitor/antilles-confluent-mond/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.0.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize = {major}.{minor}.{patch}
message = antilles-ganglia-mond version: {current_version} → {new_version})
Expand Down
5 changes: 4 additions & 1 deletion monitor/antilles-confluent-mond/antilles-confluent-mond.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# COPYING.BSD and COPYING.EPL files.

Name: antilles-confluent-mond
Version: 1.0.0
Version: 1.0.1
Release: 1%{?dist}
Summary: Confluent monitor component

Expand Down Expand Up @@ -158,5 +158,8 @@ rm -rf %{name}.egg-info
%{python2_sitelib}/confluent.pth

%changelog
* Mon Sep 27 2021 Xin He <[email protected]> - 1.0.1-1
- Bumpversion to 1.0.1.

* Tue Jul 17 2018 Yunfei Shi <[email protected]> - 1.0.0-1
- Initial package.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@


def main():
arguments = docopt(__doc__, version='Antilles Confluent Mond 1.0.0')
arguments = docopt(__doc__, version='Antilles Confluent Mond 1.0.1')

config = ConfigParser()
config.read(resource_filename(__name__, 'data/default.ini'))
Expand Down
2 changes: 1 addition & 1 deletion monitor/antilles-confluent-mond/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = antilles-confluent-mond
version = 1.0.0
version = 1.0.1
license = BSD-3 and EPL-1.0
description = Confluent monitor daemon process.
keywords = hpc, antilles, ipmi
Expand Down
2 changes: 1 addition & 1 deletion monitor/antilles-ganglia-mond/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.0.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize = {major}.{minor}.{patch}
message = antilles-ganglia-mond version: {current_version} → {new_version})
Expand Down
5 changes: 4 additions & 1 deletion monitor/antilles-ganglia-mond/antilles-ganglia-mond.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# COPYING.BSD and COPYING.EPL files.

Name: antilles-ganglia-mond
Version: 1.0.0
Version: 1.0.1
Release: 1%{?dist}
Summary: Ganglia Meta daemon in Python

Expand Down Expand Up @@ -109,5 +109,8 @@ rm -rf %{name}.egg-info
%{python2_sitelib}/%{name}-%{version}.pth

%changelog
* Mon Sep 27 2021 Xin He <[email protected]> - 1.0.1-1
- Bumpversion to 1.0.1.

* Tue Jul 17 2018 Yunfei Shi <[email protected]> - 1.0.0-1
- Initial package.
2 changes: 1 addition & 1 deletion monitor/antilles-ganglia-mond/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = antilles-ganglia-mond
version = 1.0.0
version = 1.0.1
description = Ganglia Meta daemon in Python
license = BSD-3 and EPL-1.0
keywords = hpc, antilles, ganglia
Expand Down

0 comments on commit 4e48b59

Please sign in to comment.