commit python-azure-datalake-store for openSUSE:Factory

2020-10-08 Thread root
Hello community,

here is the log from the commit of package python-azure-datalake-store for 
openSUSE:Factory checked in at 2020-10-08 13:12:13

Comparing /work/SRC/openSUSE:Factory/python-azure-datalake-store (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-datalake-store.new.4249 (New)


Package is "python-azure-datalake-store"

Thu Oct  8 13:12:13 2020 rev:9 rq:839848 version:0.0.50

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-datalake-store/python-azure-datalake-store.changes
  2020-08-29 20:35:20.785288433 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-datalake-store.new.4249/python-azure-datalake-store.changes
2020-10-08 13:12:58.071215003 +0200
@@ -1,0 +2,8 @@
+Mon Oct  5 09:20:52 UTC 2020 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.0.50
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+
+---
@@ -7 +15 @@
-HISTORY.txt file provided with this package
+HISTORY.rst file provided with this package
@@ -16 +24 @@
-HISTORY.txt file provided with this package
+HISTORY.rst file provided with this package
@@ -24 +32 @@
-HISTORY.txt file provided with this package
+HISTORY.rst file provided with this package
@@ -36 +44 @@
-HISTORY.txt file provided with this package
+HISTORY.rst file provided with this package

Old:

  azure-datalake-store-0.0.49.tar.gz

New:

  azure-datalake-store-0.0.50.tar.gz



Other differences:
--
++ python-azure-datalake-store.spec ++
--- /var/tmp/diff_new_pack.5KSMLh/_old  2020-10-08 13:12:58.619215499 +0200
+++ /var/tmp/diff_new_pack.5KSMLh/_new  2020-10-08 13:12:58.623215503 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-datalake-store
-Version:0.0.49
+Version:0.0.50
 Release:0
 Summary:Microsoft Azure Data Lake Store Client Library
 License:MIT

++ azure-datalake-store-0.0.49.tar.gz -> azure-datalake-store-0.0.50.tar.gz 
++
 13095 lines of diff (skipped)




commit python-azure-datalake-store for openSUSE:Factory

2020-08-29 Thread root
Hello community,

here is the log from the commit of package python-azure-datalake-store for 
openSUSE:Factory checked in at 2020-08-29 20:35:11

Comparing /work/SRC/openSUSE:Factory/python-azure-datalake-store (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-datalake-store.new.3399 (New)


Package is "python-azure-datalake-store"

Sat Aug 29 20:35:11 2020 rev:8 rq:829782 version:0.0.49

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-datalake-store/python-azure-datalake-store.changes
  2020-01-13 22:20:29.250489373 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-datalake-store.new.3399/python-azure-datalake-store.changes
2020-08-29 20:35:20.785288433 +0200
@@ -1,0 +2,9 @@
+Wed Aug 26 12:51:11 UTC 2020 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.0.49
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Move python-futures from BuildRequires to Requires as it is a runtime 
dependency
+
+---

Old:

  azure-datalake-store-0.0.48.tar.gz

New:

  azure-datalake-store-0.0.49.tar.gz



Other differences:
--
++ python-azure-datalake-store.spec ++
--- /var/tmp/diff_new_pack.7cFw4N/_old  2020-08-29 20:35:21.653288798 +0200
+++ /var/tmp/diff_new_pack.7cFw4N/_new  2020-08-29 20:35:21.653288798 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-datalake-store
-Version:0.0.48
+Version:0.0.49
 Release:0
 Summary:Microsoft Azure Data Lake Store Client Library
 License:MIT
@@ -30,12 +30,12 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-%ifpython2
-BuildRequires:  python-futures
-%endif
 Requires:   python-adal >= 0.4.2
 Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-cffi
+%ifpython2
+Requires:   python-futures
+%endif
 Requires:   python-requests >= 2.20.0
 Conflicts:  python-azure-sdk <= 2.0.0
 

++ azure-datalake-store-0.0.48.tar.gz -> azure-datalake-store-0.0.49.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-datalake-store-0.0.48/HISTORY.rst 
new/azure-datalake-store-0.0.49/HISTORY.rst
--- old/azure-datalake-store-0.0.48/HISTORY.rst 2019-10-24 21:52:21.0 
+0200
+++ new/azure-datalake-store-0.0.49/HISTORY.rst 2020-08-06 02:12:51.0 
+0200
@@ -3,6 +3,12 @@
 Release History
 ===
 
+0.0.49 (2020-08-05)

+* Fix bug with NoRetryPolicy
+* Remove Python 3.4,5 in travis configuration.
+* Fix logging for unicode
+
 0.0.48 (2019-10-18)
 +++
 * Buffer writes to prevent out of memory problems
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-datalake-store-0.0.48/PKG-INFO 
new/azure-datalake-store-0.0.49/PKG-INFO
--- old/azure-datalake-store-0.0.48/PKG-INFO2019-10-24 22:03:06.0 
+0200
+++ new/azure-datalake-store-0.0.49/PKG-INFO2020-08-06 02:22:49.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-datalake-store
-Version: 0.0.48
+Version: 0.0.49
 Summary: Azure Data Lake Store Filesystem Client Library for Python
 Home-page: https://github.com/Azure/azure-data-lake-store-python
 Author: Microsoft Corporation
@@ -247,6 +247,12 @@
 Release History
 ===
 
+0.0.49 (2020-08-05)
++++
+* Fix bug with NoRetryPolicy
+* Remove Python 3.4,5 in travis configuration.
+* Fix logging for unicode
+
 0.0.48 (2019-10-18)
 +++
 * Buffer writes to prevent out of memory problems
@@ -498,4 +504,5 @@
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
 Classifier: License :: OSI Approved :: MIT License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-datalake-store-0.0.48/azure/datalake/store/__init__.py 
new/azure-datalake-store-0.0.49/azure/datalake/store/__init__.py
--- old/azure-datalake-store-0.0.48/azure/datalake/store/__init__.py
2019-10-24 21:52:21.0 +0200
+++ new/azure-datalake-store-0.0.49/azure/datalake/store/__init__.py
2020-08-06 02:12:51.0 +0200
@@ -6,7 +6,7 @@
 # license information.
 # --
 
-__version__ = "0.0.48"
+__version__ = "0.0.49"
 
 from .core import 

commit python-azure-datalake-store for openSUSE:Factory

2020-01-13 Thread root
Hello community,

here is the log from the commit of package python-azure-datalake-store for 
openSUSE:Factory checked in at 2020-01-13 22:18:59

Comparing /work/SRC/openSUSE:Factory/python-azure-datalake-store (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-datalake-store.new.6675 (New)


Package is "python-azure-datalake-store"

Mon Jan 13 22:18:59 2020 rev:7 rq:761252 version:0.0.48

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-datalake-store/python-azure-datalake-store.changes
  2019-10-10 14:28:40.388859911 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-datalake-store.new.6675/python-azure-datalake-store.changes
2020-01-13 22:20:29.250489373 +0100
@@ -1,0 +2,8 @@
+Mon Jan  6 15:45:29 UTC 2020 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.0.48
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+
+---

Old:

  azure-datalake-store-0.0.47.tar.gz

New:

  azure-datalake-store-0.0.48.tar.gz



Other differences:
--
++ python-azure-datalake-store.spec ++
--- /var/tmp/diff_new_pack.M4tsiJ/_old  2020-01-13 22:20:29.830489642 +0100
+++ /var/tmp/diff_new_pack.M4tsiJ/_new  2020-01-13 22:20:29.834489644 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-datalake-store
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-datalake-store
-Version:0.0.47
+Version:0.0.48
 Release:0
 Summary:Microsoft Azure Data Lake Store Client Library
 License:MIT
 Group:  Development/Languages/Python
-Url:https://github.com/Azure/azure-sdk-for-python
+URL:https://github.com/Azure/azure-sdk-for-python
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-datalake-store/azure-datalake-store-%{version}.tar.gz
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}

++ azure-datalake-store-0.0.47.tar.gz -> azure-datalake-store-0.0.48.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-datalake-store-0.0.47/HISTORY.rst 
new/azure-datalake-store-0.0.48/HISTORY.rst
--- old/azure-datalake-store-0.0.47/HISTORY.rst 2019-08-15 03:34:18.0 
+0200
+++ new/azure-datalake-store-0.0.48/HISTORY.rst 2019-10-24 21:52:21.0 
+0200
@@ -3,6 +3,11 @@
 Release History
 ===
 
+0.0.48 (2019-10-18)

+* Buffer writes to prevent out of memory problems
+* Add Python 3.7 in travis configuration
+
 0.0.47 (2019-08-14)
 +++
 * Remove logging of bearer token
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-datalake-store-0.0.47/PKG-INFO 
new/azure-datalake-store-0.0.48/PKG-INFO
--- old/azure-datalake-store-0.0.47/PKG-INFO2019-08-15 03:46:55.0 
+0200
+++ new/azure-datalake-store-0.0.48/PKG-INFO2019-10-24 22:03:06.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-datalake-store
-Version: 0.0.47
+Version: 0.0.48
 Summary: Azure Data Lake Store Filesystem Client Library for Python
 Home-page: https://github.com/Azure/azure-data-lake-store-python
 Author: Microsoft Corporation
@@ -247,6 +247,11 @@
 Release History
 ===
 
+0.0.48 (2019-10-18)
++++
+* Buffer writes to prevent out of memory problems
+* Add Python 3.7 in travis configuration
+
 0.0.47 (2019-08-14)
 +++
 * Remove logging of bearer token
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-datalake-store-0.0.47/azure/datalake/store/__init__.py 
new/azure-datalake-store-0.0.48/azure/datalake/store/__init__.py
--- old/azure-datalake-store-0.0.47/azure/datalake/store/__init__.py
2019-08-15 03:34:18.0 +0200
+++ new/azure-datalake-store-0.0.48/azure/datalake/store/__init__.py
2019-10-24 21:52:21.0 +0200
@@ -6,7 +6,7 @@
 # license information.
 # --
 
-__version__ = "0.0.47"
+__version__ = "0.0.48"
 
 from .core import AzureDLFileSystem
 from .multithread import ADLDownloader
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit python-azure-datalake-store for openSUSE:Factory

2019-10-10 Thread root
Hello community,

here is the log from the commit of package python-azure-datalake-store for 
openSUSE:Factory checked in at 2019-10-10 14:28:38

Comparing /work/SRC/openSUSE:Factory/python-azure-datalake-store (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-datalake-store.new.2352 (New)


Package is "python-azure-datalake-store"

Thu Oct 10 14:28:38 2019 rev:6 rq:735676 version:0.0.47

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-datalake-store/python-azure-datalake-store.changes
  2019-05-14 13:31:21.779484100 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-datalake-store.new.2352/python-azure-datalake-store.changes
2019-10-10 14:28:40.388859911 +0200
@@ -1,0 +2,12 @@
+Fri Oct  4 12:13:06 UTC 2019 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.0.47
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Add python-requires to BuildRequires for Python 2.x
+- Drop patch to support older versions of setuptools as
+  SLE-12 is now shipping with a recent enough version
+  + ads_drop-extras-require.patch
+
+---

Old:

  ads_drop-extras-require.patch
  azure-datalake-store-0.0.44.tar.gz

New:

  azure-datalake-store-0.0.47.tar.gz



Other differences:
--
++ python-azure-datalake-store.spec ++
--- /var/tmp/diff_new_pack.XouKBe/_old  2019-10-10 14:28:41.068858326 +0200
+++ /var/tmp/diff_new_pack.XouKBe/_new  2019-10-10 14:28:41.072858318 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-datalake-store
-Version:0.0.44
+Version:0.0.47
 Release:0
 Summary:Microsoft Azure Data Lake Store Client Library
 License:MIT
@@ -26,11 +26,13 @@
 Url:https://github.com/Azure/azure-sdk-for-python
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-datalake-store/azure-datalake-store-%{version}.tar.gz
 Source1:LICENSE.txt
-Patch1: ads_drop-extras-require.patch
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+%ifpython2
+BuildRequires:  python-futures
+%endif
 Requires:   python-adal >= 0.4.2
 Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-cffi
@@ -51,7 +53,6 @@
 
 %prep
 %setup -q -n azure-datalake-store-%{version}
-%patch1 -p1
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-datalake-store-%{version}

++ azure-datalake-store-0.0.44.tar.gz -> azure-datalake-store-0.0.47.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-datalake-store-0.0.44/HISTORY.rst 
new/azure-datalake-store-0.0.47/HISTORY.rst
--- old/azure-datalake-store-0.0.44/HISTORY.rst 2019-03-07 00:13:59.0 
+0100
+++ new/azure-datalake-store-0.0.47/HISTORY.rst 2019-08-15 03:34:18.0 
+0200
@@ -3,6 +3,22 @@
 Release History
 ===
 
+0.0.47 (2019-08-14)

+* Remove logging of bearer token
+* Documentation related changes(Add readme.md and correct some formatting)
+
+0.0.46 (2019-06-25)

+* Expose per request timeout. Default to 60.
+* Concat will not retry by default.
+* Bug fixes.
+
+0.0.45 (2019-05-10)

+* Update open and close ADLFile semantics
+* Refactor code and improve performance for opening a file
+
 0.0.44 (2019-03-05)
 +++
 * Add continuation token to LISTSTATUS api call
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-datalake-store-0.0.44/PKG-INFO 
new/azure-datalake-store-0.0.47/PKG-INFO
--- old/azure-datalake-store-0.0.44/PKG-INFO2019-03-07 00:24:10.0 
+0100
+++ new/azure-datalake-store-0.0.47/PKG-INFO2019-08-15 03:46:55.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-datalake-store
-Version: 0.0.44
+Version: 0.0.47
 Summary: Azure Data Lake Store Filesystem Client Library for Python
 Home-page: https://github.com/Azure/azure-data-lake-store-python
 Author: Microsoft Corporation
@@ -247,6 +247,22 @@
 Release History
 ===
 
+0.0.47 (2019-08-14)
++++
+* Remove logging of bearer token
+* Documentation related changes(Add readme.md and correct some 
formatting)
+
+0.0.46 (2019-06-25)
++++
+* Expose per request timeout. Default to 60.
+* Concat will not retry by default.
+* Bug fixes.
+
+0.0.45 (2019-05-10)
+

commit python-azure-datalake-store for openSUSE:Factory

2019-05-14 Thread root
Hello community,

here is the log from the commit of package python-azure-datalake-store for 
openSUSE:Factory checked in at 2019-05-14 13:31:20

Comparing /work/SRC/openSUSE:Factory/python-azure-datalake-store (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-datalake-store.new.5148 (New)


Package is "python-azure-datalake-store"

Tue May 14 13:31:20 2019 rev:5 rq:694382 version:0.0.44

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-datalake-store/python-azure-datalake-store.changes
  2018-09-26 16:13:17.123300597 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-datalake-store.new.5148/python-azure-datalake-store.changes
2019-05-14 13:31:21.779484100 +0200
@@ -1,0 +2,18 @@
+Thu Apr 11 11:48:00 UTC 2019 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.0.44
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Bump minimum version for namespace packages
+  to 3.0.0 in BuildRequires and Requires
+- Remove python-devel package from BuildRequires
+- Remove unzip package from BuildRequires
+- Refresh patches for new version
+  + ads_drop-extras-require.patch
+- Run fdupes to hardlink duplicate files
+  + Add fdupes to BuildRequires
+  + Add %fdupes invocation to %install
+- Update BuildRequires and Requires from setup.py
+
+---

Old:

  azure-datalake-store-0.0.30.tar.gz

New:

  azure-datalake-store-0.0.44.tar.gz



Other differences:
--
++ python-azure-datalake-store.spec ++
--- /var/tmp/diff_new_pack.84dQy3/_old  2019-05-14 13:31:23.195487526 +0200
+++ /var/tmp/diff_new_pack.84dQy3/_new  2019-05-14 13:31:23.215487574 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-datalake-store
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-datalake-store
-Version:0.0.30
+Version:0.0.44
 Release:0
 Summary:Microsoft Azure Data Lake Store Client Library
 License:MIT
@@ -27,14 +27,14 @@
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-datalake-store/azure-datalake-store-%{version}.tar.gz
 Source1:LICENSE.txt
 Patch1: ads_drop-extras-require.patch
-BuildRequires:  %{python_module azure-nspkg}
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  unzip
 Requires:   python-adal >= 0.4.2
-Requires:   python-azure-nspkg
+Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-cffi
+Requires:   python-requests >= 2.20.0
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -59,6 +59,7 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/__init__.*
 rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__

++ ads_drop-extras-require.patch ++
--- /var/tmp/diff_new_pack.84dQy3/_old  2019-05-14 13:31:23.335487865 +0200
+++ /var/tmp/diff_new_pack.84dQy3/_new  2019-05-14 13:31:23.359487923 +0200
@@ -1,14 +1,15 @@
-diff -Nru azure-datalake-store-0.0.30.orig/setup.py 
azure-datalake-store-0.0.30/setup.py
 azure-datalake-store-0.0.30.orig/setup.py  2018-08-29 02:44:11.0 
+0200
-+++ azure-datalake-store-0.0.30/setup.py   2018-09-03 13:56:04.921908611 
+0200
-@@ -49,10 +49,6 @@
-   'cffi',
+diff -Nru azure-datalake-store-0.0.44.orig/setup.py 
azure-datalake-store-0.0.44/setup.py
+--- azure-datalake-store-0.0.44.orig/setup.py  2019-03-07 00:13:59.0 
+0100
 azure-datalake-store-0.0.44/setup.py   2019-04-11 13:46:25.082107301 
+0200
+@@ -46,11 +46,6 @@
'adal>=0.4.2',
+   'requests>=2.20.0',
],
 -  extras_require={
 -  ":python_version<'3.4'": ['pathlib2'],
 -  ":python_version<='2.7'": ['futures'],
+-  ":python_version<'3.0'": ['azure-nspkg'],
 -  },
long_description=readme + '\n\n' + history,
zip_safe=False,

commit python-azure-datalake-store for openSUSE:Factory

2018-09-26 Thread root
Hello community,

here is the log from the commit of package python-azure-datalake-store for 
openSUSE:Factory checked in at 2018-09-26 16:13:15

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 Sep 26 16:13:15 2018 rev:4 rq:637938 version:0.0.30

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-datalake-store/python-azure-datalake-store.changes
  2018-05-13 16:03:37.605480267 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-datalake-store.new/python-azure-datalake-store.changes
 2018-09-26 16:13:17.123300597 +0200
@@ -1,0 +2,13 @@
+Mon Sep  3 11:59:03 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.0.30
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Drop obsolete patches for new version
+  + ads_drop-compatible-releases-operator.patch
+- Refresh patches for new version
+  + ads_drop-extras-require.patch
+- Update Requires from setup.py
+
+---

Old:

  ads_drop-compatible-releases-operator.patch
  azure-datalake-store-0.0.19.tar.gz

New:

  azure-datalake-store-0.0.30.tar.gz



Other differences:
--
++ python-azure-datalake-store.spec ++
--- /var/tmp/diff_new_pack.MxTCLX/_old  2018-09-26 16:13:17.523299934 +0200
+++ /var/tmp/diff_new_pack.MxTCLX/_new  2018-09-26 16:13:17.527299927 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-datalake-store
-Version:0.0.19
+Version:0.0.30
 Release:0
 Summary:Microsoft Azure Data Lake Store Client Library
 License:MIT
@@ -26,8 +26,7 @@
 Url:https://github.com/Azure/azure-sdk-for-python
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-datalake-store/azure-datalake-store-%{version}.tar.gz
 Source1:LICENSE.txt
-Patch1: ads_drop-compatible-releases-operator.patch
-Patch2: ads_drop-extras-require.patch
+Patch1: ads_drop-extras-require.patch
 BuildRequires:  %{python_module azure-nspkg}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
@@ -36,8 +35,6 @@
 Requires:   python-adal >= 0.4.2
 Requires:   python-azure-nspkg
 Requires:   python-cffi
-Requires:   python-msrest < 1.0.0
-Requires:   python-msrest >= 0.4.5
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -55,7 +52,6 @@
 %prep
 %setup -q -n azure-datalake-store-%{version}
 %patch1 -p1
-%patch2 -p1
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-datalake-store-%{version}

++ ads_drop-extras-require.patch ++
--- /var/tmp/diff_new_pack.MxTCLX/_old  2018-09-26 16:13:17.551299887 +0200
+++ /var/tmp/diff_new_pack.MxTCLX/_new  2018-09-26 16:13:17.555299880 +0200
@@ -1,9 +1,9 @@
-diff -Nru azure-datalake-store-0.0.19.orig/setup.py 
azure-datalake-store-0.0.19/setup.py
 azure-datalake-store-0.0.19.orig/setup.py  2018-04-24 16:14:09.774725002 
+0200
-+++ azure-datalake-store-0.0.19/setup.py   2018-04-24 16:14:56.087107930 
+0200
-@@ -50,10 +50,6 @@
+diff -Nru azure-datalake-store-0.0.30.orig/setup.py 
azure-datalake-store-0.0.30/setup.py
+--- azure-datalake-store-0.0.30.orig/setup.py  2018-08-29 02:44:11.0 
+0200
 azure-datalake-store-0.0.30/setup.py   2018-09-03 13:56:04.921908611 
+0200
+@@ -49,10 +49,6 @@
+   'cffi',
'adal>=0.4.2',
-   'msrest>=0.4.5'
],
 -  extras_require={
 -  ":python_version<'3.4'": ['pathlib2'],

++ azure-datalake-store-0.0.19.tar.gz -> azure-datalake-store-0.0.30.tar.gz 
++
 1787 lines of diff (skipped)




commit python-azure-datalake-store for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package python-azure-datalake-store for 
openSUSE:Factory checked in at 2018-05-13 16:03:31

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"

Sun May 13 16:03:31 2018 rev:3 rq:601544 version:0.0.19

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-datalake-store/python-azure-datalake-store.changes
  2018-02-14 09:24:44.654434387 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-datalake-store.new/python-azure-datalake-store.changes
 2018-05-13 16:03:37.605480267 +0200
@@ -1,0 +2,10 @@
+Tue Apr 24 14:17:44 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.0.19
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package  
+- Move LICENSE.txt from %doc to %license section
+- Update Requires from setup.py
+
+---

Old:

  azure-datalake-store-0.0.17.tar.gz

New:

  azure-datalake-store-0.0.19.tar.gz



Other differences:
--
++ python-azure-datalake-store.spec ++
--- /var/tmp/diff_new_pack.UhUxZN/_old  2018-05-13 16:03:38.173459545 +0200
+++ /var/tmp/diff_new_pack.UhUxZN/_new  2018-05-13 16:03:38.177459399 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-datalake-store
-Version:0.0.17
+Version:0.0.19
 Release:0
 Summary:Microsoft Azure Data Lake Store Client Library
 License:MIT
@@ -72,7 +72,8 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python_sitelib}/azure/datalake/
 %{python_sitelib}/samples/
 %{python_sitelib}/azure_datalake_store-*.egg-info

++ ads_drop-compatible-releases-operator.patch ++
--- /var/tmp/diff_new_pack.UhUxZN/_old  2018-05-13 16:03:38.221457794 +0200
+++ /var/tmp/diff_new_pack.UhUxZN/_new  2018-05-13 16:03:38.225457648 +0200
@@ -1,6 +1,6 @@
-diff -Nru azure-datalake-store-0.0.14.orig/setup.py 
azure-datalake-store-0.0.14/setup.py
 azure-datalake-store-0.0.14.orig/setup.py  2017-07-11 22:41:53.0 
+0200
-+++ azure-datalake-store-0.0.14/setup.py   2017-07-26 11:33:22.962837668 
+0200
+diff -Nru azure-datalake-store-0.0.19.orig/setup.py 
azure-datalake-store-0.0.19/setup.py
+--- azure-datalake-store-0.0.19.orig/setup.py  2018-03-15 04:14:41.0 
+0100
 azure-datalake-store-0.0.19/setup.py   2018-04-24 16:14:09.774725002 
+0200
 @@ -48,7 +48,7 @@
install_requires=[
'cffi',

++ ads_drop-extras-require.patch ++
--- /var/tmp/diff_new_pack.UhUxZN/_old  2018-05-13 16:03:38.237457211 +0200
+++ /var/tmp/diff_new_pack.UhUxZN/_new  2018-05-13 16:03:38.237457211 +0200
@@ -1,6 +1,6 @@
-diff -Nru azure-datalake-store-0.0.14.orig/setup.py 
azure-datalake-store-0.0.14/setup.py
 azure-datalake-store-0.0.14.orig/setup.py  2017-07-26 11:38:38.425334485 
+0200
-+++ azure-datalake-store-0.0.14/setup.py   2017-07-26 11:38:01.809040500 
+0200
+diff -Nru azure-datalake-store-0.0.19.orig/setup.py 
azure-datalake-store-0.0.19/setup.py
+--- azure-datalake-store-0.0.19.orig/setup.py  2018-04-24 16:14:09.774725002 
+0200
 azure-datalake-store-0.0.19/setup.py   2018-04-24 16:14:56.087107930 
+0200
 @@ -50,10 +50,6 @@
'adal>=0.4.2',
'msrest>=0.4.5'

++ azure-datalake-store-0.0.17.tar.gz -> azure-datalake-store-0.0.19.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-datalake-store-0.0.17/HISTORY.rst 
new/azure-datalake-store-0.0.19/HISTORY.rst
--- old/azure-datalake-store-0.0.17/HISTORY.rst 2017-09-22 03:06:36.0 
+0200
+++ new/azure-datalake-store-0.0.19/HISTORY.rst 2018-03-15 04:14:41.0 
+0100
@@ -3,6 +3,15 @@
 Release History
 ===
 
+0.0.19 (2018-03-14)
+---
+* Fixed upload issue where destination filename was wrong while upload of 
directory with single file #208
+
+0.0.18 (2018-02-05)
+---
+* Fixed read issue where whole file was cached while doing positional reads 
#198
+* Fixed readline as well for the same
+
 0.0.17 (2017-09-21)
 ---
 * Fixed README.rst indentation error
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-datalake-store-0.0.17/PKG-INFO 
new/azure-datalake-store-0.0.19/PKG-INFO
--- old/azure-datalake-store-0.0.17/PKG-INFO2017-09-22 03:08:37.0 
+0200
+++ new/azure-datalake-store-0.0.19/PKG-INFO   

commit python-azure-datalake-store for openSUSE:Factory

2018-02-14 Thread root
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 - adrian.glaub...@suse.com
+
+- 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.0 
+0200
+++ new/azure-datalake-store-0.0.17/HISTORY.rst 2017-09-22 03:06:36.0 
+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-INFO2017-09-11 21:04:14.0 
+0200
+++ new/azure-datalake-store-0.0.17/PKG-INFO2017-09-22 03:08:37.0 
+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: ptvsh...@microsoft.com
 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