Package Release Info

python-bibtexparser-1.4.3-bp160.1.11

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-bibtexparser

Change Logs

* Thu Jan 02 2025 Dirk Müller <dmueller@suse.com>
- update to 1.4.3:
  * Bugfix: Use raw strings to fix invalid escape
* Thu Oct 05 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 01 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 2022 Dirk Müller <dmueller@suse.com>
- update to 1.2.0:
  * drop python2 support
* Mon Dec 14 2020 Benjamin Greiner <code@bnavigator.de>
- Fix condition around BuildRequirement
* Mon Aug 17 2020 Matej Cepl <mcepl@suse.com>
- Remove unnecessary BR on devel.
- Don't build python2 on Tumbleweed.
* Tue Jun 30 2020 Matej Cepl <mcepl@suse.com>
- Added explanation in SPEC file
* Mon Jun 01 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
Version: 1.1.0-bp152.2.2
* Wed Apr 15 2020 Matej Cepl <mcepl@suse.com>
- Switch from using nosetest runner to pytest
* Thu May 02 2019 Todd R <toddrme2178@gmail.com>
- Initial version