Changelog for
itstool-2.0.7-150400.1.9.noarch.rpm :
* Sat Oct 16 2021 dmuellerAATTsuse.com- update to 2.0.7:
* Performance improvements when chaining up on certain ITS rules
* Performance improvements when using ITS params.
* Mon Nov 18 2019 yfjiangAATTsuse.com- BuildRequires python3-libxml2-python for SLE and Leap 15, which are using older version libxml2.
* Tue Sep 17 2019 suse+buildAATTde-korte.org- Update to version 2.0.6: + Make DocBook keyword element within text + Apply ITS files passed with -i in --join mode- Drop itstool-Apply-ITS-files.patch
* Sat Sep 14 2019 bjorn.lieAATTgmail.com- Replace python3-libxml2-python with python3-libxml2 BuildRequires and Requires following changes in libxml2.
* Wed Dec 19 2018 bjorn.lieAATTgmail.com- Update to version 2.0.5: + Allow preserveSpace on XML attributes. + Fixed issue with writing files under macOS. + Fixed various differences between Python 2 and 3. + Fixed issues with libxml2 memory management.- Add itstool-Apply-ITS-files.patch: Apply ITS files passed with -i in --join mode.- Drop patch itstool-2.0.4-serialize_to_str.patch and itstool-2.0.4-memory-management.patch: fixed upstream.
* Wed Jul 04 2018 tchvatalAATTsuse.com- Switch directly to py3 istool, as it seems it does not break there should be no real requirement to use the python2 variant (even on old products it should be ok to use py3 one) (bsc#1111019)
* Wed Jun 20 2018 mceplAATTsuse.com- Add patch itstool-2.0.4-serialize_to_str.patch to fix upstream big #19 (fix str/bytes issue)- Be consistent in using python%{_python_ver}
* Wed Feb 28 2018 dimstarAATTopensuse.org- Modernize spec-file by calling spec-cleaner
* Tue Feb 13 2018 dimstarAATTopensuse.org- Introduce _python_ver variable, currently set to \'2\': allow for an easy way to toggle between python3 and python2 based itstool. Currently using python2, as python3-based itstool still has issues.
* Tue Oct 24 2017 dimstarAATTopensuse.org- Switch to python3 version: + Add python3-base BuildRequires: unlike python2, py3 is not implicit in the buildroot yet. + Export PYTHON=python3 before configure. + Replace libxml2-python (Build)?Requires with python3-libxml2-python.- Replace itstool-2.0.4-no-freedoc.patch with itstool-2.0.4-memory-management.patch: use upstream provided solution for the crshes.
* Tue Oct 24 2017 dimstarAATTopensuse.org- Update to version 2.0.4: + Fixed a massive performance issue.- Add itstool-2.0.4-no-freedoc.patch: Do not free xmlDocs, avoid crashes (gh#itstool/itstool#17).
* Thu Oct 05 2017 luc14n0AATTlinuxmail.org- Update to version 2.0.3: + Added: - Python 3 support. Keeping Python 2 support for now. - --path option for extra paths for ITS files. + Fixed: - --keep-entities mode after some libxml2 changes. - UTF-8 handling for translated attributes. + Don\'t error out (except under -s) for mismatched placeholders.