You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

clustercron

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clustercron - pypi Package Compare versions

Comparing version
0.6.0
to
0.6.1
+8
-1
clustercron.egg-info/PKG-INFO
Metadata-Version: 1.1
Name: clustercron
Version: 0.6.0
Version: 0.6.1
Summary: Cron job wrapper that ensures a script gets run from one node in the cluster.

@@ -53,2 +53,9 @@ Home-page: https://github.com/maartenq/clustercron

0.6.1 (2019-09-13)
------------------
* Make the region entry in ~/.aws/config optional
* Bug fix Cache file can contain incompatible time format
0.5.4 (2019-07-31)

@@ -55,0 +62,0 @@ ------------------

+1
-1

@@ -6,2 +6,2 @@ # -*- coding: utf-8 -*-

__email__ = 'ikmaarten@gmail.com'
__version__ = '0.6.0'
__version__ = '0.6.1'

@@ -7,2 +7,9 @@ .. :changelog:

0.6.1 (2019-09-13)
------------------
* Make the region entry in ~/.aws/config optional
* Bug fix Cache file can contain incompatible time format
0.5.4 (2019-07-31)

@@ -9,0 +16,0 @@ ------------------

Metadata-Version: 1.1
Name: clustercron
Version: 0.6.0
Version: 0.6.1
Summary: Cron job wrapper that ensures a script gets run from one node in the cluster.

@@ -53,2 +53,9 @@ Home-page: https://github.com/maartenq/clustercron

0.6.1 (2019-09-13)
------------------
* Make the region entry in ~/.aws/config optional
* Bug fix Cache file can contain incompatible time format
0.5.4 (2019-07-31)

@@ -55,0 +62,0 @@ ------------------

[bumpversion]
current_version = 0.6.0
current_version = 0.6.1
commit = True

@@ -4,0 +4,0 @@ tag = True

@@ -30,3 +30,3 @@ #!/usr/bin/env python

name='clustercron',
version='0.6.0',
version='0.6.1',
description='Cron job wrapper that ensures a script gets run from one node'

@@ -33,0 +33,0 @@ ' in the cluster.',