Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-arf for openSUSE:Factory 
checked in at 2021-04-12 17:10:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-arf (Old)
 and      /work/SRC/openSUSE:Factory/.python-arf.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-arf"

Mon Apr 12 17:10:37 2021 rev:4 rq:884574 version:2.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-arf/python-arf.changes    2020-10-05 
19:43:11.177789941 +0200
+++ /work/SRC/openSUSE:Factory/.python-arf.new.2401/python-arf.changes  
2021-04-12 17:10:43.822589275 +0200
@@ -1,0 +2,9 @@
+Fri Apr  9 20:46:40 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 2.6.1
+  * no release notes
+- Requirement bumps (definitions from Readme, setup.py,
+  requirements.txt are inconsistent)
+- Skip python36 build: No NumPy 1.20 for Python 3.6
+
+-------------------------------------------------------------------

Old:
----
  arf-2.6.0.tar.gz

New:
----
  arf-2.6.1.tar.gz

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

Other differences:
------------------
++++++ python-arf.spec ++++++
--- /var/tmp/diff_new_pack.OUX4YB/_old  2021-04-12 17:10:44.526590054 +0200
+++ /var/tmp/diff_new_pack.OUX4YB/_new  2021-04-12 17:10:44.530590059 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-arf
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,10 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-# This version of the package intentionally doesn't work with
-# Python < 3.5.
 %define skip_python2 1
+%define skip_python36 1
 Name:           python-arf
-Version:        2.6.0
+Version:        2.6.1
 Release:        0
 # Note: I know that "advertisement" words are frowned on, but in this case
 # the package name is an acronym so "advanced" needs to stay in
@@ -32,12 +31,12 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-h5py >= 2.2
-Requires:       python-numpy >= 1.3
+Requires:       python-h5py >= 2.10
+Requires:       python-numpy >= 1.19
 BuildArch:      noarch
 # SECTION test requirements
-BuildRequires:  %{python_module h5py >= 2.2}
-BuildRequires:  %{python_module numpy >= 1.3}
+BuildRequires:  %{python_module h5py >= 2.10}
+BuildRequires:  %{python_module numpy >= 1.19}
 BuildRequires:  %{python_module pytest}
 # /SECTION
 %python_subpackages

++++++ arf-2.6.0.tar.gz -> arf-2.6.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/arf-2.6.0/PKG-INFO new/arf-2.6.1/PKG-INFO
--- old/arf-2.6.0/PKG-INFO      2020-09-29 03:06:14.071360000 +0200
+++ new/arf-2.6.1/PKG-INFO      2020-12-01 15:24:54.000000000 +0100
@@ -1,19 +1,19 @@
 Metadata-Version: 1.2
 Name: arf
-Version: 2.6.0
+Version: 2.6.1
 Summary: Advanced Recording Format for acoustic, behavioral, and physiological 
data
 Home-page: https://github.com/melizalab/arf
 Author: Dan Meliza
 Maintainer: Dan Meliza
 License: UNKNOWN
-Download-URL: https://github.com/melizalab/arf/archive/2.6.0.tar.gz
+Download-URL: https://github.com/melizalab/arf/archive/2.6.1.tar.gz
 Description: 
         Library for reading and writing Advanced Recording Format files. ARF 
files
         are HDF5 files used to store audio and neurophysiological recordings 
in a
         rational, hierarchical format. Data are organized around the concept 
of an
         entry, which is a set of data channels that all start at the same time.
         Supported data types include sampled data and event data (i.e. spike 
times).
-        Requires h5py (at least 2.2) and numpy (at least 1.3).
+        Requires h5py (at least 2.8) and numpy (at least 1.3).
         
 Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/arf-2.6.0/arf.egg-info/PKG-INFO 
new/arf-2.6.1/arf.egg-info/PKG-INFO
--- old/arf-2.6.0/arf.egg-info/PKG-INFO 2020-09-29 03:06:13.000000000 +0200
+++ new/arf-2.6.1/arf.egg-info/PKG-INFO 2020-12-01 15:24:53.000000000 +0100
@@ -1,19 +1,19 @@
 Metadata-Version: 1.2
 Name: arf
