Hello community,

here is the log from the commit of package python-streamz for 
openSUSE:Leap:15.2 checked in at 2020-04-28 20:11:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-streamz (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-streamz.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-streamz"

Tue Apr 28 20:11:56 2020 rev:2 rq:798415 version:0.5.3

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-streamz/python-streamz.changes  
2020-02-22 17:49:29.361413444 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-streamz.new.2738/python-streamz.changes    
    2020-04-28 20:12:01.616642600 +0200
@@ -1,0 +2,70 @@
+Sat Apr 25 16:26:25 UTC 2020 - Arun Persaud <a...@gmx.de>
+
+- specfile:
+  * update copyright year
+  * be more specific in %files section
+  * updated url
+  * use %pytest macro
+
+- update to version 0.5.3:
+  * fix some streams overwriting Stream.buffer method closes #317
+  * Fixed flake8 issue and added comments to metadata tests
+  * Created more elegant solution for getting the metadata out of the
+    stream for tests
+  * make sure collection functions emit metadata as a flat list added
+    tests for metadata output
+  * Use only auto.offset.reset for latest functionality; add doc links
+  * Fix key error in consumer configs
+  * Consider Kafka consumer configurations
+  * Revert multi-kafka changes
+  * Multi-kafka failover
+  * Fix test for latest parameter
+  * Add the latest parameter to from_kafka_batched
+  * Add max_batch_size test
+  * Add max_batch_size parameter to from_kafka_batched
+  * Fix key tests
+  * Adding keys PR code again
+  * Fix collections.abc deprecation warnings
+  * Added documentation for Metadata and reference counting.
+  * Removed keys parameter from Kafka code and fixed Kafka tests
+  * Added documentation and cleaned up reference counter code
+  * Added reference counting and Kafka checkpointing
+  * Add keys to from_kafka_batched doc string
+  * Make extracting Kafka keys optional
+  * Fix rolling aggregate test to increase coverage
+  * Make Kafka message key,value a dict output
+  * Removing deprecated usage of renaming columns with agg()
+  * Fix pandas warning for deprecated usage of pd.DatetimeIndex
+  * Correctly forming key, value tuples for Kafka messages
+  * Update Kafka tests to incorporate message key
+  * Read key along with value for messages from Kafka
+  * Add reference to cuDF DataFrames support
+  * Update links to rst format
+  * Add reference to cuDF DataFrames support
+  * Update dataframes.rst
+  * STREAMZ-293: Added vscode to list of gitignore directories. This
+    closes# 293
+  * Update core.rst
+  * Update core.py
+  * Configured Travis CI to use the new conda environment file instead
+    of manually installing them. Also added a few more dependencies to
+    the environment file that were missed
+  * Removed cython from conda environment file as it was left their by
+    mistake
+  * Added docs requirements to conda environment file
+  * Added base Conda environment yml file
+  * fix networkx error
+  * add installation docs
+  * fix stale docstring in `streamz.unique`.
+  * Remove cudf tests, since they would now live to
+    RAPIDS/cudf/custreamz.
+  * Fix directory structure for checkpointing (2)
+  * Added cleanup of old checkpoints
+  * Add directory structure for checkpointing
+  * Checkpointing feature added
+  * Add groupby aggregate tests, along with a few additons for cudf
+    integration for SDFs
+  * Update build status image url in readme
+  * update url in setup
+
+-------------------------------------------------------------------

Old:
----
  streamz-0.5.2.tar.gz

New:
----
  streamz-0.5.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-streamz.spec ++++++
--- /var/tmp/diff_new_pack.TiVEOx/_old  2020-04-28 20:12:02.008643414 +0200
+++ /var/tmp/diff_new_pack.TiVEOx/_new  2020-04-28 20:12:02.012643422 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-streamz
 #
-# 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
@@ -19,12 +19,12 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         skip_python2 1
 Name:           python-streamz
-Version:        0.5.2
+Version:        0.5.3
 Release:        0
 Summary:        Tool to build continuous data pipelines
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-URL:            http://github.com/mrocklin/streamz/
+URL:            https://github.com/python-streamz/streamz/
 Source:         
https://files.pythonhosted.org/packages/source/s/streamz/streamz-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -45,9 +45,9 @@
 # SECTION test requirements
 BuildRequires:  %{python_module certifi}
 BuildRequires:  %{python_module confluent-kafka}
-BuildRequires:  %{python_module dask}
 BuildRequires:  %{python_module dask-dataframe}
 BuildRequires:  %{python_module dask-distributed}
+BuildRequires:  %{python_module dask}
 BuildRequires:  %{python_module distributed}
 BuildRequires:  %{python_module graphviz}
 BuildRequires:  %{python_module networkx}
@@ -80,14 +80,14 @@
 rm -rf build _build.*
 # Tests assume 64bit numbers
 %ifarch x86_64
-%{python_expand rm -rf build _build.* 
-pytest-%{$python_bin_suffix}
-}
+rm -rf build _build.*
+%pytest
 %endif
 
 %files %{python_files}
 %doc README.rst
 %license LICENSE.txt
-%{python_sitelib}/*
+%{python_sitelib}/streamz
+%{python_sitelib}/streamz-%{version}-py*.egg-info
 
 %changelog

++++++ streamz-0.5.2.tar.gz -> streamz-0.5.3.tar.gz ++++++
++++ 2708 lines of diff (skipped)


Reply via email to