File tree Expand file tree Collapse file tree 5 files changed +15
-12
lines changed
Expand file tree Collapse file tree 5 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,5 @@ Development Lead
1010Contributors
1111------------
1212
13+ 1314None yet. Why not be the first?
Original file line number Diff line number Diff line change @@ -4,16 +4,18 @@ Python DynamoDB Lock
44
55
66.. image :: https://img.shields.io/pypi/v/python_dynamodb_lock.svg
7- :target: https://pypi.python.org/pypi/python_dynamodb_lock
7+ :target: https://pypi.python.org/pypi/python_dynamodb_lock_whatnick
88
9- .. image :: https://img.shields.io/travis/mohankishore /python_dynamodb_lock.svg
10- :target: https://travis-ci.org/mohankishore /python_dynamodb_lock
9+ .. image :: https://img.shields.io/travis/whatnick /python_dynamodb_lock.svg
10+ :target: https://travis-ci.org/whatnick /python_dynamodb_lock
1111
12- .. image :: https://readthedocs.org/projects/python-dynamodb-lock/badge/?version=latest
13- :target: https://python-dynamodb-lock.readthedocs.io/en/latest/?badge=latest
12+ .. image :: https://readthedocs.org/projects/python-dynamodb-lock-whatnick /badge/?version=latest
13+ :target: https://python-dynamodb-lock-whatnick .readthedocs.io/en/latest/?badge=latest
1414 :alt: Documentation Status
1515
16-
16+ This is a fork of the currently unmaintained (2 years) of `Python DynamoDB Lock <https://github.com/mohankishore/python_dynamodb_lock >`_
17+ project. In the spirit of open-source `whatnick <https://twitter.com/whatnick >`_ is maintaining this while there is some time.
18+ Any enhancements targeting this project can be sent here.
1719
1820
1921This is a general purpose distributed locking library built on top of DynamoDB. It is heavily
Original file line number Diff line number Diff line change 22
33"""The package contains a single module - with the same name i.e. python_dynamodb_lock"""
44
5- __author__ = """Mohan Kishore"""
6- 7- __version__ = '0.9.1 '
8- __copyright__ = 'Copyright (C) 2018 Mohan Kishore'
5+ __author__ = """Mohan Kishore, Tisham Dhar """
6+ 7+ __version__ = '0.9.2 '
8+ __copyright__ = 'Copyright (C) 2018 Mohan Kishore, 2020 Tisham Dhar '
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.9.1
2+ current_version = 0.9.2
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 3838 long_description = readme + '\n \n ' + history ,
3939 include_package_data = True ,
4040 keywords = 'python_dynamodb_lock' ,
41- name = 'python_dynamodb_lock ' ,
41+ name = 'python_dynamodb_lock_whatnick ' ,
4242 packages = find_packages (include = ['python_dynamodb_lock' ]),
4343 setup_requires = setup_requirements ,
4444 test_suite = 'tests' ,
You can’t perform that action at this time.
0 commit comments