Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-goobook for openSUSE:Factory checked in at 2022-07-14 16:34:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-goobook (Old) and /work/SRC/openSUSE:Factory/.python-goobook.new.1523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-goobook" Thu Jul 14 16:34:37 2022 rev:5 rq:989114 version:3.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-goobook/python-goobook.changes 2021-03-24 16:12:49.423930918 +0100 +++ /work/SRC/openSUSE:Factory/.python-goobook.new.1523/python-goobook.changes 2022-07-14 16:35:03.304673748 +0200 @@ -1,0 +2,7 @@ +Thu Jul 14 09:11:27 UTC 2022 - Matej Cepl <mc...@suse.com> + +- Update to 3.5.2: + - Update dependencies (switch to poetry and pyxdg) +- Remove upstreamed patch 0001-Switch-from-xdg-to-pyxdg.patch + +------------------------------------------------------------------- Old: ---- 0001-Switch-from-xdg-to-pyxdg.patch goobook-3.5.1.tar.gz New: ---- goobook-3.5.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-goobook.spec ++++++ --- /var/tmp/diff_new_pack.26ihAc/_old 2022-07-14 16:35:03.748674186 +0200 +++ /var/tmp/diff_new_pack.26ihAc/_new 2022-07-14 16:35:03.752674189 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-goobook # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,13 +19,14 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-goobook -Version: 3.5.1 +Version: 3.5.2 Release: 0 Summary: Search your google contacts from the command-line or mutt License: GPL-3.0-only URL: https://gitlab.com/goobook/goobook Source: https://files.pythonhosted.org/packages/source/g/goobook/goobook-%{version}.tar.gz -Patch0: 0001-Switch-from-xdg-to-pyxdg.patch +BuildRequires: %{python_module pip} +BuildRequires: %{python_module poetry-core} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -34,7 +35,7 @@ Requires: python-pyxdg >= 0.26 Requires: python-simplejson >= 2.1.0 Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch %python_subpackages @@ -46,15 +47,16 @@ way as abook. %prep -%setup -q -n goobook-%{version} -%patch0 -sed -i '/^#!\/usr\/bin\/env python/d' goobook/application.py +%autosetup -p1 -n goobook-%{version} + +chmod -x goobook/{application,goobook}.py +sed -i '/^#!\/usr\/bin\/env python/d' goobook/{application,goobook}.py %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/goobook %python_expand %fdupes %{buildroot}%{$python_sitelib} @@ -65,7 +67,7 @@ %python_uninstall_alternative goobook %files %{python_files} -%doc CHANGES.rst README.rst +%doc README.rst %license LICENSE.txt %python_alternative %{_bindir}/goobook %{python_sitelib}/* ++++++ goobook-3.5.1.tar.gz -> goobook-3.5.2.tar.gz ++++++ ++++ 1963 lines of diff (skipped)