Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pybluez for openSUSE:Factory checked in at 2022-02-26 17:02:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pybluez (Old) and /work/SRC/openSUSE:Factory/.python-pybluez.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pybluez" Sat Feb 26 17:02:08 2022 rev:20 rq:957656 version:0.23+git5096047f90a1f6a74ceb250aef6243e144170f92 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pybluez/python-pybluez.changes 2020-03-19 19:54:26.876277992 +0100 +++ /work/SRC/openSUSE:Factory/.python-pybluez.new.1958/python-pybluez.changes 2022-02-26 17:02:39.595541401 +0100 @@ -1,0 +2,11 @@ +Fri Feb 25 20:36:44 UTC 2022 - Matej Cepl <mc...@suse.com> + +- Deduplicate files in python_sitearch. + +------------------------------------------------------------------- +Thu Feb 24 14:50:47 UTC 2022 - pgaj...@suse.com + +- update to version 0.23+git5096047f90a1f6a74ceb250aef6243e144170f92: + * no upstream changelog + +------------------------------------------------------------------- Old: ---- PyBluez-0.23.tar.gz New: ---- pybluez-5096047f90a1f6a74ceb250aef6243e144170f92.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pybluez.spec ++++++ --- /var/tmp/diff_new_pack.teXDn0/_old 2022-02-26 17:02:40.091541480 +0100 +++ /var/tmp/diff_new_pack.teXDn0/_new 2022-02-26 17:02:40.095541481 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pybluez # -# Copyright (c) 2020 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 @@ -16,18 +16,20 @@ # +%define rev 5096047f90a1f6a74ceb250aef6243e144170f92 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pybluez -Version: 0.23 +Version: 0.23+git%{rev} Release: 0 Summary: A Python Bluetooth wrapper License: GPL-2.0-or-later Group: Development/Libraries/Python URL: https://pybluez.github.io/ -Source: https://files.pythonhosted.org/packages/source/P/PyBluez/PyBluez-%{version}.tar.gz +Source: https://github.com/pybluez/pybluez/archive/%{rev}.tar.gz#/pybluez-%{rev}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: bluez-devel +BuildRequires: fdupes BuildRequires: python-rpm-macros Obsoletes: pybluez < 0.22 Provides: pybluez = %{version} @@ -39,7 +41,7 @@ Bluetooth applications. %prep -%setup -q -n PyBluez-%{version} +%setup -q -n pybluez-%{rev} %build export CFLAGS="%{optflags} -fno-strict-aliasing" @@ -47,6 +49,7 @@ %install %python_install +%python_expand %fdupes %{buildroot}%{$python_sitearch} #%%check # no tests on upstream @@ -55,6 +58,6 @@ %license COPYING %doc CHANGELOG README.md %{python_sitearch}/bluetooth/ -%{python_sitearch}/PyBluez-%{version}-py*.egg-info +%{python_sitearch}/PyBluez-*.egg-info %changelog