forked from pool/python-bibtexparser
- 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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bibtexparser?expand=0&rev=17
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 1 02:52:53 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- 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 16:41:55 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user