commit python-scikit-dsp-comm for openSUSE:Factory

2020-07-16 Thread root
Hello community,

here is the log from the commit of package python-scikit-dsp-comm for 
openSUSE:Factory checked in at 2020-07-16 12:17:01

Comparing /work/SRC/openSUSE:Factory/python-scikit-dsp-comm (Old)
 and  /work/SRC/openSUSE:Factory/.python-scikit-dsp-comm.new.3592 (New)


Package is "python-scikit-dsp-comm"

Thu Jul 16 12:17:01 2020 rev:3 rq:821089 version:1.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-scikit-dsp-comm/python-scikit-dsp-comm.changes
2020-06-30 21:56:46.414816119 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-scikit-dsp-comm.new.3592/python-scikit-dsp-comm.changes
  2020-07-16 12:18:27.710965267 +0200
@@ -1,0 +2,7 @@
+Wed Jul 15 11:53:13 UTC 2020 - Marketa Calabkova 
+
+- Update to 1.2.0
+  * New pulse shaping
+  * Print statements changed to logging and warnings
+
+---

Old:

  scikit-dsp-comm-1.1.0.tar.gz

New:

  scikit-dsp-comm-1.2.0.tar.gz



Other differences:
--
++ python-scikit-dsp-comm.spec ++
--- /var/tmp/diff_new_pack.aCD733/_old  2020-07-16 12:18:31.710969311 +0200
+++ /var/tmp/diff_new_pack.aCD733/_new  2020-07-16 12:18:31.714969315 +0200
@@ -17,19 +17,28 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-scikit-dsp-comm
-Version:1.1.0
+Version:1.2.0
 Release:0
 Summary:DSP and Comm package for Python
 License:BSD-2-Clause
 Group:  Development/Languages/Python
-Url:https://github.com/mwickert/scikit-dsp-comm
+URL:https://github.com/mwickert/scikit-dsp-comm
 Source0:
https://files.pythonhosted.org/packages/source/s/scikit-dsp-comm/scikit-dsp-comm-%{version}.tar.gz
 Source100:  python-scikit-dsp-comm-rpmlintrc
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-matplotlib
+Requires:   python-numpy
+Requires:   python-scipy
+Recommends: python-PyAudio
+Recommends: python-colorama
+Recommends: python-ipywidgets
+Recommends: python-pyrtlsdr
+BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module matplotlib}
 BuildRequires:  %{python_module nose}
@@ -37,13 +46,6 @@
 BuildRequires:  %{python_module scipy}
 BuildRequires:  %{python_module tox}
 # /SECTION
-Requires:   python-matplotlib
-Requires:   python-numpy
-Requires:   python-scipy
-Recommends: python-PyAudio
-Recommends: python-pyrtlsdr
-BuildArch:  noarch
-
 %python_subpackages
 
 %description

++ scikit-dsp-comm-1.1.0.tar.gz -> scikit-dsp-comm-1.2.0.tar.gz ++
 4241 lines of diff (skipped)




commit python-scikit-dsp-comm for openSUSE:Factory

2020-06-30 Thread root
Hello community,

here is the log from the commit of package python-scikit-dsp-comm for 
openSUSE:Factory checked in at 2020-06-30 21:56:42

Comparing /work/SRC/openSUSE:Factory/python-scikit-dsp-comm (Old)
 and  /work/SRC/openSUSE:Factory/.python-scikit-dsp-comm.new.3060 (New)


Package is "python-scikit-dsp-comm"

Tue Jun 30 21:56:42 2020 rev:2 rq:817769 version:1.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-scikit-dsp-comm/python-scikit-dsp-comm.changes
2018-11-06 14:33:46.209097881 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-scikit-dsp-comm.new.3060/python-scikit-dsp-comm.changes
  2020-06-30 21:56:46.414816119 +0200
@@ -1,0 +2,69 @@
+Mon Jun 29 18:52:20 UTC 2020 - Todd R 
+
+- Update to version 1.1.0
+  * Added imports to examples
+  * Adding FIR and IIR filter design notebook
+  * Adding FIR csv file
+  * Adding a device check inside pyaudio_helper before going to pyaudio;
+  * Adding audio resources for Real-Time ipynb
+  * Adding base stripped ipynb for pyaudio example
+  * Adding block diagram figure and updated notebook
+  * Adding final images to notebook
+  * Adding full name for music buffer plot image
+  * Adding images to manifest so they will show up on pypi docs next time.
+  * Adding ipykernel; missing requirement for jupyter notebooks
+  * Adding ipynb with changes for paths to files; first widget image added
+  * Adding jupyter notebook and toctree setup
+  * Adding mic noise file
+  * Adding multirate processing notebook
+  * Adding music buffer capture plot to notebook
+  * Adding nb examples to a toctree
+  * Adding nbsphinx setup
+  * Adding new cell for random seed
+  * Adding path change for three band equalizer csv
+  * Adding readme file to docs
+  * Adding reqs for widget building
+  * Adding spaces for proper latex parsing
+  * Adding the Convolutional Codes notebook to the docs
+  * Adding three band equalizer csv file
+  * Adds a check for integer values of M only for downsample; Fixes: #16
+  * Also need ipywidgets
+  * Bumping version for new releaes with viterbi rate 1/3
+  * FIR and IIR Filter Design gets its own section
+  * Fixing doc strings for viterbi
+  * Fixing in out check function and warning text
+  * Include license in sdists
+  * Include license in wheels
+  * Initializing class elements to blank for accessors
+  * Making changes to PLL_cbb docstring
+  * Making return string doc more explicit, refs: #12
+  * Minimum matplotlib requirement added for rtd
+  * Modifying PLL doc string
+  * Modifying doc string to remove indents
+  * Modifying phase step doc string
+  * Modifying time step doc string
+  * Moving print lines to logging output at debug level
+  * New file to hold jupyter notebook example links
+  * Now using one file for versioning project; setup and docs
+  * Optfir module functionality was rewritten into fir_design_helper
+  * Raising warnings to errors to force correct usage of devices
+  * Refactoring test to deconflict naming for rate 1/3
+  * Remove if statement from viterbi_decoder. Get length from rate denomi…
+  * Remove rate if statements from bm_calc. Get length from rate denomina… 
+  * Removed optfir from __init__.py.
+  * Removing optfir dependency and fix mlab.find warnings.
+  * Removing optfir from docs
+  * Require 0/1 integers for hard decision Viterbi decoding, add examples…
+  * Test for saturation limit in simpleQuant.
+  * Use a ValueError to raise an error instead of exiting a users process
+  * Use fraction for rate instead of string
+  * Using dc MPSK_bb which has fixes for Ns
+  * Using markdown long description instead of converting with pandoc
+  * extend to rate 1/3 convolutional codes
+  * from future needs to be moved to first line
+  * ignore vs code JSON file.
+  * implement two channel (stereo) in loop_audio class
+  * only_directive is builtin now so removing from extensions list
+  * using Regexp for 2.7 compat
+
+---

Old:

  LICENSE.md
  scikit-dsp-comm-0.0.5.tar.gz

New:

  scikit-dsp-comm-1.1.0.tar.gz



Other differences:
--
++ python-scikit-dsp-comm.spec ++
--- /var/tmp/diff_new_pack.FKoYeL/_old  2020-06-30 21:56:47.058818111 +0200
+++ /var/tmp/diff_new_pack.FKoYeL/_new  2020-06-30 21:56:47.062818124 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-scikit-dsp-comm
 #
-# Copyright (c) 2018 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,14 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-scikit-dsp-comm
-Version:0.0.5