15
0

- Update to the upstream release 3.12.3:

- consolidation of previous git commits
  - support SMBIOS3.3.0
- Remove upstreamed huge-memory.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dmidecode?expand=0&rev=24
This commit is contained in:
2022-11-19 20:38:24 +00:00
committed by Git OBS Bridge
parent 83c674b8f9
commit 4f2655b235
5 changed files with 14 additions and 24 deletions

View File

@@ -19,17 +19,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-dmidecode
Version: 3.12.2+git.1666757106.e6ab5bc
Version: 3.12.3
Release: 0
Summary: Python module to access DMI data
License: GPL-2.0-only
Group: System/Libraries
URL: https://github.com/nima/python-dmidecode
# Source0: https://github.com/nima/python-dmidecode/archive/refs/tags/v%%{version}.tar.gz#/python-dmidecode-%%{version}.tar.gz
Source0: python-dmidecode-%{version}.tar.gz
# PATCH-FIX-UPSTREAM huge-memory.patch gh#nima/python-dmidecode#33 mcepl@suse.com
# use DWORD instead of WORD when calling dmi_memory_device_extended_size
Patch0: huge-memory.patch
Source0: https://github.com/nima/python-dmidecode/archive/refs/tags/v%{version}.tar.gz#/python-dmidecode-%{version}.tar.gz
# Source0: python-dmidecode-%{version}.tar.gz
# PATCH-FIX-UPSTREAM gcc7-inline.patch gh#nima/python-dmidecode#35 mcepl@suse.com
# Don't use inline keyword.
Patch1: gcc7-inline.patch