summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-azure-storage-file-datalake.spec40
-rw-r--r--sources2
3 files changed, 27 insertions, 16 deletions
diff --git a/.gitignore b/.gitignore
index 82ef78b..44f59aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/azure-storage-file-datalake-12.10.1.zip
+/azure-storage-file-datalake-12.11.0.zip
diff --git a/python-azure-storage-file-datalake.spec b/python-azure-storage-file-datalake.spec
index 0e5e578..8b978ad 100644
--- a/python-azure-storage-file-datalake.spec
+++ b/python-azure-storage-file-datalake.spec
@@ -1,18 +1,13 @@
%global _empty_manifest_terminate_build 0
Name: python-azure-storage-file-datalake
-Version: 12.10.1
+Version: 12.11.0
Release: 1
Summary: Microsoft Azure File DataLake Storage Client Library for Python
License: MIT License
URL: https://github.com/Azure/azure-sdk-for-python
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b5/7d/f9437ece504fdb07fded73abce07befa5e07dbd642a31f3822f07b5d8319/azure-storage-file-datalake-12.10.1.zip
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7f/0e/c367977fe7e45f802698e9a4ecea3bc01f70fadd99d17f754989d2044e2a/azure-storage-file-datalake-12.11.0.zip
BuildArch: noarch
-Requires: python3-azure-core
-Requires: python3-azure-storage-blob
-Requires: python3-typing-extensions
-Requires: python3-isodate
-Requires: python3-azure-core[aio]
%description
# Azure DataLake service client library for Python
@@ -23,7 +18,12 @@ This preview package for Python includes ADLS Gen2 specific API support made ava
2. Permission related operations (Get/Set ACLs) for hierarchical namespace enabled (HNS) accounts.
-[Source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake) | [Package (PyPi)](https://pypi.org/project/azure-storage-file-datalake/) | [API reference documentation](https://aka.ms/azsdk-python-storage-filedatalake-ref) | [Product documentation](https://docs.microsoft.com/azure/storage/) | [Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-file-datalake/samples)
+[Source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake)
+| [Package (PyPi)](https://pypi.org/project/azure-storage-file-datalake/)
+| [Package (Conda)](https://anaconda.org/microsoft/azure-storage/)
+| [API reference documentation](https://aka.ms/azsdk-python-storage-filedatalake-ref)
+| [Product documentation](https://docs.microsoft.com/azure/storage/)
+| [Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-file-datalake/samples)
## Getting started
@@ -261,7 +261,7 @@ service_client = DataLakeServiceClient.from_connection_string("your_connection_s
Similarly, `logging_enable` can enable detailed logging for a single operation,
even when it isn't enabled for the client:
-```py
+```python
service_client.list_file_systems(logging_enable=True)
```
@@ -319,7 +319,12 @@ This preview package for Python includes ADLS Gen2 specific API support made ava
2. Permission related operations (Get/Set ACLs) for hierarchical namespace enabled (HNS) accounts.
-[Source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake) | [Package (PyPi)](https://pypi.org/project/azure-storage-file-datalake/) | [API reference documentation](https://aka.ms/azsdk-python-storage-filedatalake-ref) | [Product documentation](https://docs.microsoft.com/azure/storage/) | [Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-file-datalake/samples)
+[Source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake)
+| [Package (PyPi)](https://pypi.org/project/azure-storage-file-datalake/)
+| [Package (Conda)](https://anaconda.org/microsoft/azure-storage/)
+| [API reference documentation](https://aka.ms/azsdk-python-storage-filedatalake-ref)
+| [Product documentation](https://docs.microsoft.com/azure/storage/)
+| [Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-file-datalake/samples)
## Getting started
@@ -557,7 +562,7 @@ service_client = DataLakeServiceClient.from_connection_string("your_connection_s
Similarly, `logging_enable` can enable detailed logging for a single operation,
even when it isn't enabled for the client:
-```py
+```python
service_client.list_file_systems(logging_enable=True)
```
@@ -612,7 +617,12 @@ This preview package for Python includes ADLS Gen2 specific API support made ava
2. Permission related operations (Get/Set ACLs) for hierarchical namespace enabled (HNS) accounts.
-[Source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake) | [Package (PyPi)](https://pypi.org/project/azure-storage-file-datalake/) | [API reference documentation](https://aka.ms/azsdk-python-storage-filedatalake-ref) | [Product documentation](https://docs.microsoft.com/azure/storage/) | [Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-file-datalake/samples)
+[Source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake)
+| [Package (PyPi)](https://pypi.org/project/azure-storage-file-datalake/)
+| [Package (Conda)](https://anaconda.org/microsoft/azure-storage/)
+| [API reference documentation](https://aka.ms/azsdk-python-storage-filedatalake-ref)
+| [Product documentation](https://docs.microsoft.com/azure/storage/)
+| [Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-file-datalake/samples)
## Getting started
@@ -850,7 +860,7 @@ service_client = DataLakeServiceClient.from_connection_string("your_connection_s
Similarly, `logging_enable` can enable detailed logging for a single operation,
even when it isn't enabled for the client:
-```py
+```python
service_client.list_file_systems(logging_enable=True)
```
@@ -894,7 +904,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
%prep
-%autosetup -n azure-storage-file-datalake-12.10.1
+%autosetup -n azure-storage-file-datalake-12.11.0
%build
%py3_build
@@ -934,5 +944,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 12.10.1-1
+* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 12.11.0-1
- Package Spec generated
diff --git a/sources b/sources
index 4442e19..93966b9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9c6d9b8369b5580e792d7eec936767fe azure-storage-file-datalake-12.10.1.zip
+bcb9526e440d01e912203112f7ba3b82 azure-storage-file-datalake-12.11.0.zip