Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pa-ringbuffer for openSUSE:Factory checked in at 2022-10-06 07:42:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pa-ringbuffer (Old) and /work/SRC/openSUSE:Factory/.python-pa-ringbuffer.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pa-ringbuffer" Thu Oct 6 07:42:05 2022 rev:3 rq:1008152 version:0.1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pa-ringbuffer/python-pa-ringbuffer.changes 2018-12-24 11:40:39.773490932 +0100 +++ /work/SRC/openSUSE:Factory/.python-pa-ringbuffer.new.2275/python-pa-ringbuffer.changes 2022-10-06 07:42:15.980695619 +0200 @@ -1,0 +2,15 @@ +Tue Oct 4 22:28:00 UTC 2022 - Yogalakshmi Arunachalam <yarunacha...@suse.com> + +- Update to version 0.1.4 + * Minor documentation update + +- Update to version 0.1.3 + * No new features, just a minor documentation update + +- Update to version 0.1.2 + * No new features, just a bug fix + +- Update to version 0.1.1 + * Add buffer parameter + +------------------------------------------------------------------- Old: ---- pa-ringbuffer-0.1.3.tar.gz New: ---- pa-ringbuffer-0.1.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pa-ringbuffer.spec ++++++ --- /var/tmp/diff_new_pack.Ip0ihr/_old 2022-10-06 07:42:16.328696394 +0200 +++ /var/tmp/diff_new_pack.Ip0ihr/_new 2022-10-06 07:42:16.332696403 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pa-ringbuffer # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 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-pa-ringbuffer -Version: 0.1.3 +Version: 0.1.4 Release: 0 Summary: Python wrapper for PortAudio's ring buffer License: MIT Group: Development/Languages/Python -Url: https://github.com/spatialaudio/python-pa-ringbuffer +URL: https://github.com/spatialaudio/python-pa-ringbuffer Source: https://files.pythonhosted.org/packages/source/p/pa-ringbuffer/pa-ringbuffer-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes ++++++ pa-ringbuffer-0.1.3.tar.gz -> pa-ringbuffer-0.1.4.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pa-ringbuffer-0.1.3/CONTRIBUTING.rst new/pa-ringbuffer-0.1.4/CONTRIBUTING.rst --- old/pa-ringbuffer-0.1.3/CONTRIBUTING.rst 2017-11-29 11:38:49.000000000 +0100 +++ new/pa-ringbuffer-0.1.4/CONTRIBUTING.rst 2020-08-27 10:46:28.000000000 +0200 @@ -7,22 +7,25 @@ Contributions are always welcome! Instead of pip-installing the latest release from PyPI_, you should get the -newest development version with Git:: +newest development version (a.k.a. "master") with Git:: git clone https://github.com/spatialaudio/python-pa-ringbuffer.git cd python-pa-ringbuffer - python3 setup.py develop --user + python3 -m pip install -e . --user -.. _PyPI: https://pypi.python.org/pypi/pa-ringbuffer +... where ``-e`` stands for ``--editable``. -This way, your installation always stays up-to-date, even if you pull new -changes from the Github repository and if you switch between branches. +When installing this way, you can quickly try other Git +branches (in this example the branch is called "another-branch"):: -If you prefer, you can also replace the last command with:: + git checkout another-branch - python3 -m pip install --user -e . +If you want to go back to the "master" branch, use:: -... where ``-e`` stands for ``--editable``. + git checkout master -In both cases you can drop the ``--user`` flag if you want a system-wide -installation (assuming you have the necessary rights). +To get the latest changes from Github, use:: + + git pull --ff-only + +.. _PyPI: https://pypi.python.org/pypi/pa-ringbuffer diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pa-ringbuffer-0.1.3/NEWS.rst new/pa-ringbuffer-0.1.4/NEWS.rst --- old/pa-ringbuffer-0.1.3/NEWS.rst 2018-06-02 14:18:51.000000000 +0200 +++ new/pa-ringbuffer-0.1.4/NEWS.rst 2020-08-27 10:56:30.000000000 +0200 @@ -1,3 +1,6 @@ +0.1.4 (2020-08-27): + * Minor documentation update + 0.1.3 (2018-06-02): * No new features, just a minor documentation update diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pa-ringbuffer-0.1.3/PKG-INFO new/pa-ringbuffer-0.1.4/PKG-INFO --- old/pa-ringbuffer-0.1.3/PKG-INFO 2018-06-02 14:19:33.000000000 +0200 +++ new/pa-ringbuffer-0.1.4/PKG-INFO 2020-08-27 10:57:07.978016900 +0200 @@ -1,6 +1,6 @@ -Metadata-Version: 1.1 +Metadata-Version: 1.2 Name: pa-ringbuffer -Version: 0.1.3 +Version: 0.1.4 Summary: Python wrapper for PortAudio's ring buffer Home-page: https://github.com/spatialaudio/python-pa-ringbuffer Author: Matthias Geier @@ -157,15 +157,32 @@ Before that, you might have to use the currentmodule_ directive to select your own module. Using automodule_ should also do. + If you want to use Sphinx's nitpicky_ setting, + you'll have to add a few things to ``nitpick_ignore``: + + .. code:: python + + nitpicky = True + nitpick_ignore = [ + ('py:class', 'optional'), + ('py:class', 'buffer'), + ('py:class', 'CData pointer'), + ] + .. _Sphinx: http://www.sphinx-doc.org/ .. _autodoc: http://www.sphinx-doc.org/ext/autodoc.html .. _currentmodule: http://www.sphinx-doc.org/domains.html #directive-py:currentmodule .. _automodule: http://www.sphinx-doc.org/ext/autodoc.html#directive-automodule + .. _nitpicky: https://www.sphinx-doc.org/en/master/ + usage/configuration.html#confval-nitpicky Version History --------------- + 0.1.4 (2020-08-27): + * Minor documentation update + 0.1.3 (2018-06-02): * No new features, just a minor documentation update @@ -186,3 +203,4 @@ Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 3 Classifier: Topic :: Multimedia :: Sound/Audio +Requires-Python: >=2.6 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pa-ringbuffer-0.1.3/README.rst new/pa-ringbuffer-0.1.4/README.rst --- old/pa-ringbuffer-0.1.3/README.rst 2017-11-29 11:38:49.000000000 +0100 +++ new/pa-ringbuffer-0.1.4/README.rst 2020-08-07 11:21:17.000000000 +0200 @@ -149,8 +149,22 @@ Before that, you might have to use the currentmodule_ directive to select your own module. Using automodule_ should also do. +If you want to use Sphinx's nitpicky_ setting, +you'll have to add a few things to ``nitpick_ignore``: + +.. code:: python + + nitpicky = True + nitpick_ignore = [ + ('py:class', 'optional'), + ('py:class', 'buffer'), + ('py:class', 'CData pointer'), + ] + .. _Sphinx: http://www.sphinx-doc.org/ .. _autodoc: http://www.sphinx-doc.org/ext/autodoc.html .. _currentmodule: http://www.sphinx-doc.org/domains.html #directive-py:currentmodule .. _automodule: http://www.sphinx-doc.org/ext/autodoc.html#directive-automodule +.. _nitpicky: https://www.sphinx-doc.org/en/master/ + usage/configuration.html#confval-nitpicky diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pa-ringbuffer-0.1.3/setup.cfg new/pa-ringbuffer-0.1.4/setup.cfg --- old/pa-ringbuffer-0.1.3/setup.cfg 2018-06-02 14:19:33.000000000 +0200 +++ new/pa-ringbuffer-0.1.4/setup.cfg 2020-08-27 10:57:07.978016900 +0200 @@ -1,6 +1,9 @@ [bdist_wheel] universal = 1 +[metadata] +license_file = LICENSE + [egg_info] tag_build = tag_date = 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pa-ringbuffer-0.1.3/setup.py new/pa-ringbuffer-0.1.4/setup.py --- old/pa-ringbuffer-0.1.3/setup.py 2017-11-29 11:38:49.000000000 +0100 +++ new/pa-ringbuffer-0.1.4/setup.py 2020-08-27 10:56:30.000000000 +0200 @@ -21,6 +21,7 @@ version=__version__, package_dir={'': 'src'}, py_modules=['pa_ringbuffer'], + python_requires='>=2.6', author='Matthias Geier', author_email='matthias.ge...@gmail.com', description="Python wrapper for PortAudio's ring buffer", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pa-ringbuffer-0.1.3/src/pa_ringbuffer.egg-info/PKG-INFO new/pa-ringbuffer-0.1.4/src/pa_ringbuffer.egg-info/PKG-INFO --- old/pa-ringbuffer-0.1.3/src/pa_ringbuffer.egg-info/PKG-INFO 2018-06-02 14:19:33.000000000 +0200 +++ new/pa-ringbuffer-0.1.4/src/pa_ringbuffer.egg-info/PKG-INFO 2020-08-27 10:57:07.000000000 +0200 @@ -1,6 +1,6 @@ -Metadata-Version: 1.1 +Metadata-Version: 1.2 Name: pa-ringbuffer -Version: 0.1.3 +Version: 0.1.4 Summary: Python wrapper for PortAudio's ring buffer Home-page: https://github.com/spatialaudio/python-pa-ringbuffer Author: Matthias Geier @@ -157,15 +157,32 @@ Before that, you might have to use the currentmodule_ directive to select your own module. Using automodule_ should also do. + If you want to use Sphinx's nitpicky_ setting, + you'll have to add a few things to ``nitpick_ignore``: + + .. code:: python + + nitpicky = True + nitpick_ignore = [ + ('py:class', 'optional'), + ('py:class', 'buffer'), + ('py:class', 'CData pointer'), + ] + .. _Sphinx: http://www.sphinx-doc.org/ .. _autodoc: http://www.sphinx-doc.org/ext/autodoc.html .. _currentmodule: http://www.sphinx-doc.org/domains.html #directive-py:currentmodule .. _automodule: http://www.sphinx-doc.org/ext/autodoc.html#directive-automodule + .. _nitpicky: https://www.sphinx-doc.org/en/master/ + usage/configuration.html#confval-nitpicky Version History --------------- + 0.1.4 (2020-08-27): + * Minor documentation update + 0.1.3 (2018-06-02): * No new features, just a minor documentation update @@ -186,3 +203,4 @@ Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 3 Classifier: Topic :: Multimedia :: Sound/Audio +Requires-Python: >=2.6 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pa-ringbuffer-0.1.3/src/pa_ringbuffer.py new/pa-ringbuffer-0.1.4/src/pa_ringbuffer.py --- old/pa-ringbuffer-0.1.3/src/pa_ringbuffer.py 2018-06-02 14:18:01.000000000 +0200 +++ new/pa-ringbuffer-0.1.4/src/pa_ringbuffer.py 2020-08-27 10:56:30.000000000 +0200 @@ -3,7 +3,7 @@ https://github.com/spatialaudio/python-pa-ringbuffer """ -__version__ = '0.1.3' +__version__ = '0.1.4' def cdef(): @@ -138,9 +138,7 @@ :type data: CData pointer or buffer or bytes :param size: The number of elements to be written. :type size: int, optional - :returns: The number of elements written. - :rtype: int """ try: @@ -162,10 +160,8 @@ :param size: The number of elements to be read. If not specified, all available elements are read. :type size: int, optional - :returns: A new buffer containing the read data. Its size may be less than the requested *size*. - :rtype: buffer """ if size < 0: @@ -182,10 +178,8 @@ :param data: The memory where the data should be stored. :type data: CData pointer or buffer - :returns: The number of elements read, which may be less than the size of *data*. - :rtype: int """ try: @@ -205,13 +199,12 @@ :param size: The number of elements desired. :type size: int - :returns: * The room available to be written or the given *size*, whichever is smaller. * The first buffer. * The second buffer. - :rtype: (int, buffer, buffer) + :rtype: tuple (int, buffer, buffer) """ ptr1 = self._ffi.new('void**') @@ -228,9 +221,7 @@ :param size: The number of elements to advance. :type size: int - :returns: The new position. - :rtype: int .. note:: This is only needed when using :meth:`get_write_buffers`, the method :meth:`write` takes @@ -247,13 +238,12 @@ :param size: The number of elements desired. :type size: int - :returns: * The number of elements available for reading (which might be less than the requested *size*). * The first buffer. * The second buffer. - :rtype: (int, buffer, buffer) + :rtype: tuple (int, buffer, buffer) """ ptr1 = self._ffi.new('void**') @@ -270,9 +260,7 @@ :param size: The number of elements to advance. :type size: int - :returns: The new position. - :rtype: int .. note:: This is only needed when using :meth:`get_read_buffers`, the methods :meth:`read` and