Hello community,

here is the log from the commit of package python-pyOCD for openSUSE:Leap:15.2 
checked in at 2020-03-09 18:11:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-pyOCD (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-pyOCD.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyOCD"

Mon Mar  9 18:11:03 2020 rev:4 rq:776951 version:0.22.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-pyOCD/python-pyOCD.changes      
2020-01-15 15:51:45.835540146 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-pyOCD.new.26092/python-pyOCD.changes   
2020-03-09 18:11:04.581171684 +0100
@@ -1,0 +2,18 @@
+Tue Sep 10 12:47:32 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.22.0:
+  * Fixed regression with Cypress PSoC6 targets (#680) and merged in 
cumulative PSoC6 updates from Cypress.
+  * Resolved a number of issues (but not all) with NXP LPC55S69.
+  * Update ST NUCLEO-H743ZI.
+  * Correct the wrong part number for MIMXRT1064-EVK board.
+  * Correct part number for ST NUCLEO-WB55RG board.
+  * Fix location of input data for flash algorithms in STM32F412xx target.
+  * Address an issue with the built-in target STM32L031x6 by disabling double 
buffered flash programming.
+
+-------------------------------------------------------------------
+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.22.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pyOCD.spec ++++++
--- /var/tmp/diff_new_pack.csU1wb/_old  2020-03-09 18:11:04.989172269 +0100
+++ /var/tmp/diff_new_pack.csU1wb/_new  2020-03-09 18:11:04.993172275 +0100
@@ -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.22.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


Reply via email to