From 19e29cb3ccfe78fa8ca5670ec022e6c1ef74e2dae530d96af4338c56911d4df0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 13 Jan 2020 08:39:12 +0000 Subject: [PATCH] Accepting request 763374 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/763374 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpydoc?expand=0&rev=6 --- numpydoc-0.9.1.tar.gz | 3 --- numpydoc-0.9.2.tar.gz | 3 +++ python-numpydoc.changes | 9 +++++++++ python-numpydoc.spec | 10 +++++----- 4 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 numpydoc-0.9.1.tar.gz create mode 100644 numpydoc-0.9.2.tar.gz diff --git a/numpydoc-0.9.1.tar.gz b/numpydoc-0.9.1.tar.gz deleted file mode 100644 index 24e8f92..0000000 --- a/numpydoc-0.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e08f8ee92933e324ff347771da15e498dbf0bc6295ed15003872b34654a0a627 -size 27583 diff --git a/numpydoc-0.9.2.tar.gz b/numpydoc-0.9.2.tar.gz new file mode 100644 index 0000000..21f6069 --- /dev/null +++ b/numpydoc-0.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9140669e6b915f42c6ce7fef704483ba9b0aaa9ac8e425ea89c76fe40478f642 +size 27555 diff --git a/python-numpydoc.changes b/python-numpydoc.changes index beb17b9..750d496 100644 --- a/python-numpydoc.changes +++ b/python-numpydoc.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Jan 11 18:28:01 UTC 2020 - Arun Persaud + +- specfile: + * update copyright year + +- update to version 0.9.2: + * Delay import of Sphinx (#248) + ------------------------------------------------------------------- Wed Jul 24 07:27:44 UTC 2019 - Tomáš Chvátal diff --git a/python-numpydoc.spec b/python-numpydoc.spec index 35f501a..872b120 100644 --- a/python-numpydoc.spec +++ b/python-numpydoc.spec @@ -1,7 +1,7 @@ # # spec file for package python-numpydoc # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-numpydoc -Version: 0.9.1 +Version: 0.9.2 Release: 0 Summary: Sphinx extension to support docstrings in Numpy format License: BSD-3-Clause @@ -30,12 +30,12 @@ BuildRequires: %{python_module matplotlib} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -# SECTION test requirements -BuildRequires: %{python_module pytest} -# /SECTION Requires: python-Jinja2 >= 2.3 Requires: python-Sphinx >= 1.6.5 BuildArch: noarch +# SECTION test requirements +BuildRequires: %{python_module pytest} +# /SECTION %python_subpackages %description