Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-hotdoc for openSUSE:Factory checked in at 2023-06-03 00:07:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-hotdoc (Old) and /work/SRC/openSUSE:Factory/.python-hotdoc.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-hotdoc" Sat Jun 3 00:07:40 2023 rev:7 rq:1090444 version:0.15 Changes: -------- --- /work/SRC/openSUSE:Factory/python-hotdoc/python-hotdoc.changes 2021-04-01 14:16:27.479908571 +0200 +++ /work/SRC/openSUSE:Factory/.python-hotdoc.new.15902/python-hotdoc.changes 2023-06-03 00:07:43.574166973 +0200 @@ -1,0 +2,50 @@ +Tue May 30 15:44:02 UTC 2023 - Mia Herkt <m...@0x0.st> + +- Update to 0.15 + + formatter: allow for light and dark stylesheets + + theme: add light mode variables (lumen) + + extension: output unescaped sitemap + +- 0.14.1 release + + gtk_doc: look for devhelp indexes in more places + + devhelp: Exclude useless files + + hotdoc_dep_printer: fix Config class name + + wheezy.template usage: switch to maintainer-recommended + workaround + + setup: fix build with python 3.11 + + Switch from charset-normalizer to faust-cchardet + + Adding tarfile member sanitization to extractall() + +- 0.14.0 release + + requirements: bump networkx and dbus-deviation versions + + Regenerate requirements.txt with flex installed + + build(deps): bump lxml from 4.6.3 to 4.9.1 + + Switch unmaintained ccharset to charset-normalizer + + enum_member: render Since tag + + symbols: do not list aliases as children + + extensions: simple ATOM feed generator + + base_symbol: format tags for all symbols + +- 0.13.7 release + + gi: ignore more boilerplate macros + +- 0.13.6 release + + update cmark submodule + + gtkdoc_extension: fix out of bounds access + +- 0.13.5 release + + Fix incorrect use of hashlib and cache + + ext: Allow loading extension modules with full paths + gh#hotdoc/hotdoc#235 + + Add some documentation for the metadata keys + +- 0.13.4 release + + signals: store callbacks in OrderedSets + + gi-extension: ignore boilerplate macros for enums and bitfields too + + Add option for enabling prism-keep-markup + + tree: fix picking of page output path + + Print an error message instead of segfaulting. + + CI: use pip for editable installs + + build(deps): bump lxml from 4.6.2 to 4.6.3 + +------------------------------------------------------------------- Old: ---- hotdoc-0.13.3.tar.gz New: ---- hotdoc-0.15.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-hotdoc.spec ++++++ --- /var/tmp/diff_new_pack.jkLgcy/_old 2023-06-03 00:07:44.238170894 +0200 +++ /var/tmp/diff_new_pack.jkLgcy/_new 2023-06-03 00:07:44.242170917 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-hotdoc # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,11 +16,8 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 -%define skip_python36 1 Name: python-hotdoc -Version: 0.13.3 +Version: 0.15 Release: 0 Summary: A documentation tool micro-framework License: LGPL-2.1-or-later @@ -42,25 +39,26 @@ BuildRequires: libyaml-devel BuildRequires: llvm-devel BuildRequires: python-rpm-macros -%if "%{python_flavor}" == "python3" || "%{?python_provides}" == "python3" -# The hotdoc cli files were provided as separate package between Aug and Nov 2020 -Obsoletes: hotdoc < %{version}-%{release} -Provides: hotdoc = %{version}-%{release} -%endif # The c extension needs libclang.so and llvm-config Requires: clang-devel Requires: llvm-devel -Requires: python-PyYAML >= 5.1 +Requires: python-PyYAML >= 5.4.1 Requires: python-appdirs Requires: python-cchardet -Requires: python-dbus-deviation >= 0.4.0 -Requires: python-lxml -Requires: python-networkx >= 2.5 -Requires: python-pkgconfig >= 1.1.0 +Requires: python-dbus-deviation >= 0.6.1 +Requires: python-feedgen +Requires: python-lxml >= 4.9.1 +Requires: python-networkx >= 2.8.8 +Requires: python-pkgconfig >= 1.5.1 Requires: python-schema -Requires: python-setuptools -Requires: python-toposort >= 1.4 -Requires: python-wheezy.template >= 0.1.167 +Requires: python-toposort >= 1.6 +Requires: python-wheezy.template >= 0.1.195 +Requires(post): update-alternatives +%if "%{python_flavor}" == "python3" || "%{?python_provides}" == "python3" +# The hotdoc cli files were provided as separate package between Aug and Nov 2020 +Obsoletes: hotdoc < %{version}-%{release} +Provides: hotdoc = %{version}-%{release} +%endif %python_subpackages %description @@ -78,7 +76,7 @@ sed -i -e "s/pkgconfig==/pkgconfig>=/" setup.py sed -i -e "s/networkx==/networkx>=/" setup.py -sed -i -e '1s,#! /usr/bin/env sh,#!/usr/bin/sh,' ./hotdoc/extensions/gi/transition_scripts/translate_sections.sh +sed -i -e '1s,#! %{_bindir}/env sh,#!%{_bindir}/sh,' ./hotdoc/extensions/gi/transition_scripts/translate_sections.sh %build %python_build ++++++ hotdoc-0.13.3.tar.gz -> hotdoc-0.15.tar.gz ++++++ ++++ 45027 lines of diff (skipped)