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 [boto3](https://pypi.org/project/boto3) from **1.9.146** to **1.26.5**. Changelog ### 1.26.5 ``` ====== * api-change:``acm``: [``botocore``] Support added for requesting elliptic curve certificate key algorithm types P-256 (EC_prime256v1) and P-384...

This PR updates [wheel](https://pypi.org/project/wheel) from **0.33.4** to **0.38.2**. Changelog ### 0.38.2 ``` - Fixed regression introduced in v0.38.1 which broke parsing of wheel file names with multiple platform tags ```...

This PR updates [pip](https://pypi.org/project/pip) from **19.1.1** to **22.3.1**. Changelog ### 22.3.1 ``` =================== Bug Fixes --------- - Fix entry point generation of ``pip.X``, ``pipX.Y``, and ``easy_install-X.Y`` to correctly account for...

This PR updates [botocore](https://pypi.org/project/botocore) from **1.12.146** to **1.29.1**. Changelog ### 1.29.1 ``` ====== * api-change:``iotsitewise``: This release adds the ListAssetModelProperties and ListAssetProperties APIs. You can list all properties that belong...

This PR updates [sphinx_rtd_theme](https://pypi.org/project/sphinx_rtd_theme) from **0.4.3** to **1.1.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/sphinx-rtd-theme - Repo: https://github.com/readthedocs/sphinx_rtd_theme

This PR updates [tox](https://pypi.org/project/tox) from **3.9.0** to **3.27.0**. Changelog ### 3.27.0 ``` -------------------- Bugfixes ^^^^^^^^ - Dropped ``--build-option`` in isolated builds, an alternative fix for the ``SetuptoolsDeprecationWarning`` about using ``--global-option``...

This PR updates [pytest](https://pypi.org/project/pytest) from **4.5.0** to **7.2.0**. Changelog ### 7.1.3 ``` ========================= Bug Fixes --------- - `10060 <https://github.com/pytest-dev/pytest/issues/10060>`_: When running with ``--pdb``, ``TestCase.tearDown`` is no longer called for tests...

This PR updates [Sphinx](https://pypi.org/project/Sphinx) from **2.0.1** to **5.3.0**. Changelog ### 5.3.0 ``` ===================================== * 10759: LaTeX: add :confval:`latex_table_style` and support the ``'booktabs'``, ``'borderless'``, and ``'colorrows'`` styles. (thanks to Stefan Wiehler...

This PR updates [coverage](https://pypi.org/project/coverage) from **4.5.3** to **6.5.0**. Changelog ### 6.5.0 ``` -------------------------- - The JSON report now includes details of which branches were taken, and which are missing for...

Instances of the `timedelta` class with all zeros [are considered *Falsey*](https://github.com/python/cpython/blob/95e271b2266b8f2e7b60ede86ccf3ede4a7f83eb/Lib/datetime.py#L878-L881). This behavior causes `python-dynamodb-lock` to fall back to the default `retry_period` and `retry_timeout` not only if those parameters are...