Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pybtex for openSUSE:Factory checked in at 2023-03-08 14:53:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pybtex (Old) and /work/SRC/openSUSE:Factory/.python-pybtex.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pybtex" Wed Mar 8 14:53:32 2023 rev:18 rq:1070072 version:0.24.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pybtex/python-pybtex.changes 2021-10-06 19:50:12.864063838 +0200 +++ /work/SRC/openSUSE:Factory/.python-pybtex.new.31432/python-pybtex.changes 2023-03-08 14:53:34.963006077 +0100 @@ -1,0 +2,8 @@ +Tue Mar 7 08:29:25 UTC 2023 - pgaj...@suse.com + +- do not require python-six +- added patches + fix https://bitbucket.org/pybtex-devs/pybtex/commits/6afabe217af95995d595de493cf9bc5120f85ca7 + + python-pybtex-no-six.patch + +------------------------------------------------------------------- New: ---- python-pybtex-no-six.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pybtex.spec ++++++ --- /var/tmp/diff_new_pack.rCKu19/_old 2023-03-08 14:53:35.459008778 +0100 +++ /var/tmp/diff_new_pack.rCKu19/_new 2023-03-08 14:53:35.467008821 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pybtex # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2010 Guido Berhoerster. # # All modifications and additions to the file contributed by third parties @@ -27,18 +27,18 @@ Group: Productivity/Publishing/TeX/Utilities URL: https://pybtex.org/ Source0: https://files.pythonhosted.org/packages/source/p/pybtex/pybtex-%{version}.tar.gz +# https://bitbucket.org/pybtex-devs/pybtex/commits/6afabe217af95995d595de493cf9bc5120f85ca7 +Patch0: python-pybtex-no-six.patch BuildRequires: %{python_module PyYAML >= 3.0.1} BuildRequires: %{python_module devel} BuildRequires: %{python_module latexcodec} BuildRequires: %{python_module pyparsing} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-latexcodec Requires: python-pyparsing -Requires: python-six Requires(post): update-alternatives Requires(postun):update-alternatives BuildArch: noarch @@ -56,6 +56,7 @@ %prep %setup -q -n %{oname}-%{version} +%patch0 -p1 %build %python_build ++++++ python-pybtex-no-six.patch ++++++ ++++ 1127 lines (skipped)