Hello community,
here is the log from the commit of package python-azure-datalake-store for
openSUSE:Factory checked in at 2018-02-14 09:24:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-datalake-store (Old)
and /work/SRC/openSUSE:Factory/.python-azure-datalake-store.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-datalake-store"
Wed Feb 14 09:24:24 2018 rev:2 rq:571068 version:0.0.17
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-datalake-store/python-azure-datalake-store.changes
2017-10-11 22:57:53.769994722 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-datalake-store.new/python-azure-datalake-store.changes
2018-02-14 09:24:44.654434387 +0100
@@ -1,0 +2,9 @@
+Fri Jan 26 12:12:53 UTC 2018 - [email protected]
+
+- New upstream release
+ + Version 0.0.17
+ + For detailed information about changes see the
+ HISTORY.rst file provided with this package
+- Install HISTORY.rst into doc directory
+
+-------------------------------------------------------------------
Old:
----
azure-datalake-store-0.0.16.tar.gz
New:
----
azure-datalake-store-0.0.17.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-datalake-store.spec ++++++
--- /var/tmp/diff_new_pack.5JL5GR/_old 2018-02-14 09:24:48.570292471 +0100
+++ /var/tmp/diff_new_pack.5JL5GR/_new 2018-02-14 09:24:48.570292471 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-azure-datalake-store
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-azure-datalake-store
-Version: 0.0.16
+Version: 0.0.17
Release: 0
Summary: Microsoft Azure Data Lake Store Client Library
License: MIT
@@ -72,7 +72,7 @@
%files %{python_files}
%defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc HISTORY.rst LICENSE.txt README.rst
%{python_sitelib}/azure/datalake/
%{python_sitelib}/samples/
%{python_sitelib}/azure_datalake_store-*.egg-info
++++++ azure-datalake-store-0.0.16.tar.gz -> azure-datalake-store-0.0.17.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/azure-datalake-store-0.0.16/HISTORY.rst
new/azure-datalake-store-0.0.17/HISTORY.rst
--- old/azure-datalake-store-0.0.16/HISTORY.rst 2017-09-11 21:01:56.000000000
+0200
+++ new/azure-datalake-store-0.0.17/HISTORY.rst 2017-09-22 03:06:36.000000000
+0200
@@ -3,6 +3,11 @@
Release History
===============
+0.0.17 (2017-09-21)
+-------------------
+* Fixed README.rst indentation error
+* Changed management endpoint
+
0.0.16 (2017-09-11)
-------------------
* Fixed Multi chunk transfer hangs as merging chunks fails #187
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/azure-datalake-store-0.0.16/PKG-INFO
new/azure-datalake-store-0.0.17/PKG-INFO
--- old/azure-datalake-store-0.0.16/PKG-INFO 2017-09-11 21:04:14.000000000
+0200
+++ new/azure-datalake-store-0.0.17/PKG-INFO 2017-09-22 03:08:37.000000000
+0200
@@ -1,22 +1,24 @@
Metadata-Version: 1.1
Name: azure-datalake-store
-Version: 0.0.16
+Version: 0.0.17
Summary: Azure Data Lake Store Filesystem Client Library for Python
Home-page: https://github.com/Azure/azure-data-lake-store-python
Author: Microsoft Corporation
Author-email: [email protected]
License: MIT License
Description-Content-Type: UNKNOWN
-Description: azure-datalake-store
- ====================
+Description: Microsoft Azure Data Lake Store Filesystem Library for Python
+ =============================================================
.. image::
https://travis-ci.org/Azure/azure-data-lake-store-python.svg?branch=dev
:target: https://travis-ci.org/Azure/azure-data-lake-store-python
.. image::
https://coveralls.io/repos/github/Azure/azure-data-lake-store-python/badge.svg?branch=master
:target:
https://coveralls.io/github/Azure/azure-data-lake-store-python?branch=master
- azure-datalake-store is a file-system management system in python for
the
- Azure Data-Lake Store.
+ This project is the Python filesystem library for Azure Data Lake
Store.
+
+ INSTALLATION
+ ============
To install from source instead of pip (for local testing and
development):
@@ -25,9 +27,8 @@
> pip install -r dev_requirements.txt
> python setup.py develop
-
- To run tests, you are required to set the following environment
variables:
- azure_tenant_id, azure_username, azure_password,
azure_data_lake_store_name
+ Usage: Sample Code
+ ==================
To play with the code, here is a starting point:
@@ -85,16 +86,17 @@
blocksize=block_size,
progress_callback=_update_progress)
-
This will output a progress bar to the stdout:
- ```
+
+ .. code-block:: bash
+
Alive[#########################
] 40.0881%
- ...
+
Finished[#############################################################]
100.0000%
- ```
- Command Line Sample Usage
- -------------------------
+ Usage: Command Line Sample
+ ==========================
+
To interact with the API at a higher-level, you can use the provided
command-line interface in "samples/cli.py". You will need to set
the appropriate environment variables as described above to connect to
the
@@ -191,12 +193,49 @@
2016-08-04 18:57:49,734 - ADLFS - DEBUG - File downloaded (xyz.csv
-> xyz.csv)
>
+ Tests
+ =====
+
+ For detailed documentation about our test framework, please visit the
+ `tests folder
<https://github.com/ro-joowan/azure-data-lake-store-python/tree/master/tests>`__.
+
+ Need Help?
+ ==========
+
+ Be sure to check out the Microsoft Azure `Developer Forums on Stack
Overflow <http://go.microsoft.com/fwlink/?LinkId=234489>`__
+ if you have trouble with the provided code. Most questions are tagged
`azure and python <https://stackoverflow.com/questions/tagged/azure+python>`__.
+
+
+ Contribute Code or Provide Feedback
+ ===================================
+
+ If you would like to become an active contributor to this project
please
+ follow the instructions provided in `Microsoft Azure Projects
Contribution Guidelines <http://azure.github.io/guidelines/>`__.
+ Furthermore, check out `GUIDANCE.md
<https://github.com/Azure/azure-data-lake-store-python/blob/master/GUIDANCE.md>`__
+ for specific information related to this project.
+
+ If you encounter any bugs with the library please file an issue in the
+ `Issues
<https://github.com/Azure/azure-data-lake-store-python/issues>`__
+ section of the project.
+
+
+ Code of Conduct
+ ===============
+ This project has adopted the `Microsoft Open Source Code of Conduct
<https://opensource.microsoft.com/codeofconduct/>`__.
+ For more information see the `Code of Conduct FAQ
<https://opensource.microsoft.com/codeofconduct/faq/>`__ or contact
+ `[email protected] <mailto:[email protected]>`__ with any
additional questions or comments.
+
.. :changelog:
Release History
===============
+ 0.0.17 (2017-09-21)
+ -------------------
+ * Fixed README.rst indentation error
+ * Changed management endpoint
+
0.0.16 (2017-09-11)
-------------------
* Fixed Multi chunk transfer hangs as merging chunks fails #187
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/azure-datalake-store-0.0.16/README.rst
new/azure-datalake-store-0.0.17/README.rst
--- old/azure-datalake-store-0.0.16/README.rst 2017-09-11 21:01:56.000000000
+0200
+++ new/azure-datalake-store-0.0.17/README.rst 2017-09-22 03:06:36.000000000
+0200
@@ -1,13 +1,15 @@
-azure-datalake-store
-====================
+Microsoft Azure Data Lake Store Filesystem Library for Python
+=============================================================
.. image::
https://travis-ci.org/Azure/azure-data-lake-store-python.svg?branch=dev
:target: https://travis-ci.org/Azure/azure-data-lake-store-python
.. image::
https://coveralls.io/repos/github/Azure/azure-data-lake-store-python/badge.svg?branch=master
:target:
https://coveralls.io/github/Azure/azure-data-lake-store-python?branch=master
-azure-datalake-store is a file-system management system in python for the
-Azure Data-Lake Store.
+This project is the Python filesystem library for Azure Data Lake Store.
+
+INSTALLATION
+============
To install from source instead of pip (for local testing and development):
@@ -16,9 +18,8 @@
> pip install -r dev_requirements.txt
> python setup.py develop
-
-To run tests, you are required to set the following environment variables:
-azure_tenant_id, azure_username, azure_password, azure_data_lake_store_name
+Usage: Sample Code
+==================
To play with the code, here is a starting point:
@@ -76,16 +77,17 @@
blocksize=block_size,
progress_callback=_update_progress)
-
This will output a progress bar to the stdout:
-```
+
+.. code-block:: bash
+
Alive[######################### ]
40.0881%
- ...
+
Finished[#############################################################]
100.0000%
-```
-Command Line Sample Usage
--------------------------
+Usage: Command Line Sample
+==========================
+
To interact with the API at a higher-level, you can use the provided
command-line interface in "samples/cli.py". You will need to set
the appropriate environment variables as described above to connect to the
@@ -181,3 +183,35 @@
2016-08-04 18:57:49,726 - ADLFS - DEBUG - Downloaded to xyz.csv, byte
offset 0
2016-08-04 18:57:49,734 - ADLFS - DEBUG - File downloaded (xyz.csv ->
xyz.csv)
>
+
+Tests
+=====
+
+For detailed documentation about our test framework, please visit the
+`tests folder
<https://github.com/ro-joowan/azure-data-lake-store-python/tree/master/tests>`__.
+
+Need Help?
+==========
+
+Be sure to check out the Microsoft Azure `Developer Forums on Stack Overflow
<http://go.microsoft.com/fwlink/?LinkId=234489>`__
+if you have trouble with the provided code. Most questions are tagged `azure
and python <https://stackoverflow.com/questions/tagged/azure+python>`__.
+
+
+Contribute Code or Provide Feedback
+===================================
+
+If you would like to become an active contributor to this project please
+follow the instructions provided in `Microsoft Azure Projects Contribution
Guidelines <http://azure.github.io/guidelines/>`__.
+Furthermore, check out `GUIDANCE.md
<https://github.com/Azure/azure-data-lake-store-python/blob/master/GUIDANCE.md>`__
+for specific information related to this project.
+
+If you encounter any bugs with the library please file an issue in the
+`Issues <https://github.com/Azure/azure-data-lake-store-python/issues>`__
+section of the project.
+
+
+Code of Conduct
+===============
+This project has adopted the `Microsoft Open Source Code of Conduct
<https://opensource.microsoft.com/codeofconduct/>`__.
+For more information see the `Code of Conduct FAQ
<https://opensource.microsoft.com/codeofconduct/faq/>`__ or contact
+`[email protected] <mailto:[email protected]>`__ with any additional
questions or comments.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure-datalake-store-0.0.16/azure/datalake/store/__init__.py
new/azure-datalake-store-0.0.17/azure/datalake/store/__init__.py
--- old/azure-datalake-store-0.0.16/azure/datalake/store/__init__.py
2017-09-11 21:01:56.000000000 +0200
+++ new/azure-datalake-store-0.0.17/azure/datalake/store/__init__.py
2017-09-22 03:06:36.000000000 +0200
@@ -6,7 +6,7 @@
# license information.
# --------------------------------------------------------------------------
-__version__ = "0.0.16"
+__version__ = "0.0.17"
from .core import AzureDLFileSystem
from .multithread import ADLDownloader
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure-datalake-store-0.0.16/azure/datalake/store/lib.py
new/azure-datalake-store-0.0.17/azure/datalake/store/lib.py
--- old/azure-datalake-store-0.0.16/azure/datalake/store/lib.py 2017-09-11
21:01:56.000000000 +0200
+++ new/azure-datalake-store-0.0.17/azure/datalake/store/lib.py 2017-09-22
03:06:36.000000000 +0200
@@ -53,7 +53,7 @@
default_adls_suffix = os.environ.get('azure_data_lake_store_url_suffix',
'azuredatalakestore.net')
# Constants
-DEFAULT_RESOURCE_ENDPOINT = "https://management.core.windows.net/"
+DEFAULT_RESOURCE_ENDPOINT = "https://datalake.azure.net/"
MAX_CONTENT_LENGTH = 2**16
# This is the maximum number of active pool connections
@@ -84,7 +84,7 @@
client_secret : str
the secret associated with the client_id
resource : str
- resource for auth (e.g., https://management.core.windows.net/)
+ resource for auth (e.g., https://datalake.azure.net/)
require_2fa : bool
indicates this authentication attempt requires two-factor
authentication
authority: string
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure-datalake-store-0.0.16/azure_datalake_store.egg-info/PKG-INFO
new/azure-datalake-store-0.0.17/azure_datalake_store.egg-info/PKG-INFO
--- old/azure-datalake-store-0.0.16/azure_datalake_store.egg-info/PKG-INFO
2017-09-11 21:04:14.000000000 +0200
+++ new/azure-datalake-store-0.0.17/azure_datalake_store.egg-info/PKG-INFO
2017-09-22 03:08:37.000000000 +0200
@@ -1,22 +1,24 @@
Metadata-Version: 1.1
Name: azure-datalake-store
-Version: 0.0.16
+Version: 0.0.17
Summary: Azure Data Lake Store Filesystem Client Library for Python
Home-page: https://github.com/Azure/azure-data-lake-store-python
Author: Microsoft Corporation
Author-email: [email protected]
License: MIT License
Description-Content-Type: UNKNOWN
-Description: azure-datalake-store
- ====================
+Description: Microsoft Azure Data Lake Store Filesystem Library for Python
+ =============================================================
.. image::
https://travis-ci.org/Azure/azure-data-lake-store-python.svg?branch=dev
:target: https://travis-ci.org/Azure/azure-data-lake-store-python
.. image::
https://coveralls.io/repos/github/Azure/azure-data-lake-store-python/badge.svg?branch=master
:target:
https://coveralls.io/github/Azure/azure-data-lake-store-python?branch=master
- azure-datalake-store is a file-system management system in python for
the
- Azure Data-Lake Store.
+ This project is the Python filesystem library for Azure Data Lake
Store.
+
+ INSTALLATION
+ ============
To install from source instead of pip (for local testing and
development):
@@ -25,9 +27,8 @@
> pip install -r dev_requirements.txt
> python setup.py develop
-
- To run tests, you are required to set the following environment
variables:
- azure_tenant_id, azure_username, azure_password,
azure_data_lake_store_name
+ Usage: Sample Code
+ ==================
To play with the code, here is a starting point:
@@ -85,16 +86,17 @@
blocksize=block_size,
progress_callback=_update_progress)
-
This will output a progress bar to the stdout:
- ```
+
+ .. code-block:: bash
+
Alive[#########################
] 40.0881%
- ...
+
Finished[#############################################################]
100.0000%
- ```
- Command Line Sample Usage
- -------------------------
+ Usage: Command Line Sample
+ ==========================
+
To interact with the API at a higher-level, you can use the provided
command-line interface in "samples/cli.py". You will need to set
the appropriate environment variables as described above to connect to
the
@@ -191,12 +193,49 @@
2016-08-04 18:57:49,734 - ADLFS - DEBUG - File downloaded (xyz.csv
-> xyz.csv)
>
+ Tests
+ =====
+
+ For detailed documentation about our test framework, please visit the
+ `tests folder
<https://github.com/ro-joowan/azure-data-lake-store-python/tree/master/tests>`__.
+
+ Need Help?
+ ==========
+
+ Be sure to check out the Microsoft Azure `Developer Forums on Stack
Overflow <http://go.microsoft.com/fwlink/?LinkId=234489>`__
+ if you have trouble with the provided code. Most questions are tagged
`azure and python <https://stackoverflow.com/questions/tagged/azure+python>`__.
+
+
+ Contribute Code or Provide Feedback
+ ===================================
+
+ If you would like to become an active contributor to this project
please
+ follow the instructions provided in `Microsoft Azure Projects
Contribution Guidelines <http://azure.github.io/guidelines/>`__.
+ Furthermore, check out `GUIDANCE.md
<https://github.com/Azure/azure-data-lake-store-python/blob/master/GUIDANCE.md>`__
+ for specific information related to this project.
+
+ If you encounter any bugs with the library please file an issue in the
+ `Issues
<https://github.com/Azure/azure-data-lake-store-python/issues>`__
+ section of the project.
+
+
+ Code of Conduct
+ ===============
+ This project has adopted the `Microsoft Open Source Code of Conduct
<https://opensource.microsoft.com/codeofconduct/>`__.
+ For more information see the `Code of Conduct FAQ
<https://opensource.microsoft.com/codeofconduct/faq/>`__ or contact
+ `[email protected] <mailto:[email protected]>`__ with any
additional questions or comments.
+
.. :changelog:
Release History
===============
+ 0.0.17 (2017-09-21)
+ -------------------
+ * Fixed README.rst indentation error
+ * Changed management endpoint
+
0.0.16 (2017-09-11)
-------------------
* Fixed Multi chunk transfer hangs as merging chunks fails #187