Hello community, here is the log from the commit of package python-audiomate for openSUSE:Factory checked in at 2018-11-06 14:40:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-audiomate (Old) and /work/SRC/openSUSE:Factory/.python-audiomate.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-audiomate" Tue Nov 6 14:40:42 2018 rev:1 rq:646505 version:2.0.0 Changes: -------- New Changes file: --- /dev/null 2018-10-29 14:05:42.522318975 +0100 +++ /work/SRC/openSUSE:Factory/.python-audiomate.new/python-audiomate.changes 2018-11-06 14:40:46.452470444 +0100 @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Fri Nov 2 02:34:34 UTC 2018 - Todd R <[email protected]> + +- Initial version New: ---- LICENSE audiomate-2.0.0.tar.gz python-audiomate.changes python-audiomate.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-audiomate.spec ++++++ # # spec file for package python-audiomate # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-audiomate Version: 2.0.0 Release: 0 Summary: A library for working with audio datasets License: MIT Group: Development/Languages/Python Url: https://github.com/ynop/audiomate Source0: https://files.pythonhosted.org/packages/source/a/audiomate/audiomate-%{version}.tar.gz Source10: https://raw.githubusercontent.com/ynop/audiomate/v%{version}/LICENSE BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module audioread >= 2.1.0} BuildRequires: %{python_module beautifulsoup4 >= 4.6.0} BuildRequires: %{python_module h5py >= 2.7.1} BuildRequires: %{python_module librosa >= 0.6.0} BuildRequires: %{python_module lxml >= 4.1.1} BuildRequires: %{python_module networkx >= 2.0} BuildRequires: %{python_module numpy >= 1.14.0} BuildRequires: %{python_module pytest >= 3.3.0} BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module requests >= 2.18.4} BuildRequires: %{python_module requests-mock >= 1.4.0} BuildRequires: %{python_module scipy >= 1.1.0} # /SECTION Requires: python-audioread >= 2.1.0 Requires: python-beautifulsoup4 >= 4.6.0 Requires: python-h5py >= 2.7.1 Requires: python-librosa >= 0.6.0 Requires: python-lxml >= 4.1.1 Requires: python-networkx >= 2.0 Requires: python-numpy >= 1.14.0 Requires: python-requests >= 2.18.4 Requires: python-scipy >= 1.1.0 BuildArch: noarch %python_subpackages %description Audiomate is a library for easy access to audio datasets. It provides the datastructures for accessing/loading different datasets in a generic way. This should ease the use of audio datasets for example for machine learning tasks. %prep %setup -q -n audiomate-%{version} cp %{SOURCE10} . %build %python_build %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} # Test files not present # They would be too big # %%check # echo "" > tests/__init__.py # %%{python_expand export PYTHONPATH=%%{buildroot}%%{$python_sitelib} # py.test-%%{$python_bin_suffix} .} %files %{python_files} %doc README.md %license LICENSE %{python_sitelib}/* %changelog ++++++ LICENSE ++++++ The MIT License Copyright (c) the original author or authors, https://github.com/ynop/audiomate Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
