Hello community, here is the log from the commit of package python-pyOCD for openSUSE:Factory checked in at 2019-07-23 22:38:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyOCD (Old) and /work/SRC/openSUSE:Factory/.python-pyOCD.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyOCD" Tue Jul 23 22:38:52 2019 rev:3 rq:717846 version:0.21.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyOCD/python-pyOCD.changes 2018-12-24 11:41:39.405438041 +0100 +++ /work/SRC/openSUSE:Factory/.python-pyOCD.new.4126/python-pyOCD.changes 2019-07-23 22:38:53.658952598 +0200 @@ -1,0 +2,6 @@ +Tue Jul 23 10:48:33 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 0.21.0: + * Too many changes to enumerate + +------------------------------------------------------------------- Old: ---- pyOCD-0.8.1a1.tar.gz New: ---- pyocd-0.21.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyOCD.spec ++++++ --- /var/tmp/diff_new_pack.h3yoKk/_old 2019-07-23 22:38:54.270952472 +0200 +++ /var/tmp/diff_new_pack.h3yoKk/_new 2019-07-23 22:38:54.274952471 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pyOCD # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,44 +18,47 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyOCD -Version: 0.8.1a1 +Version: 0.21.0 Release: 0 Summary: CMSIS-DAP debugger for python License: Apache-2.0 Group: Development/Languages/Python -Url: https://github.com/mbedmicro/pyOCD -Source: https://files.pythonhosted.org/packages/source/p/pyOCD/pyOCD-%{version}.tar.gz +URL: https://github.com/mbedmicro/pyOCD +Source: https://files.pythonhosted.org/packages/source/p/pyocd/pyocd-%{version}.tar.gz +BuildRequires: %{python_module setuptools_scm_git_archive} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-usb -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Provides: python-pyocd = %{version} +Obsoletes: python-pyocd < %{version} BuildArch: noarch - %python_subpackages %description On-chip debugger and flasher tool for ARM microcontrollers. %prep -%setup -q -n pyOCD-%{version} +%setup -q -n pyocd-%{version} %build %python_build %install %python_install +%python_clone %{buildroot}%{_bindir}/pyocd %python_clone %{buildroot}%{_bindir}/pyocd-flashtool %python_clone %{buildroot}%{_bindir}/pyocd-gdbserver %python_clone %{buildroot}%{_bindir}/pyocd-tool %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%defattr(-,root,root,-) %{_bindir}/pyocd-flashtool-%{python_bin_suffix} %{_bindir}/pyocd-gdbserver-%{python_bin_suffix} %{_bindir}/pyocd-tool-%{python_bin_suffix} +%{_bindir}/pyocd-%{python_bin_suffix} +%python3_only %{_bindir}/pyocd %python3_only %{_bindir}/pyocd-flashtool %python3_only %{_bindir}/pyocd-gdbserver %python3_only %{_bindir}/pyocd-tool
