commit python-streamz for openSUSE:Factory

2020-10-12 Thread root
Hello community,

here is the log from the commit of package python-streamz for openSUSE:Factory 
checked in at 2020-10-12 13:58:39

Comparing /work/SRC/openSUSE:Factory/python-streamz (Old)
 and  /work/SRC/openSUSE:Factory/.python-streamz.new.3486 (New)


Package is "python-streamz"

Mon Oct 12 13:58:39 2020 rev:5 rq:840949 version:0.6.0

Changes:

--- /work/SRC/openSUSE:Factory/python-streamz/python-streamz.changes
2020-08-17 12:03:43.034638654 +0200
+++ /work/SRC/openSUSE:Factory/.python-streamz.new.3486/python-streamz.changes  
2020-10-12 13:59:44.570226808 +0200
@@ -1,0 +2,47 @@
+Sat Oct 10 19:21:44 UTC 2020 - Arun Persaud 
+
+- update to version 0.6.0:
+  * Fixed outdated docstring
+  * Merge pull request #362 from jbednar/docfixes
+  * Merge pull request #363 from jbednar/periodicdataframe
+  * Update docs/source/dataframes.rst
+  * Replaced system time with Pandas Timestamp
+  * Replaced system time with Pandas Timestamp
+  * Update docs/source/dataframes.rst
+  * Fixed flakes
+  * Added test_periodic_dataframes
+  * Replaced Tornado references with asyncio
+  * Updated dataframe docs
+  * Switched callbacks to use kwargs
+  * Added PeriodicDataFrame to the API docs
+  * Reformatted .rst files for 80 characters
+  * Fixed typos and formatting
+  * Fixed outdated or missing docs conf
+  * flake
+  * Added PeriodicDataFrame
+  * Added plotting section to the user guide
+  * Fixed typos
+
+- changes from version 0.5.6:
+  * Merge pull request #360 from chinmaychandak/windowing_fix
+  * Add empty windowing index test and fix TODO
+  * Windowing fix conforming to Pandas
+  * Style fix
+  * Windowing over n fix
+  * Change delta to nanosecond
+  * Revert npartitions elimination
+  * Fix windowing over time operations
+  * Remove print statement
+  * Remove npartitions parameter for CK -- to do for custreamz.kafka
+  * Merge pull request #288 from jdye64/287
+  * Merge pull request #349 from
+nils-braun/bugfix/336-problematic-dicts
+  * Merge pull request #350 from martindurant/fix_example_notebook
+  * Update for hvplot
+  * Use f-strings
+  * Fix typo
+  * Fix #336 by wrapping every object with a known key
+  * Add a test which fails on scattering dicts, as dask treats dicts
+differently
+
+---

Old:

  streamz-0.5.5.tar.gz

New:

  streamz-0.6.0.tar.gz



Other differences:
--
++ python-streamz.spec ++
--- /var/tmp/diff_new_pack.dnGnx9/_old  2020-10-12 13:59:45.702227279 +0200
+++ /var/tmp/diff_new_pack.dnGnx9/_new  2020-10-12 13:59:45.702227279 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-streamz
-Version:0.5.5
+Version:0.6.0
 Release:0
 Summary:Tool to build continuous data pipelines
 License:BSD-3-Clause

++ streamz-0.5.5.tar.gz -> streamz-0.6.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/streamz-0.5.5/PKG-INFO new/streamz-0.6.0/PKG-INFO
--- old/streamz-0.5.5/PKG-INFO  2020-08-11 15:36:04.0 +0200
+++ new/streamz-0.6.0/PKG-INFO  2020-09-26 03:08:42.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: streamz
-Version: 0.5.5
+Version: 0.6.0
 Summary: Streams
 Home-page: http://github.com/python-streamz/streamz/
 Maintainer: Matthew Rocklin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/streamz-0.5.5/docs/source/collections-api.rst 
new/streamz-0.6.0/docs/source/collections-api.rst
--- old/streamz-0.5.5/docs/source/collections-api.rst   2020-07-10 
19:59:01.0 +0200
+++ new/streamz-0.6.0/docs/source/collections-api.rst   2020-09-25 
16:18:17.0 +0200
@@ -87,6 +87,9 @@
Rolling.var
 
 .. autosummary::
