Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-livereload for openSUSE:Factory checked in at 2023-02-27 12:56:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-livereload (Old) and /work/SRC/openSUSE:Factory/.python-livereload.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-livereload" Mon Feb 27 12:56:05 2023 rev:4 rq:1067947 version:2.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-livereload/python-livereload.changes 2021-11-08 17:25:33.216747265 +0100 +++ /work/SRC/openSUSE:Factory/.python-livereload.new.31432/python-livereload.changes 2023-02-27 12:56:06.399695510 +0100 @@ -1,0 +2,5 @@ +Mon Feb 27 10:45:13 UTC 2023 - Matej Cepl <mc...@suse.com> + +- Don't use fdupes -s, it hurts. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-livereload.spec ++++++ --- /var/tmp/diff_new_pack.FbC021/_old 2023-02-27 12:56:07.139700071 +0100 +++ /var/tmp/diff_new_pack.FbC021/_new 2023-02-27 12:56:07.151700144 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-livereload # -# Copyright (c) 2021 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,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-livereload Version: 2.6.3 Release: 0 @@ -25,10 +24,11 @@ Group: Development/Languages/Python URL: https://livereload.readthedocs.io/en/latest/ Source: https://github.com/lepture/python-livereload/archive/%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: %{python_module tornado} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-six @@ -42,16 +42,16 @@ Reload webpages on changes, without hitting refresh in your browser. %prep -%setup -q +%autosetup -p1 %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/livereload -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check # https://github.com/lepture/python-livereload/issues/200 @@ -68,6 +68,6 @@ %license LICENSE %python_alternative %{_bindir}/livereload %{python_sitelib}/livereload/ -%{python_sitelib}/livereload-%{version}-py%{python_version}.egg-info +%{python_sitelib}/livereload-%{version}*-info %changelog