15
0

Accepting request 1272758 from devel:languages:python

- Update to version 3.12.2+git.1676426290.4fdb678:
  * Fix dmi_cache_size_2 will add unit twice.
  * v3.12.3
  * Add defined BIGENDIAN in types.h
  * Solve dmi_memory_device_extended_size WORD issue
  * Add bus address for type 09 in pymap.xml

OBS-URL: https://build.opensuse.org/request/show/1272758
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dmidecode?expand=0&rev=15
This commit is contained in:
2025-04-25 20:20:05 +00:00
committed by Git OBS Bridge
7 changed files with 27 additions and 13 deletions

View File

@@ -1,15 +1,14 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="versionprefix">3.12.2+git</param>
<service name="tar_scm" mode="manual">
<param name="versionprefix">3.12.3+git</param>
<param name="url">https://github.com/nima/python-dmidecode.git</param>
<param name="scm">git</param>
<param name="exclude">.git*</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">mcepl@cepl.eu</param>
</service>
<service name="recompress" mode="disabled">
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="disabled" />
<service name="set_version" mode="manual" />
</services>

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/nima/python-dmidecode.git</param>
<param name="changesrevision">e6ab5bc3b8b60fd560e411e148f6bf9571feae47</param></service></servicedata>
<param name="changesrevision">4fdb678f9bea418318131884dd3ffb0a9ab9d1d6</param></service></servicedata>

View File

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

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Apr 25 15:20:48 UTC 2025 - mcepl@cepl.eu
- Update to version 3.12.2+git.1676426290.4fdb678:
* Fix dmi_cache_size_2 will add unit twice.
* v3.12.3
* Add defined BIGENDIAN in types.h
* Solve dmi_memory_device_extended_size WORD issue
* Add bus address for type 09 in pymap.xml
-------------------------------------------------------------------
Mon Mar 3 10:46:32 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>

4
python-dmidecode.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
name: python-dmidecode
version: 3.12.2+git.1676426290.4fdb678
mtime: 1676426290
commit: 4fdb678f9bea418318131884dd3ffb0a9ab9d1d6

View File

@@ -20,13 +20,14 @@
%define modname dmidecode
%{?sle15_python_module_pythons}
Name: python-dmidecode
Version: 3.12.3
Version: 3.12.3+git.1676426290.4fdb678
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: https://github.com/nima/python-dmidecode/archive/refs/tags/v%%{version}.tar.gz#/python-dmidecode-%%{version}.tar.gz
Source0: %{name}-%{version}.tar.gz
Source99: python-dmidecode.rpmlintrc
# PATCH-FIX-UPSTREAM gcc7-inline.patch gh#nima/python-dmidecode#35 mcepl@suse.com
# Don't use inline keyword.
@@ -65,7 +66,7 @@ of the 'dmidecode' utility, and presents the data as python data
structures or as XML data using libxml2.
%prep
%autosetup -p1
%autosetup -p1 -n %{name}-%{version}
%build
export CFLAGS="%{optflags}"
@@ -113,7 +114,7 @@ fi
%ghost %{_datadir}/python-dmidecode/pymap.xml
%{_datadir}/python-dmidecode/pymap-%{python_bin_suffix}.xml
# %%{python_sitearch}/python_dmidecode-%%{version}*-info
%{python_sitearch}/python_dmidecode-3.12.2*-info
%{python_sitearch}/python_dmidecode-*-info
%{python_sitearch}/dmidecode.py
%{python_sitearch}/dmidecodemod.*.so
%pycache_only %{python_sitearch}/__pycache__/dmidecode*.pyc