-git a/devel/py-azure-cosmos/distinfo b/devel/py-azure-cosmos/distinfo index b91fd61dfddc..279329303d51 100644 --- a/devel/py-azure-cosmos/distinfo +++ b/devel/py-azure-cosmos/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1598916807 -SHA256 (azure-cosmos-3.2.0.tar.gz) = 4f77cc558fecffac04377ba758ac4e23f076dc1c54e2cf2515f85bc15cbde5c6 -SIZE (azure-cosmos-3.2.0.tar.gz) = 154607 +TIMESTAMP = 1772050945 +SHA256 (azure_cosmos-4.15.0.tar.gz) = be1cf49837c197d9da880ec47fe020a24d679075b89e0e1e2aca8d376b3a5a24 +SIZE (azure_cosmos-4.15.0.tar.gz) = 2100744 diff --git a/devel/py-azure-cosmos/pkg-descr b/devel/py-azure-cosmos/pkg-descr index a28790306cdb..ce4bd6c5c938 100644 --- a/devel/py-azure-cosmos/pkg-descr +++ b/devel/py-azure-cosmos/pkg-descr @@ -1,11 +1,10 @@ -This is the Microsoft Azure Cosmos Python SDK. +Azure Cosmos DB is a globally distributed, multi-model database service that +supports document, key-value, wide-column, and graph databases. -Azure Cosmos DB is Microsoft's globally distributed, multi-model database -service. With the click of a button, Azure Cosmos DB enables you to elastically -and independently scale throughput and storage across any number of Azure's -geographic regions. You can elastically scale throughput and storage, and take -advantage of fast, single-digit-millisecond data access using your favorite API -among SQL, MongoDB, Cassandra, Tables, or Gremlin. Cosmos DB provides -comprehensive service level agreements (SLAs) for throughput, latency, -availability, and consistency guarantees, something no other database service -can offer. +Use the Azure Cosmos DB SQL API SDK for Python to manage databases and the JSON +documents they contain in this NoSQL database service. High level capabilities +are: +- Create Cosmos DB databases and modify their settings +- Create and modify containers to store collections of JSON documents +- Create, read, update, and delete the items (JSON documents) in your containers +- Query the documents in your database using SQL-like syntax