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 
<[email protected]>
+
+- 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.000000000 
+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.000000000 
+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,
-       cmdclass=cmdclass
+ )

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


Reply via email to