14
0
forked from pool/python-pydub

- skip python 3.6 build (no scipy)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydub?expand=0&rev=13
This commit is contained in:
2021-02-13 10:15:14 +00:00
committed by Git OBS Bridge
parent 261b3349b9
commit 114b291fb0
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Feb 13 10:14:16 UTC 2021 - Dirk Müller <dmueller@suse.com>
- skip python 3.6 build (no scipy)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 19 19:14:45 UTC 2019 - Antonio Larrosa <alarrosa@suse.com> Tue Feb 19 19:14:45 UTC 2019 - Antonio Larrosa <alarrosa@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pydub # spec file for package python-pydub
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global skip_python36 1
Name: python-pydub Name: python-pydub
Version: 0.23.1 Version: 0.23.1
Release: 0 Release: 0
Summary: Audio manipulation with Python Summary: Audio manipulation with Python
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
Url: https://github.com/jiaaro/pydub URL: https://github.com/jiaaro/pydub
Source: https://github.com/jiaaro/pydub/archive/v%{version}.tar.gz#/pydub-%{version}.tar.gz Source: https://github.com/jiaaro/pydub/archive/v%{version}.tar.gz#/pydub-%{version}.tar.gz
# PATCH-FIX-UPSTREAM # PATCH-FIX-UPSTREAM
Patch0: 0001-Skip-tests-that-use-unavailable-codecs.patch Patch0: 0001-Skip-tests-that-use-unavailable-codecs.patch