From 48233093bb5f439e56c1eacd9a4fde709bf010ead5f57dfafb66af1dfefae241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 5 Mar 2019 19:47:14 +0000 Subject: [PATCH] - Update 0.30.3: * no upstream changelog for this release - Run tests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pweave?expand=0&rev=5 --- Pweave-0.30.2.tar.gz | 3 --- Pweave-0.30.3.tar.gz | 3 +++ python-Pweave.changes | 7 +++++++ python-Pweave.spec | 8 ++++++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 Pweave-0.30.2.tar.gz create mode 100644 Pweave-0.30.3.tar.gz diff --git a/Pweave-0.30.2.tar.gz b/Pweave-0.30.2.tar.gz deleted file mode 100644 index 8565168..0000000 --- a/Pweave-0.30.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df4b77539c08723131fc77132cb42995d642ed7343248814b9dc9ae706ba6f08 -size 1497246 diff --git a/Pweave-0.30.3.tar.gz b/Pweave-0.30.3.tar.gz new file mode 100644 index 0000000..ff17999 --- /dev/null +++ b/Pweave-0.30.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e5298d90e06414a01f48e0d6aa4c36a70c5f223d929f2a9c7e2d388451c7357 +size 2173323 diff --git a/python-Pweave.changes b/python-Pweave.changes index 0c14d3c..86e3e48 100644 --- a/python-Pweave.changes +++ b/python-Pweave.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Mar 5 19:39:05 UTC 2019 - Tomáš Chvátal + +- Update 0.30.3: + * no upstream changelog for this release +- Run tests + ------------------------------------------------------------------- Tue Dec 4 12:51:52 UTC 2018 - Matej Cepl diff --git a/python-Pweave.spec b/python-Pweave.spec index 277e985..e00f2e4 100644 --- a/python-Pweave.spec +++ b/python-Pweave.spec @@ -1,7 +1,7 @@ # # spec file for package python-Pweave # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-Pweave -Version: 0.30.2 +Version: 0.30.3 Release: 0 Summary: Scientific reports with embedded python computations License: BSD-3-Clause @@ -79,6 +79,10 @@ with e.g. Sphinx or rest2web. %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +# tests.test_readers.test_url - online +%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} nosetests-%{$python_bin_suffix} -v -e test_url + %files %{python_files} %doc CHANGELOG.txt README.rst %license LICENSE.txt