-Version: 2.6.0
+Version: 2.6.1
 Summary: Advanced Recording Format for acoustic, behavioral, and physiological 
data
 Home-page: https://github.com/melizalab/arf
 Author: Dan Meliza
 Maintainer: Dan Meliza
 License: UNKNOWN
-Download-URL: https://github.com/melizalab/arf/archive/2.6.0.tar.gz
+Download-URL: https://github.com/melizalab/arf/archive/2.6.1.tar.gz
 Description: 
         Library for reading and writing Advanced Recording Format files. ARF 
files
         are HDF5 files used to store audio and neurophysiological recordings 
in a
         rational, hierarchical format. Data are organized around the concept 
of an
         entry, which is a set of data channels that all start at the same time.
         Supported data types include sampled data and event data (i.e. spike 
times).
-        Requires h5py (at least 2.2) and numpy (at least 1.3).
+        Requires h5py (at least 2.8) and numpy (at least 1.3).
         
 Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/arf-2.6.0/arf.egg-info/requires.txt 
new/arf-2.6.1/arf.egg-info/requires.txt
--- old/arf-2.6.0/arf.egg-info/requires.txt     2020-09-29 03:06:13.000000000 
+0200
+++ new/arf-2.6.1/arf.egg-info/requires.txt     2020-12-01 15:24:53.000000000 
+0100
@@ -1 +1 @@
-h5py>=2.10
+h5py>=2.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/arf-2.6.0/arf.py new/arf-2.6.1/arf.py
--- old/arf-2.6.0/arf.py        2020-09-29 01:32:20.000000000 +0200
+++ new/arf-2.6.1/arf.py        2020-11-30 21:02:02.000000000 +0100
@@ -8,7 +8,7 @@
 from __future__ import unicode_literals
 
 spec_version = "2.1"
-__version__ = version = "2.6.0"
+__version__ = version = "2.6.1"
 
 
 def version_info():
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/arf-2.6.0/setup.py new/arf-2.6.1/setup.py
--- old/arf-2.6.0/setup.py      2020-09-29 01:43:28.000000000 +0200
+++ new/arf-2.6.1/setup.py      2020-11-30 20:53:02.000000000 +0100
@@ -7,7 +7,7 @@
 from arf import __version__
 
 if sys.version_info[:2] < (3, 6):
-    raise RuntimeError("Python version 3.5 or greater required.")
+    raise RuntimeError("Python version 3.6 or greater required.")
 
 cls_txt = """
 Development Status :: 5 - Production/Stable
@@ -31,12 +31,10 @@
 rational, hierarchical format. Data are organized around the concept of an
 entry, which is a set of data channels that all start at the same time.
 Supported data types include sampled data and event data (i.e. spike times).
-Requires h5py (at least 2.2) and numpy (at least 1.3).
+Requires h5py (at least 2.8) and numpy (at least 1.3).
 """
 
-install_requires = ["h5py>=2.10"]
-if (os.environ.get('TRAVIS') == 'true' and 
os.environ.get('TRAVIS_PYTHON_VERSION').startswith('2.6')):
-    install_requires.append('unittest2>=0.5.1')
+install_requires = ["h5py>=2.8"]
 
 setup(
     name='arf',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/arf-2.6.0/tests/test_arf.py 
new/arf-2.6.1/tests/test_arf.py
--- old/arf-2.6.0/tests/test_arf.py     2020-09-29 01:33:08.000000000 +0200
+++ new/arf-2.6.1/tests/test_arf.py     2020-09-29 19:29:45.000000000 +0200
@@ -1,11 +1,6 @@
 # -*- coding: utf-8 -*-
 # -*- mode: python -*-
 
-# test harness for arf interface. assumes the underlying hdf5 and h5py
-# libraries are working.
-from __future__ import division
-from __future__ import unicode_literals
-
 import unittest
 from distutils import version
 from h5py.version import version as h5py_version

Reply via email to