Hello community, here is the log from the commit of package python-docrepr for openSUSE:Factory checked in at 2019-03-10 09:40:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-docrepr (Old) and /work/SRC/openSUSE:Factory/.python-docrepr.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-docrepr" Sun Mar 10 09:40:22 2019 rev:3 rq:682870 version:0.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-docrepr/python-docrepr.changes 2018-12-13 19:43:20.685098699 +0100 +++ /work/SRC/openSUSE:Factory/.python-docrepr.new.28833/python-docrepr.changes 2019-03-10 09:40:25.828103608 +0100 @@ -1,0 +2,8 @@ +Fri Mar 1 13:27:53 UTC 2019 - Tomáš Chvátal <[email protected]> + +- 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 + +------------------------------------------------------------------- Old: ---- docrepr-0.1.0.tar.gz New: ---- v0.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-docrepr.spec ++++++ --- /var/tmp/diff_new_pack.60CuqB/_old 2019-03-10 09:40:26.652103411 +0100 +++ /var/tmp/diff_new_pack.60CuqB/_new 2019-03-10 09:40:26.652103411 +0100 @@ -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 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 @@ %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
