diff --git a/python-bibtexparser-1.4.0.tar.gz b/python-bibtexparser-1.4.0.tar.gz deleted file mode 100644 index ccecc73..0000000 --- a/python-bibtexparser-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9b1a5a627eac8cbf998ad2238837c77a78775ed380747952916ec3c87e5877b -size 93130 diff --git a/python-bibtexparser-1.4.1.tar.gz b/python-bibtexparser-1.4.1.tar.gz new file mode 100644 index 0000000..cbe6719 --- /dev/null +++ b/python-bibtexparser-1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a7db2e14c203b21f0eb0a8fecdf9d010393a8c7555766ff20d81e71e0a627d +size 97146 diff --git a/python-bibtexparser.changes b/python-bibtexparser.changes index 0a46304..4c5f468 100644 --- a/python-bibtexparser.changes +++ b/python-bibtexparser.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Oct 5 09:21:41 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-bibtexparser.spec b/python-bibtexparser.spec index e9aa55f..bafda3d 100644 --- a/python-bibtexparser.spec +++ b/python-bibtexparser.spec @@ -17,7 +17,7 @@ Name: python-bibtexparser -Version: 1.4.0 +Version: 1.4.1 Release: 0 Summary: Bibtex parser for python License: BSD-3-Clause OR LGPL-3.0-only