Hello community, here is the log from the commit of package python-manuel for openSUSE:Factory checked in at 2018-04-17 11:18:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-manuel (Old) and /work/SRC/openSUSE:Factory/.python-manuel.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-manuel" Tue Apr 17 11:18:25 2018 rev:5 rq:597177 version:1.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-manuel/python-manuel.changes 2017-07-08 12:34:55.665982719 +0200 +++ /work/SRC/openSUSE:Factory/.python-manuel.new/python-manuel.changes 2018-04-17 11:18:34.315445666 +0200 @@ -1,0 +2,10 @@ +Wed Feb 28 11:19:29 UTC 2018 - [email protected] + +- update to version 1.9.0: + * You can now use Manuel with the nose and pytest test runners by + defining Manuel tests inside unittest.TestCase classes. + * Added support for Python 3.5 and Python 3.6. + * Dropped support for Python 2.6 +- add a fixed conf.py in order to properly build the docs (again) + +------------------------------------------------------------------- Old: ---- manuel-1.8.0.tar.gz New: ---- conf.py manuel-1.9.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-manuel.spec ++++++ --- /var/tmp/diff_new_pack.ZW8eME/_old 2018-04-17 11:18:36.247355107 +0200 +++ /var/tmp/diff_new_pack.ZW8eME/_new 2018-04-17 11:18:36.247355107 +0200 @@ -1,8 +1,8 @@ # # spec file for package python-manuel # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2013 LISA GmbH, Bingen, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2013-2018 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,13 +19,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-manuel -Version: 1.8.0 +Version: 1.9.0 Release: 0 Summary: Build tested documentation License: Apache-2.0 Group: Development/Languages/Python Url: http://www.python.org/pypi/manuel Source: https://files.pythonhosted.org/packages/source/m/manuel/manuel-%{version}.tar.gz +# add fixed sphinx config <[email protected]> +Source1: conf.py BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} # Documentation requirements: @@ -54,7 +56,7 @@ %prep %setup -q -n manuel-%{version} -rm -rf docs/.doctrees docs/.buildinfo docs/objects.inv +cp %SOURCE1 . %build %python_build @@ -75,6 +77,6 @@ %files %{python_files doc} %defattr(-,root,root,-) -%doc docs/ +%doc build/sphinx/html %changelog ++++++ conf.py ++++++ source_suffix = '.txt' master_doc = 'src/manuel/index' project = 'Manuel' copyright = 'Benji York' version = '1' release = '1' today_fmt = '%Y-%m-%d' pygments_style = 'sphinx' html_last_updated_fmt = '%Y-%m-%d' html_title = 'Manuel Documentation' todo_include_todos = False exclude_patterns = ['src/manuel.egg-info*'] unused_docs = ['src/manuel/capture'] ++++++ manuel-1.8.0.tar.gz -> manuel-1.9.0.tar.gz ++++++ ++++ 8460 lines of diff (skipped)
