From a969e8c57db552620946cfe4bf0977edf7729accdb42224c17c6d4415f71d138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 8 Mar 2019 14:35:18 +0000 Subject: [PATCH] - Update to 0.1.1: * PR: Fix possible Sphinxify.py TypeError on import * PR: Remove dangling r in Readme * docrepr failing to import in readthedocs OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docrepr?expand=0&rev=5 --- docrepr-0.1.0.tar.gz | 3 --- python-docrepr.changes | 8 ++++++++ python-docrepr.spec | 25 +++++++++++-------------- v0.1.1.tar.gz | 3 +++ 4 files changed, 22 insertions(+), 17 deletions(-) delete mode 100644 docrepr-0.1.0.tar.gz create mode 100644 v0.1.1.tar.gz diff --git a/docrepr-0.1.0.tar.gz b/docrepr-0.1.0.tar.gz deleted file mode 100644 index 86ee282..0000000 --- a/docrepr-0.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac1c543b5bb5f225a16aa5393c9458b69d4cc65acd3faaace8feca8b9974fc3e -size 143870 diff --git a/python-docrepr.changes b/python-docrepr.changes index 35a7316..c9e0158 100644 --- a/python-docrepr.changes +++ b/python-docrepr.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Mar 1 13:27:53 UTC 2019 - Tomáš Chvátal + +- Update to 0.1.1: + * PR: Fix possible Sphinxify.py TypeError on import + * PR: Remove dangling r in Readme + * docrepr failing to import in readthedocs + ------------------------------------------------------------------- Tue Dec 4 12:47:25 UTC 2018 - Matej Cepl diff --git a/python-docrepr.spec b/python-docrepr.spec index 257eef8..ed0df9b 100644 --- a/python-docrepr.spec +++ b/python-docrepr.spec @@ -1,7 +1,7 @@ # # spec file for package python-docrepr # -# 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 @@ -17,28 +17,24 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without test Name: python-docrepr -Version: 0.1.0 +Version: 0.1.1 Release: 0 Summary: Render Python docstrings in HTML License: BSD-3-Clause Group: Development/Languages/Python -Url: https://github.com/spyder-ide/docrepr -Source: https://files.pythonhosted.org/packages/source/d/docrepr/docrepr-%{version}.tar.gz -BuildRequires: %{python_module setuptools} -BuildRequires: fdupes -BuildRequires: python-rpm-macros -%if %{with test} +URL: https://github.com/spyder-ide/docrepr +Source: https://github.com/spyder-ide/docrepr/archive/v%{version}.tar.gz BuildRequires: %{python_module Jinja2} BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module docutils} -%endif +BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-Jinja2 Requires: python-Sphinx Requires: python-docutils BuildArch: noarch - %python_subpackages %description @@ -46,7 +42,6 @@ The docrepr package renders Python docstrings in HTML. It is based on the sphinxify module developed by Tim Dumol for the Sage Notebook and the utils.inspector module developed for the Spyder IDE. - %prep %setup -q -n docrepr-%{version} @@ -57,9 +52,11 @@ the utils.inspector module developed for the Spyder IDE. %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +# no upstream tests + %files %{python_files} -%defattr(-,root,root,-) -%doc README.md +%doc README.md RELEASE.md CHANGELOG.md +%license LICENSE %{python_sitelib}/* %changelog diff --git a/v0.1.1.tar.gz b/v0.1.1.tar.gz new file mode 100644 index 0000000..b240cef --- /dev/null +++ b/v0.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e10e4d7594769ee0b5892374d55be5f986c424935e26746272c29472aa795863 +size 146573