commit python-bibtexparser for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-bibtexparser for openSUSE:Factory checked in at 2023-09-01 14:19:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-bibtexparser (Old) and /work/SRC/openSUSE:Factory/.python-bibtexparser.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-bibtexparser" Fri Sep 1 14:19:41 2023 rev:8 rq:1108356 version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-bibtexparser/python-bibtexparser.changes 2022-01-23 18:38:47.257906853 +0100 +++ /work/SRC/openSUSE:Factory/.python-bibtexparser.new.1766/python-bibtexparser.changes 2023-09-01 14:20:33.695124574 +0200 @@ -1,0 +2,18 @@ +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. + +------------------------------------------------------------------- Old: ---- python-bibtexparser-1.2.0.tar.gz python-bibtexparser-remove-unittest2.patch New: ---- python-bibtexparser-1.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-bibtexparser.spec ++++++ --- /var/tmp/diff_new_pack.QDWEJy/_old 2023-09-01 14:20:34.715160979 +0200 +++ /var/tmp/diff_new_pack.QDWEJy/_new 2023-09-01 14:20:34.719161122 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-bibtexparser # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,48 +16,38 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 Name: python-bibtexparser -Version: 1.2.0 +Version: 1.4.0 Release: 0 Summary: Bibtex parser for python License: BSD-3-Clause OR LGPL-3.0-only -Group: Development/Languages/Python URL: https://github.com/sciunto-org/python-bibtexparser Source: https://github.com/sciunto-org/python-bibtexparser/archive/v%{version}.tar.gz#/python-bibtexparser-%{version}.tar.gz -# https://github.com/sciunto-org/python-bibtexparser/pull/259 -Patch0: python-bibtexparser-remove-unittest2.patch +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-future >= 0.16.0 Requires: python-pyparsing >= 2.0.3 BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module future >= 0.16.0} BuildRequires: %{python_module pyparsing >= 2.0.3} BuildRequires: %{python_module pytest} -# Required for assertLogs unavailable in 2.7 unittest -%if 0%{?suse_version} <= 1500 -BuildRequires: python-unittest2 -%endif # /SECTION %python_subpackages %description -Python library to parse bibtex files.. +Python library to parse bibtex files. %prep -%setup -q -n python-bibtexparser-%{version} -%patch0 -p1 +%autosetup -p1 -n python-bibtexparser-%{version} sed -i -e '/^#!\//, 1d' bibtexparser/*.py %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -67,7 +57,7 @@ %files %{python_files} %doc README.rst CHANGELOG %license COPYING -%{python_sitelib}/bibtexparser-%{version}-py*.egg-info -%{python_sitelib}/bibtexparser/ +%{python_sitelib}/bibtexparser +%{python_sitelib}/bibtexparser-%{version}.dist-info %changelog ++++++ python-bibtexparser-1.2.0.tar.gz -> python-bibtexparser-1.4.0.tar.gz ++++++ ++++ 1643 lines of diff (skipped)
participants (1)
-
Source-Sync