python_dynamodb_lock icon indicating copy to clipboard operation
python_dynamodb_lock copied to clipboard

Python package that emulates the dynamodb-lock-client java library from awslabs

Results 66 python_dynamodb_lock issues
Sort by recently updated
recently updated
newest added

This PR updates [watchdog](https://pypi.org/project/watchdog) from **0.9.0** to **2.1.9**. Changelog ### 2.1.9 ``` ~~~~~ 2022-06-10 • `full history <https://github.com/gorakhargosh/watchdog/compare/v2.1.8...v2.1.9>`__ - [fsevents] Fix flakey test to assert that there are no errors...

This PR updates [twine](https://pypi.org/project/twine) from **1.13.0** to **4.0.0**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/twine - Docs: https://twine.readthedocs.io/

Bumps [pip](https://github.com/pypa/pip) from 19.1.1 to 21.1. Changelog Sourced from pip's changelog. 21.1 (2021-04-24) Process Start installation scheme migration from distutils to sysconfig. A warning is implemented to detect differences between...

dependencies

This PR updates [flake8](https://pypi.org/project/flake8) from **3.7.7** to **4.0.1**. Changelog ### 3.9.2 ``` ------------------- You can view the `3.9.2 milestone`_ on GitHub for more details. Bugs Fixed ~~~~~~~~~~ - Fix error...

### Description https://github.com/mohankishore/python_dynamodb_lock/blob/1a2725a83534cd544f5faec75681c0ae8c835143/python_dynamodb_lock/python_dynamodb_lock.py#L880-L886 I don't think context manager should suppress exceptions, makes for very annoying debugging experience and error handling.

@whatnick appears to be actively maintaining this repository in his fork at https://github.com/whatnick/python_dynamodb_lock. @mohankishore if @whatnick is agreeable, would it be possible to transfer ownership to his fork? Thanks!

* Python DynamoDB Lock version: 0.9.1 * Python version: 3.6 ### Description This is more a help request than an issue. I'm using this package in an AWS Lambda function...

This PR updates [bumpversion](https://pypi.org/project/bumpversion) from **0.5.3** to **0.6.0**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/bumpversion - Changelog: https://pyup.io/changelogs/bumpversion/ -...

Any thoughts on making the library asynchronous using https://pypi.org/project/aioboto3/ and asyncio?

hello, first of all, thank you for maintaining this library, it great and fits our requirements neatly. we found a use case which didn't work for us, and we are...