+   PeriodicDataFrame
+
+.. autosummary::
Random
 
 Details
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/streamz-0.5.5/docs/source/conf.py 
new/streamz-0.6.0/docs/source/conf.py
--- old/streamz-0.5.5/docs/source/conf.py   2020-07-10 19:59:01.0 
+0200
+++ new/streamz-0.6.0/docs/source/conf.py   2020-09-25 16:18:17.0 
+0200
@@ -48,7 +48,7 @@
 
 # General information about the project.
 project = 'Streamz'
-copyright = '2017, Matthew Rocklin'
+copyright = '2017-2020, Matthew Rocklin'
 author = 'Matthew Rocklin'
 
 # The version info for the project you're documenting, acts as replacement for
@@ -160,7 +160,7 @@
 #  dir menu entry, description, category)
 texinfo_documents = [
 (master_doc, 'Streamz', 'Streamz Documentation',
- author, 'Streamz', 'One line description of project.',
+ author, 'Streamz', '

commit python-streamz for openSUSE:Factory

2020-08-17 Thread root
Hello community,

here is the log from the commit of package python-streamz for openSUSE:Factory 
checked in at 2020-08-17 12:03:05

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


Package is "python-streamz"

Mon Aug 17 12:03:05 2020 rev:4 rq:826940 version:0.5.5

Changes:

--- /work/SRC/openSUSE:Factory/python-streamz/python-streamz.changes
2020-04-27 23:37:34.223428642 +0200
+++ /work/SRC/openSUSE:Factory/.python-streamz.new.3399/python-streamz.changes  
2020-08-17 12:03:43.034638654 +0200
@@ -1,0 +2,64 @@
+Sat Aug 15 17:02:26 UTC 2020 - Arun Persaud 
+
+- update to version 0.5.5:
+  * Uniform indentation in pytest parameterize
+  * Remove test case with overlapping index
+  * Cleanup
+  * Update is_dataframe_like function
+  * Update docstring for custreamz accelerated Kafka reader
+
+- changes from version 0.5.4:
+  * CodeCov
+  * Cleanup
+  * Add flaky marker for tests
+  * Change variable to with_state, add doc strings
+  * Retrigger + Cleanup
+  * Additional tests for codecov
+  * Flake8 remove ambigious variable name
+  * Remove unnecessary timedelta cast
+  * Docs indentation fix
+  * Fix groupby-mean and add individual groupby-start state for
+sdf.groupby.agg({}) patterns
+  * Add pd.Timedelta for cudf compatibility
+  * Cleanup unnecessary parameters for start state
+  * Fix flake8
+  * Fix placement of tests
+  * Add spaces
+  * Remove empty lines
+  * Remove print statement
+  * Remove dask-workerspaces
+  * Fix indent
+  * Uncomment rolling aggs tests
+  * Correct order of parameters in rolling SDF
+  * Windowed-groupby aggs with start parameter and a test
+  * Window aggs with start parameter and a test
+  * Simpler parameters — Rolling aggs with start stateand tests
+  * Rolling aggs with start stateand tests
+  * Tests for groupby-aggs and reductions with start state
+  * Groupby aggs & simple aggs SDF start parameter added
+  * Merge pull request #331 from chinmaychandak/kafka_cudf_ck
+  * Update doc string
+  * Elaborate temporary steps to install custreamz
+  * Update doc string for accelerated Kafka datasource (2)
+  * Update doc string links
+  * Add pragma no cover to .coveragerc
+  * Badge for gpuCI, elaborate doc string, no-coverage for GPU
+branches
+  * Remove ValueError
+  * Revert async test changes
+  * updated Dockerfile based on feedback to use conda for wget and vim
+installs instead of OS package manager
+  * Remove incorrect package from yml file
+  * Move to Python 3.7
+  * Cleanup dask workerspace
+  * Add pytest-tornasync to dependencies
+  * Fix new line
+  * Remove dask locks
+  * Add async def to Dask test with @gen_cluster
+  * Formatting
+  * Remove print statments and bare excepts
+  * Fix indent
+  * reuse metadata() util in test_unique_metadata test
+  * pass metadata when using LRU too, fixes #327
+
+---

Old:

  streamz-0.5.3.tar.gz

New:

  streamz-0.5.5.tar.gz



Other differences:
--
++ python-streamz.spec ++
--- /var/tmp/diff_new_pack.J7A40S/_old  2020-08-17 12:03:46.474640571 +0200
+++ /var/tmp/diff_new_pack.J7A40S/_new  2020-08-17 12:03:46.478640573 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-streamz
-Version:0.5.3
+Version:0.5.5
 Release:0
 Summary:Tool to build continuous data pipelines
 License:BSD-3-Clause

++ streamz-0.5.3.tar.gz -> streamz-0.5.5.tar.gz ++
 2263 lines of diff (skipped)




commit python-streamz for openSUSE:Factory

2020-04-27 Thread root
Hello community,

here is the log from the commit of package python-streamz for openSUSE:Factory 
checked in at 2020-04-27 23:37:29

Comparing /work/SRC/openSUSE:Factory/python-streamz (Old)
 and  /work/SRC/openSUSE:Factory/.python-streamz.new.2738 (New)


Package is "python-streamz"

Mon Apr 27 23:37:29 2020 rev:3 rq:797792 version:0.5.3

Changes:

--- /work/SRC/openSUSE:Factory/python-streamz/python-streamz.changes
2019-09-16 10:51:50.475161051 +0200
+++ /work/SRC/openSUSE:Factory/.python-streamz.new.2738/python-streamz.changes  
2020-04-27 23:37:34.223428642 +0200
@@ -1,0 +2,70 @@
+Sat Apr 25 16:26:25 UTC 2020 - Arun Persaud 
+
+- 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.jGw3Sj/_old  2020-04-27 23:37:35.699431523 +0200
+++ /var/tmp/diff_new_pack.jGw3Sj/_new  2020-04-27 23:37:35.699431523 +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}
 Bu

commit python-streamz for openSUSE:Factory

2019-09-16 Thread root
Hello community,

here is the log from the commit of package python-streamz for openSUSE:Factory 
checked in at 2019-09-16 10:51:49

Comparing /work/SRC/openSUSE:Factory/python-streamz (Old)
 and  /work/SRC/openSUSE:Factory/.python-streamz.new.7948 (New)


Package is "python-streamz"

Mon Sep 16 10:51:49 2019 rev:2 rq:730775 version:0.5.2

Changes:

--- /work/SRC/openSUSE:Factory/python-streamz/python-streamz.changes
2019-02-26 22:18:38.434145325 +0100
+++ /work/SRC/openSUSE:Factory/.python-streamz.new.7948/python-streamz.changes  
2019-09-16 10:51:50.475161051 +0200
@@ -1,0 +2,18 @@
+Fri Sep 13 15:04:15 UTC 2019 - Todd R 
+
+- Update to 0.5.2
+  * Remove unwanted Dask Dataframe test in dataframe utils tests.
+  * cudf tests for rolling aggregations
+  * More flexible _ipython_display_
+  * use _remove_downstream for slice
+  * add docs and fix buffered nodes
+  * FIX: connect doesn't break zip now
+  * proper link for spark streaming
+  * handle unique maxsize properly
+  * add history test and change history to maxsize
+  * use hashable kwarg
+  * allow non hashable data to be used in unique
+  * Remove xfail for a rolling test.
+- Drop python2 support due to dependencies dropping python2 support
+
+---

Old:

  streamz-0.5.0.tar.gz

New:

  streamz-0.5.2.tar.gz



Other differences:
--
++ python-streamz.spec ++
--- /var/tmp/diff_new_pack.4BbzwT/_old  2019-09-16 10:51:51.063160975 +0200
+++ /var/tmp/diff_new_pack.4BbzwT/_new  2019-09-16 10:51:51.067160974 +0200
@@ -17,8 +17,9 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-streamz
-Version:0.5.0
+Version:0.5.2
 Release:0
 Summary:Tool to build continuous data pipelines
 License:BSD-3-Clause

++ streamz-0.5.0.tar.gz -> streamz-0.5.2.tar.gz ++
 3909 lines of diff (skipped)