Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Genshi for openSUSE:Factory checked in at 2022-08-04 13:22:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Genshi (Old) and /work/SRC/openSUSE:Factory/.python-Genshi.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Genshi" Thu Aug 4 13:22:45 2022 rev:22 rq:992356 version:0.7.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Genshi/python-Genshi.changes 2021-12-16 21:19:07.086516805 +0100 +++ /work/SRC/openSUSE:Factory/.python-Genshi.new.1521/python-Genshi.changes 2022-08-04 13:22:52.152397504 +0200 @@ -1,0 +2,32 @@ +Tue Aug 2 13:59:58 UTC 2022 - Otto Hollmann <otto.hollm...@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 + +------------------------------------------------------------------- Old: ---- Genshi-0.7.5.tar.gz Genshi-pr39-fix-setuptools-extension.patch Genshi-pr49-fix-python310-tests.patch New: ---- Genshi-0.7.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Genshi.spec ++++++ --- /var/tmp/diff_new_pack.CKiRfB/_old 2022-08-04 13:22:52.668398968 +0200 +++ /var/tmp/diff_new_pack.CKiRfB/_new 2022-08-04 13:22:52.676398991 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-Genshi # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,17 +19,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-Genshi -Version: 0.7.5 +Version: 0.7.7 Release: 0 Summary: A toolkit for generation of output for the web License: BSD-3-Clause Group: Development/Languages/Python -URL: http://genshi.edgewall.org/ +URL: https://genshi.edgewall.org/ Source: https://files.pythonhosted.org/packages/source/G/Genshi/Genshi-%{version}.tar.gz -# PATCH-FIX-UPSTREAM Genshi-pr39-fix-setuptools-extension.patch -- gh#edgewall/genshi#39 fixes gh#edgewall/genshi#36 -Patch1: Genshi-pr39-fix-setuptools-extension.patch -# PATCH-FIX-UPSTREAM Genshi-pr49-fix-python310-tests.patch -- gh#edgewall/genshi#49 -Patch2: https://github.com/edgewall/genshi/pull/49.patch#/Genshi-pr49-fix-python310-tests.patch BuildRequires: %{python_module Babel} BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} ++++++ Genshi-0.7.5.tar.gz -> Genshi-0.7.7.tar.gz ++++++ ++++ 2699 lines of diff (skipped)