| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- update to 1.4.3: * Bugfix: Use raw strings to fix invalid escape
- update to 1.4.1:
* Set `align_values` to an int or bool to fix min alignment in
writing
* Fix some docstrings
* `customization.getnames`: respect protected names
* No dict caching in bibdatabase. This makes
the library slightly slower in some cases, but fixes
previously wrong caching.
- 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.
- update to 1.2.0: * drop python2 support
- Fix condition around BuildRequirement
- Remove unnecessary BR on devel. - Don't build python2 on Tumbleweed.
- Added explanation in SPEC file
- unittest2 is not neccessary for python3 - added patches use unittest2 only if present, fall back to unittest + python-bibtexparser-remove-unittest2.patch
- Switch from using nosetest runner to pytest
- Initial version