Package: azure-cosmos-table-python / 1.0.5+git20191025-6

Metadata

Package Version Patches format
azure-cosmos-table-python 1.0.5+git20191025-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix syntax warnings about and literals.patch | (download)

azure-cosmosdb-table/azure/cosmosdb/table/common/_connection.py | 2 1 + 1 - 0 !
azure-cosmosdb-table/tests/table/test_table.py | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 fix syntax warnings about == and literals
0002 Fix deprecation warning use assertRaisesRegex if ava.patch | (download)

azure-cosmosdb-table/tests/table/test_table_entity.py | 20 14 + 6 - 0 !
1 file changed, 14 insertions(+), 6 deletions(-)

 fix deprecation warning, use assertraisesregex if available