Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python311-Genshi | Distribution: openSUSE Tumbleweed |
Version: 0.7.9 | Vendor: openSUSE |
Release: 2.1 | Build date: Wed Sep 25 16:08:40 2024 |
Group: Development/Languages/Python | Build host: reproducible |
Size: 911104 | Source RPM: python-Genshi-0.7.9-2.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://genshi.edgewall.org/ | |
Summary: A toolkit for generation of output for the web |
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.
BSD-3-Clause
* 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 * Fri Mar 19 2021 Ben Greiner <code@bnavigator.de> - Update to 0.7.5 * Fix handling of slices containing function call, variable name and attribute lookup AST nodes in Python 3.9 in template scripts (template expressions already correctly handled these cases). Thank you to Roger Leigh for finding this issue and contributing the fix for it. * C speedup module now available for Python >= 3.3. Support was added for PEP 393 (flexible string representation). Thank you to Inada Naoki for contributing this major enhancement. * Remove the custom 2to3 fixers (no longer used since the removal of 2to3 in 0.7.4). - Release 0.7.4 * Add support for deprecation of ast classes slice, Index and ExtSlice in Python 3.9. See https://bugs.python.org/issue34822 for details of the changes. * Update the project URL in setup.py to point to GitHub. * Remove use of 2to3 for generating Python 3 compatible code. * Wed Apr 08 2020 Tomáš Chvátal <tchvatal@suse.com> - Do not pull in python2 packages when installing docs
/usr/lib64/python3.11/site-packages/Genshi-0.7.9-py3.11.egg-info /usr/lib64/python3.11/site-packages/Genshi-0.7.9-py3.11.egg-info/PKG-INFO /usr/lib64/python3.11/site-packages/Genshi-0.7.9-py3.11.egg-info/SOURCES.txt /usr/lib64/python3.11/site-packages/Genshi-0.7.9-py3.11.egg-info/dependency_links.txt /usr/lib64/python3.11/site-packages/Genshi-0.7.9-py3.11.egg-info/entry_points.txt /usr/lib64/python3.11/site-packages/Genshi-0.7.9-py3.11.egg-info/requires.txt /usr/lib64/python3.11/site-packages/Genshi-0.7.9-py3.11.egg-info/top_level.txt /usr/lib64/python3.11/site-packages/genshi /usr/lib64/python3.11/site-packages/genshi/__init__.py /usr/lib64/python3.11/site-packages/genshi/__pycache__ /usr/lib64/python3.11/site-packages/genshi/_speedups.cpython-311-riscv64-linux-gnu.so /usr/lib64/python3.11/site-packages/genshi/builder.py /usr/lib64/python3.11/site-packages/genshi/compat.py /usr/lib64/python3.11/site-packages/genshi/core.py /usr/lib64/python3.11/site-packages/genshi/filters /usr/lib64/python3.11/site-packages/genshi/filters/__init__.py /usr/lib64/python3.11/site-packages/genshi/filters/__pycache__ /usr/lib64/python3.11/site-packages/genshi/filters/html.py /usr/lib64/python3.11/site-packages/genshi/filters/i18n.py /usr/lib64/python3.11/site-packages/genshi/filters/tests /usr/lib64/python3.11/site-packages/genshi/filters/tests/__init__.py /usr/lib64/python3.11/site-packages/genshi/filters/tests/__pycache__ /usr/lib64/python3.11/site-packages/genshi/filters/tests/i18n.py /usr/lib64/python3.11/site-packages/genshi/filters/tests/test_html.py /usr/lib64/python3.11/site-packages/genshi/filters/tests/transform.py /usr/lib64/python3.11/site-packages/genshi/filters/transform.py /usr/lib64/python3.11/site-packages/genshi/input.py /usr/lib64/python3.11/site-packages/genshi/output.py /usr/lib64/python3.11/site-packages/genshi/path.py /usr/lib64/python3.11/site-packages/genshi/template /usr/lib64/python3.11/site-packages/genshi/template/__init__.py /usr/lib64/python3.11/site-packages/genshi/template/__pycache__ /usr/lib64/python3.11/site-packages/genshi/template/astutil.py /usr/lib64/python3.11/site-packages/genshi/template/base.py /usr/lib64/python3.11/site-packages/genshi/template/directives.py /usr/lib64/python3.11/site-packages/genshi/template/eval.py /usr/lib64/python3.11/site-packages/genshi/template/interpolation.py /usr/lib64/python3.11/site-packages/genshi/template/loader.py /usr/lib64/python3.11/site-packages/genshi/template/markup.py /usr/lib64/python3.11/site-packages/genshi/template/plugin.py /usr/lib64/python3.11/site-packages/genshi/template/tests /usr/lib64/python3.11/site-packages/genshi/template/tests/__init__.py /usr/lib64/python3.11/site-packages/genshi/template/tests/__pycache__ /usr/lib64/python3.11/site-packages/genshi/template/tests/base.py /usr/lib64/python3.11/site-packages/genshi/template/tests/directives.py /usr/lib64/python3.11/site-packages/genshi/template/tests/eval.py /usr/lib64/python3.11/site-packages/genshi/template/tests/interpolation.py /usr/lib64/python3.11/site-packages/genshi/template/tests/loader.py /usr/lib64/python3.11/site-packages/genshi/template/tests/markup.py /usr/lib64/python3.11/site-packages/genshi/template/tests/plugin.py /usr/lib64/python3.11/site-packages/genshi/template/tests/templates /usr/lib64/python3.11/site-packages/genshi/template/tests/templates/__init__.py /usr/lib64/python3.11/site-packages/genshi/template/tests/templates/__pycache__ /usr/lib64/python3.11/site-packages/genshi/template/tests/templates/functions.html /usr/lib64/python3.11/site-packages/genshi/template/tests/templates/functions.txt /usr/lib64/python3.11/site-packages/genshi/template/tests/templates/new_syntax.txt /usr/lib64/python3.11/site-packages/genshi/template/tests/templates/test.html /usr/lib64/python3.11/site-packages/genshi/template/tests/templates/test.txt /usr/lib64/python3.11/site-packages/genshi/template/tests/templates/test_no_doctype.html /usr/lib64/python3.11/site-packages/genshi/template/tests/text.py /usr/lib64/python3.11/site-packages/genshi/template/text.py /usr/lib64/python3.11/site-packages/genshi/tests /usr/lib64/python3.11/site-packages/genshi/tests/__init__.py /usr/lib64/python3.11/site-packages/genshi/tests/__pycache__ /usr/lib64/python3.11/site-packages/genshi/tests/builder.py /usr/lib64/python3.11/site-packages/genshi/tests/core.py /usr/lib64/python3.11/site-packages/genshi/tests/input.py /usr/lib64/python3.11/site-packages/genshi/tests/output.py /usr/lib64/python3.11/site-packages/genshi/tests/path.py /usr/lib64/python3.11/site-packages/genshi/tests/test_utils.py /usr/lib64/python3.11/site-packages/genshi/tests/util.py /usr/lib64/python3.11/site-packages/genshi/util.py /usr/share/doc/packages/python311-Genshi /usr/share/doc/packages/python311-Genshi/ChangeLog /usr/share/doc/packages/python311-Genshi/README.md /usr/share/licenses/python311-Genshi /usr/share/licenses/python311-Genshi/COPYING
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Nov 13 00:41:02 2024