forked from pool/python-pylink-square
- update to 1.2.0:
* @cpattenden-sq: Fixed bug in `flash()` where return value was being checked against a `void` function; would lead to exceptions being raised unexpectedly. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylink-square?expand=0&rev=3
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:12d6b03f39a2a70beb1d4df08cc7b464bc7518a9131e498f1e4055236044d4ac
|
||||
size 165808
|
3
pylink-square-1.2.0.tar.gz
Normal file
3
pylink-square-1.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:736cf9e0272e87cdca1189f632f8d511e8f079c0ab96252fc331189490253ac3
|
||||
size 165868
|
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 14 21:05:14 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.2.0:
|
||||
* @cpattenden-sq: Fixed bug in `flash()` where return value was
|
||||
being checked against a `void` function; would lead to
|
||||
exceptions being raised unexpectedly.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 12 12:09:27 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
|
@@ -18,16 +18,16 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pylink-square
|
||||
Version: 1.1.0
|
||||
Version: 1.2.0
|
||||
Release: 0
|
||||
Summary: Python interface for SEGGER J-Link
|
||||
License: Apache-2.0
|
||||
URL: http://www.github.com/Square/pylink
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pylink-square/pylink-square-%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module psutil >= 5.2.2}
|
||||
@@ -38,7 +38,7 @@ BuildRequires: fdupes
|
||||
Requires: python-psutil >= 5.2.2
|
||||
Requires: python-six
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
Reference in New Issue
Block a user