From 13ab84c03d99bc61f9dd54b8cea484c96d2f654787dcaaadb13febbc4cf372a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 11 Aug 2018 05:19:10 +0000 Subject: [PATCH 1/2] Accepting request 628682 from home:jsikes:branches:devel:languages:python Version bump. No changelog. Have much fun. OBS-URL: https://build.opensuse.org/request/show/628682 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysndfile?expand=0&rev=3 --- pysndfile-1.1.0.tar.gz | 3 --- pysndfile-1.3.2.tar.gz | 3 +++ python-pysndfile.changes | 6 ++++++ python-pysndfile.spec | 16 ++++++---------- 4 files changed, 15 insertions(+), 13 deletions(-) delete mode 100644 pysndfile-1.1.0.tar.gz create mode 100644 pysndfile-1.3.2.tar.gz diff --git a/pysndfile-1.1.0.tar.gz b/pysndfile-1.1.0.tar.gz deleted file mode 100644 index 4ac19d4..0000000 --- a/pysndfile-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dcd18d0cfadc2fba96773a39d31566de63e99f4b2eefdb047b135f963fcb1c1b -size 562810 diff --git a/pysndfile-1.3.2.tar.gz b/pysndfile-1.3.2.tar.gz new file mode 100644 index 0000000..86db8db --- /dev/null +++ b/pysndfile-1.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba7169340a31ed864f46d0778c1d11ad69c957bf8af77c2481eac2421cf0fae +size 578427 diff --git a/python-pysndfile.changes b/python-pysndfile.changes index 96cab2f..2b4db21 100644 --- a/python-pysndfile.changes +++ b/python-pysndfile.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Aug 10 22:26:07 UTC 2018 - jsikes@suse.de + +- Update to version 1.3.2 + * No obvious changelog + ------------------------------------------------------------------- Wed May 9 01:34:44 UTC 2018 - toddrme2178@gmail.com diff --git a/python-pysndfile.spec b/python-pysndfile.spec index 2a2029a..09f7aed 100644 --- a/python-pysndfile.spec +++ b/python-pysndfile.spec @@ -19,17 +19,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-pysndfile -Version: 1.1.0 -# For license files -%define tag 2669bbf93fb01ae35048e7036ce1b9d6b6e6d205 +Version: 1.3.2 Release: 0 Summary: Cython wrapper class for reading/writing soundfiles -License: LGPL-3.0 +License: LGPL-3.0-only Group: Development/Languages/Python -Url: http://forge.ircam.fr/p/pysndfile +URL: http://forge.ircam.fr/p/pysndfile Source: https://files.pythonhosted.org/packages/source/p/pysndfile/pysndfile-%{version}.tar.gz -Source10: https://forge.ircam.fr/p/pysndfile/source/file/%{tag}/COPYING.txt -Source11: https://forge.ircam.fr/p/pysndfile/source/file/%{tag}/COPYING.LESSER.txt +Source10: https://forge-2.ircam.fr/roebel/pysndfile/raw/master/COPYING.txt +Source11: https://forge-2.ircam.fr/roebel/pysndfile/raw/master/COPYING.LESSER.txt BuildRequires: %{python_module devel} BuildRequires: %{python_module numpy-devel} BuildRequires: %{python_module setuptools} @@ -37,11 +35,10 @@ BuildRequires: c++_compiler BuildRequires: fdupes BuildRequires: libsndfile-devel BuildRequires: python-rpm-macros +Requires: python-numpy %if %{with test} BuildRequires: %{python_module pytest} %endif -Requires: python-numpy - %python_subpackages %description @@ -83,7 +80,6 @@ $python tests/pysndfile_test.py %endif %files %{python_files} -%defattr(-,root,root,-) %doc ChangeLog README.md %license COPYING.txt COPYING.LESSER.txt %{python_sitearch}/* From 1a4ca05cdb702b0459ac87bef39bde808faa324d26bf9c40b147fe159da26f0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 11 Aug 2018 06:32:42 +0000 Subject: [PATCH 2/2] - Remove the test condition, run them always OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysndfile?expand=0&rev=4 --- python-pysndfile.changes | 5 +++++ python-pysndfile.spec | 7 +------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/python-pysndfile.changes b/python-pysndfile.changes index 2b4db21..0c21866 100644 --- a/python-pysndfile.changes +++ b/python-pysndfile.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Aug 11 06:32:26 UTC 2018 - tchvatal@suse.com + +- Remove the test condition, run them always + ------------------------------------------------------------------- Fri Aug 10 22:26:07 UTC 2018 - jsikes@suse.de diff --git a/python-pysndfile.spec b/python-pysndfile.spec index 09f7aed..ba5c3b7 100644 --- a/python-pysndfile.spec +++ b/python-pysndfile.spec @@ -17,7 +17,6 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without test Name: python-pysndfile Version: 1.3.2 Release: 0 @@ -30,15 +29,13 @@ Source10: https://forge-2.ircam.fr/roebel/pysndfile/raw/master/COPYING.txt Source11: https://forge-2.ircam.fr/roebel/pysndfile/raw/master/COPYING.LESSER.txt BuildRequires: %{python_module devel} BuildRequires: %{python_module numpy-devel} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: c++_compiler BuildRequires: fdupes BuildRequires: libsndfile-devel BuildRequires: python-rpm-macros Requires: python-numpy -%if %{with test} -BuildRequires: %{python_module pytest} -%endif %python_subpackages %description @@ -72,12 +69,10 @@ export CFLAGS="%{optflags}" %python_install %python_expand %fdupes %{buildroot}%{python_sitearch} -%if %{with test} %check %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch} $python tests/pysndfile_test.py } -%endif %files %{python_files} %doc ChangeLog README.md