Changelog for
python2-Genshi-0.7.9-2.1.x86_64.rpm :
* Mon Jul 22 2024 adrian.glaubitzAATTsuse.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 mceplAATTsuse.com- Switch documentation to be within the main package.
* Fri Apr 21 2023 dmuellerAATTsuse.com- add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 mceplAATTsuse.com- Make calling of %{sle15modernpython} optional.
* Tue Aug 02 2022 otto.hollmannAATTsuse.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 codeAATTbnavigator.de- add Genshi-pr49-fix-python310-tests.patch - gh#edgewall/genshi#49
* Sat Jun 26 2021 codeAATTbnavigator.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 codeAATTbnavigator.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 tchvatalAATTsuse.com- Do not pull in python2 packages when installing docs
* Tue Jun 18 2019 tchvatalAATTsuse.com- Update to 0.7.3:
* Add support for PEP 570 (positional-only keyword parameters)
* Mon Apr 29 2019 tchvatalAATTsuse.com- Update to 0.7.2:
* Add support for Python 3.8.
* Mon Mar 04 2019 tchvatalAATTsuse.com- Update to 0.7.1:
* many bugfixes all around and support for new pythons- Merged all our patches:
* python-Genshi-bug-602-python35-support.patch
* python-Genshi-bug-602-python35-support-python27-fix.patch
* python-genshi-py3-escape-sequence-doctest.patch
* python-genshi-py37-stopiteration.patch
* python-Genshi-0.7-disable-speedups-for-python34.patch
* python-Genshi-0.7-isstring-helper.patch
* python-Genshi-0.7-python34-ast-support.patch
* python-Genshi-0.7-sanitizer-test-fixes.patch
* changeset_r1242.diff
* Tue Dec 04 2018 mceplAATTsuse.com- Remove superfluous devel dependency for noarch package
* Tue Aug 07 2018 tchvatalAATTsuse.com- Add patches to build on python 3.7:
* python-genshi-py3-escape-sequence-doctest.patch
* python-genshi-py37-stopiteration.patch
* Thu Apr 06 2017 jmatejekAATTsuse.com- always build as arch-dependent- build docs as a single noarch package
* Thu Apr 06 2017 aloisioAATTgmx.com- Added python-Genshi-0.7-disable-speedups-for-python34.patch, python-Genshi-0.7-isstring-helper.patch, python-Genshi-0.7-python34-ast-support.patch, python-Genshi-0.7-sanitizer-test-fixes.patch, python-Genshi-bug-602-python35-support.patch, python-Genshi-bug-602-python35-support-python27-fix.patch- Enabled tests
* Thu Apr 06 2017 toddrme2178AATTgmail.com- Update singlespec build- Use pypi download url
* Mon Dec 19 2016 jmatejekAATTsuse.com- update for multipython build
* Fri Jul 24 2015 seife+obsAATTb1-systems.com- fix build on non-SUSE distributions
* Tue Feb 17 2015 opensuseAATTdstoecker.de- backport fix for bug 566 (pop from empty) from 0.7 devel (changeset_r1242.diff)