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.1
to
0.6.2
+6
-1
clustercron.egg-info/PKG-INFO
Metadata-Version: 1.1
Name: clustercron
Version: 0.6.1
Version: 0.6.2
Summary: Cron job wrapper that ensures a script gets run from one node in the cluster.

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

0.6.2 (2020-04-02)
------------------
* Updated requirements
0.6.1 (2019-09-13)

@@ -55,0 +60,0 @@ ------------------

+0
-8

@@ -36,14 +36,6 @@ AUTHORS.rst

docs/usage.rst
docs/_build/html/_static/ajax-loader.gif
docs/_build/html/_static/comment-bright.png
docs/_build/html/_static/comment-close.png
docs/_build/html/_static/comment.png
docs/_build/html/_static/down-pressed.png
docs/_build/html/_static/down.png
docs/_build/html/_static/file.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/up-pressed.png
docs/_build/html/_static/up.png
tests/__init__.py
tests/test_main.py

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

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

@@ -11,5 +11,5 @@ clustercron package

.. automodule:: clustercron.alb
:members:
:undoc-members:
:show-inheritance:
:members:
:undoc-members:
:show-inheritance:

@@ -20,5 +20,5 @@ clustercron.cache module

.. automodule:: clustercron.cache
:members:
:undoc-members:
:show-inheritance:
:members:
:undoc-members:
:show-inheritance:

@@ -29,5 +29,5 @@ clustercron.config module

.. automodule:: clustercron.config
:members:
:undoc-members:
:show-inheritance:
:members:
:undoc-members:
:show-inheritance:

@@ -38,5 +38,5 @@ clustercron.elb module

.. automodule:: clustercron.elb
:members:
:undoc-members:
:show-inheritance:
:members:
:undoc-members:
:show-inheritance:

@@ -47,5 +47,5 @@ clustercron.lb module

.. automodule:: clustercron.lb
:members:
:undoc-members:
:show-inheritance:
:members:
:undoc-members:
:show-inheritance:

@@ -56,5 +56,5 @@ clustercron.main module

.. automodule:: clustercron.main
:members:
:undoc-members:
:show-inheritance:
:members:
:undoc-members:
:show-inheritance:

@@ -66,4 +66,4 @@

.. automodule:: clustercron
:members:
:undoc-members:
:show-inheritance:
:members:
:undoc-members:
:show-inheritance:

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

0.6.2 (2020-04-02)
------------------
* Updated requirements
0.6.1 (2019-09-13)

@@ -9,0 +14,0 @@ ------------------

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

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

0.6.2 (2020-04-02)
------------------
* Updated requirements
0.6.1 (2019-09-13)

@@ -55,0 +60,0 @@ ------------------

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

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

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

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet