Changelog for
python39-bibtexparser-1.4.0-19.1.noarch.rpm :
* Fri Sep 01 2023 Steve Kowalik
- Update to 1.4.0:
* Using common strings in string interpolation is now the default.
* Add option to adjust alignment of text of multi-line values.
* Raise warning if parser is used multiple times, which leads to a merged library.
* Allow preservation of existing order of entry fields in writer
* Support for python 3.10
* Removing unused dependencies
* Allow capital AND when splitting author list
* Fix problem in `homogenize_latex_encoding` when authors are lists
* Long description in setup.py- Switch to pyproject macros.- Drop patch python-bibtexparser-remove-unittest2.patch, dependency dropped.
* Sun Jan 23 2022 Dirk Müller - update to 1.2.0:
* drop python2 support
* Mon Dec 14 2020 Benjamin Greiner - Fix condition around BuildRequirement
* Mon Aug 17 2020 Matej Cepl - Remove unnecessary BR on devel.- Don\'t build python2 on Tumbleweed.
* Tue Jun 30 2020 Matej Cepl - Added explanation in SPEC file
* Mon Jun 01 2020 pgajdosAATTsuse.com- unittest2 is not neccessary for python3- added patches use unittest2 only if present, fall back to unittest + python-bibtexparser-remove-unittest2.patch
* Wed Apr 15 2020 Matej Cepl - Switch from using nosetest runner to pytest
* Thu May 02 2019 Todd R - Initial version