14
0
forked from pool/python-spidev

Accepting request 823093 from home:mcalabkova:branches:devel:languages:python

- Update to 3.5
  * Fixed memory leaks

OBS-URL: https://build.opensuse.org/request/show/823093
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-spidev?expand=0&rev=4
This commit is contained in:
2020-07-28 09:24:15 +00:00
committed by Git OBS Bridge
parent c3ec2fa806
commit 62ed81c06b
4 changed files with 15 additions and 13 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 28 08:43:38 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 3.5
* Fixed memory leaks
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 7 14:25:22 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org> Thu Nov 7 14:25:22 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-spidev # spec file for package python-spidev
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,27 +17,23 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define orig_name spidev
Name: python-spidev Name: python-spidev
Version: 3.4 Version: 3.5
Release: 0 Release: 0
Summary: Python module for interfacing with SPI devices Summary: Python module for interfacing with SPI devices
License: MIT License: MIT
Url: https://pypi.org/project/spidev/ URL: https://pypi.org/project/spidev/
Source0: https://github.com/doceme/py-spidev/archive/v%{version}.tar.gz#/%{orig_name}-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/source/s/spidev/spidev-%{version}.tar.gz
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
%python_subpackages
%description %description
This package contains the python module for interfacing with SPI devices from user space via the spidev linux kernel driver. This package contains the python module for interfacing with SPI devices from user space via the spidev linux kernel driver.
%python_subpackages
%prep %prep
%setup -q -n py-spidev-%{version} %setup -q -n spidev-%{version}
%build %build
%python_build %python_build

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b72553a942105a0b92306622a7fcde16ac276ffb3433129754019efe5e8b19c7
size 10276

3
spidev-3.5.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8a7f5c289f161ea2ac4697fa8a10918232c990678dd0053084b3c43b1363910d
size 10866