File python-bibtexparser.changes of Package python-bibtexparser
-------------------------------------------------------------------
Thu Jan 2 14:11:59 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 1.4.3:
* Bugfix: Use raw strings to fix invalid escape
-------------------------------------------------------------------
Thu Oct 5 09:21:41 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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.
-------------------------------------------------------------------
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>
- update to 1.2.0:
* drop python2 support
-------------------------------------------------------------------
Mon Dec 14 00:56:46 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Fix condition around BuildRequirement
-------------------------------------------------------------------
Mon Aug 17 08:29:09 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Remove unnecessary BR on devel.
- Don't build python2 on Tumbleweed.
-------------------------------------------------------------------
Tue Jun 30 10:24:22 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Added explanation in SPEC file
-------------------------------------------------------------------
Mon Jun 1 10:15:19 UTC 2020 - pgajdos@suse.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 10:00:08 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Switch from using nosetest runner to pytest
-------------------------------------------------------------------
Thu May 2 17:40:45 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Initial version