Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python-Genshi-doc-0.7.10-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python-Genshi-doc Distribution: openSUSE Tumbleweed
Version: 0.7.10 Vendor: openSUSE
Release: 1.1 Build date: Fri Mar 20 14:52:16 2026
Group: Development/Libraries/Python Build host: reproducible
Size: 117886 Source RPM: python-Genshi-0.7.10-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://genshi.edgewall.org/
Summary: A toolkit for generation of output for the web - Documentation
Genshi is a Python library that provides an integrated set of
components for parsing, generating, and processing HTML, XML or
other textual content for output generation on the web. The major
feature is a template language, which is heavily inspired by Kid.

This package contains documentation and examples.

Provides

Requires

License

BSD-3-Clause

Changelog

* Fri Mar 20 2026 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 0.7.10
    * Remove dependency on six. (#94 by Simon Cross)
    * Update the benchmarks to support Python 3.13 (the "cgi"
      module was removed in 3.13) (#90 by Alexandre Detiste)
    * Migrate documentation to Sphinx. (#89 by Simon Cross)
    * Update GitHub Action versions. (#88 by Simon Cross)
    * Fix HTMLParser error handling. (#87 by Simon Cross)
    * Switch tests to pytest. (#86 by Simon Cross)
  - Adjust upstream source name in spec file
  - Drop remove_six.patch, merged upstream
* Fri May 09 2025 Matej Cepl <mcepl@cepl.eu>
  - Add remove_six.patch removing six from the package
    (gh#edgewall/genshi!92).
* Wed Sep 25 2024 ecsos <ecsos@opensuse.org>
  - Fix build error under Leap.
* Mon Jul 22 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 0.7.9
    * Add Python 3.12 to CI matrix and fix Python 3.12 support. (#77)
    * Add Python 3.13 beta to CI. (#81)
    * Add badges to the README. (#82)
  - from version 0.7.8
    * Do not merge sub directives if they have not been changed. (#53)
    * Silence deprecation warnings from attempting to import Ellipsis and
      Str (which are needed to support older Pythons). (#73)
    * Remove fallback to distutils, patching of bdist_egg and use of doctools. (#74)
    * Clarify the escaping in _URL_FINDER. (#76)
    * Fix installation with setuptools >= 60. (#68)
  - Rename README.txt to README.md in %files section
* Sun Apr 23 2023 Matej Cepl <mcepl@suse.com>
  - Switch documentation to be within the main package.
* Fri Apr 21 2023 Dirk Müller <dmueller@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl <mcepl@suse.com>
  - Make calling of %{sle15modernpython} optional.
* Tue Aug 02 2022 Otto Hollmann <otto.hollmann@suse.com>
  - Update to 0.7.7:
    * Declared setuptools as the build backend (#65)
    * Fixed deprecation warnings caused by escape sequences in regex pattern
      strings (#63)
  - Changes from 0.7.6:
    * Added support for Python 3.10 and 3.11 (#54, #56, #58)
    * Replaced assertEquals with assertEqual. assertEquals was deprecated in
      Python 3.2. (#42)
    * Removed used of element.getchildren() which has been removed from the Python
      standard library elementtree in Python 3.9. (#57)
    * Added support for Python 3.10 by using CodeType.replace in
      `build_code_chunk` to make code object updates more robust against changes
      in CodeType. (#49)
    * Moved tests and releases workflows to GitHub Actions (#61, #51)
    * Fixed reference leak in Markup.join C implementation. (#47)
    * Sort directives only by directive index. Previously they were sorted by the
      class, namespace and arguments of the directives. This was acceptable in
      Python 2, but is a bug in Python 3 since some the arguments may not be
      comparable. (#44)
    * Add support for msgctxt to i18n. (#13)
    * Implemented skipping of empty attributes during translation to match the
      behaviour during translation extraction (i.e. don't try to translate empty
      strings that are not extracted). (#38)
    * Ported setuptools options to declarative config in setup.cfg. (#40)
    * Removed used of deprecated setuptools Feature in setup.py. (#39)
  - Removed patches, already in upstream:
    * Genshi-pr39-fix-setuptools-extension.patch
    * Genshi-pr49-fix-python310-tests.patch
* Sat Dec 11 2021 Ben Greiner <code@bnavigator.de>
  - add Genshi-pr49-fix-python310-tests.patch - gh#edgewall/genshi#49
* Sat Jun 26 2021 Ben Greiner <code@bnavigator.de>
  - Add Genshi-pr39-fix-setuptools-extension.patch in order to fix
    failing the c extension with an updated setuptools
    gh#edgewall/genshi#36

Files

/usr/share/doc/packages/python-Genshi-doc
/usr/share/doc/packages/python-Genshi-doc/doc
/usr/share/doc/packages/python-Genshi-doc/doc/2000ft.png
/usr/share/doc/packages/python-Genshi-doc/doc/conf.py
/usr/share/doc/packages/python-Genshi-doc/doc/logo.gif
/usr/share/doc/packages/python-Genshi-doc/doc/logo.png
/usr/share/doc/packages/python-Genshi-doc/doc/requirements.txt
/usr/share/doc/packages/python-Genshi-doc/examples
/usr/share/doc/packages/python-Genshi-doc/examples/basic
/usr/share/doc/packages/python-Genshi-doc/examples/basic/kidrun.py
/usr/share/doc/packages/python-Genshi-doc/examples/basic/layout.html
/usr/share/doc/packages/python-Genshi-doc/examples/basic/layout.kid
/usr/share/doc/packages/python-Genshi-doc/examples/basic/run.py
/usr/share/doc/packages/python-Genshi-doc/examples/basic/test.html
/usr/share/doc/packages/python-Genshi-doc/examples/basic/test.kid
/usr/share/doc/packages/python-Genshi-doc/examples/bench
/usr/share/doc/packages/python-Genshi-doc/examples/bench/basic.py
/usr/share/doc/packages/python-Genshi-doc/examples/bench/bigtable.py
/usr/share/doc/packages/python-Genshi-doc/examples/bench/cheetah
/usr/share/doc/packages/python-Genshi-doc/examples/bench/cheetah/footer.tmpl
/usr/share/doc/packages/python-Genshi-doc/examples/bench/cheetah/header.tmpl
/usr/share/doc/packages/python-Genshi-doc/examples/bench/cheetah/template.tmpl
/usr/share/doc/packages/python-Genshi-doc/examples/bench/clearsilver
/usr/share/doc/packages/python-Genshi-doc/examples/bench/clearsilver/footer.cs
/usr/share/doc/packages/python-Genshi-doc/examples/bench/clearsilver/header.cs
/usr/share/doc/packages/python-Genshi-doc/examples/bench/clearsilver/template.cs
/usr/share/doc/packages/python-Genshi-doc/examples/bench/django
/usr/share/doc/packages/python-Genshi-doc/examples/bench/django/templates
/usr/share/doc/packages/python-Genshi-doc/examples/bench/django/templates/base.html
/usr/share/doc/packages/python-Genshi-doc/examples/bench/django/templates/template.html
/usr/share/doc/packages/python-Genshi-doc/examples/bench/django/templatetags
/usr/share/doc/packages/python-Genshi-doc/examples/bench/django/templatetags/__init__.py
/usr/share/doc/packages/python-Genshi-doc/examples/bench/django/templatetags/bench.py
/usr/share/doc/packages/python-Genshi-doc/examples/bench/genshi
/usr/share/doc/packages/python-Genshi-doc/examples/bench/genshi/base.html
/usr/share/doc/packages/python-Genshi-doc/examples/bench/genshi/template.html
/usr/share/doc/packages/python-Genshi-doc/examples/bench/genshi_text
/usr/share/doc/packages/python-Genshi-doc/examples/bench/genshi_text/footer.txt
/usr/share/doc/packages/python-Genshi-doc/examples/bench/genshi_text/header.txt
/usr/share/doc/packages/python-Genshi-doc/examples/bench/genshi_text/template.txt
/usr/share/doc/packages/python-Genshi-doc/examples/bench/kid
/usr/share/doc/packages/python-Genshi-doc/examples/bench/kid/base.kid
/usr/share/doc/packages/python-Genshi-doc/examples/bench/kid/template.kid
/usr/share/doc/packages/python-Genshi-doc/examples/bench/mako
/usr/share/doc/packages/python-Genshi-doc/examples/bench/mako/footer.html
/usr/share/doc/packages/python-Genshi-doc/examples/bench/mako/header.html
/usr/share/doc/packages/python-Genshi-doc/examples/bench/mako/template.html
/usr/share/doc/packages/python-Genshi-doc/examples/bench/myghty
/usr/share/doc/packages/python-Genshi-doc/examples/bench/myghty/base.myt
/usr/share/doc/packages/python-Genshi-doc/examples/bench/myghty/template.myt
/usr/share/doc/packages/python-Genshi-doc/examples/bench/simpletal
/usr/share/doc/packages/python-Genshi-doc/examples/bench/simpletal/base.html
/usr/share/doc/packages/python-Genshi-doc/examples/bench/simpletal/template.html
/usr/share/doc/packages/python-Genshi-doc/examples/bench/xpath.py
/usr/share/doc/packages/python-Genshi-doc/examples/tutorial
/usr/share/doc/packages/python-Genshi-doc/examples/tutorial/geddit
/usr/share/doc/packages/python-Genshi-doc/examples/tutorial/geddit/__init__.py
/usr/share/doc/packages/python-Genshi-doc/examples/tutorial/geddit/controller.py
/usr/share/doc/packages/python-Genshi-doc/examples/tutorial/geddit/form.py
/usr/share/doc/packages/python-Genshi-doc/examples/tutorial/geddit/lib
/usr/share/doc/packages/python-Genshi-doc/examples/tutorial/geddit/lib/__init__.py
/usr/share/doc/packages/python-Genshi-doc/examples/tutorial/geddit/lib/ajax.py
/usr/share/doc/packages/python-Genshi-doc/examples/tutorial/geddit/lib/template.py
/usr/share/doc/packages/python-Genshi-doc/examples/tutorial/geddit/model.py
/usr/share/doc/packages/python-Genshi-doc/examples/tutorial/geddit/static
/usr/share/doc/packages/python-Genshi-doc/examples/tutorial/geddit/static/jquery.js
/usr/share/doc/packages/python-Genshi-doc/examples/tutorial/geddit/static/layout.css
/usr/share/doc/packages/python-Genshi-doc/examples/tutorial/geddit/static/logo.gif
/usr/share/doc/packages/python-Genshi-doc/examples/tutorial/geddit/templates
/usr/share/doc/packages/python-Genshi-doc/examples/tutorial/geddit/templates/_comment.html
/usr/share/doc/packages/python-Genshi-doc/examples/tutorial/geddit/templates/_form.html
/usr/share/doc/packages/python-Genshi-doc/examples/tutorial/geddit/templates/comment.html
/usr/share/doc/packages/python-Genshi-doc/examples/tutorial/geddit/templates/index.html
/usr/share/doc/packages/python-Genshi-doc/examples/tutorial/geddit/templates/index.xml
/usr/share/doc/packages/python-Genshi-doc/examples/tutorial/geddit/templates/info.html
/usr/share/doc/packages/python-Genshi-doc/examples/tutorial/geddit/templates/info.xml
/usr/share/doc/packages/python-Genshi-doc/examples/tutorial/geddit/templates/layout.html
/usr/share/doc/packages/python-Genshi-doc/examples/tutorial/geddit/templates/submit.html


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Mar 25 22:23:09 2026