From cfd62019a98d1499d9c952ccfa468493149ad6b9229bbbb2dca0ae7af6725b0b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 25 Apr 2025 15:29:45 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python/python-dmidecode?expand=0&rev=38 --- _service | 9 ++++----- _servicedata | 2 +- python-dmidecode-3.12.3+git.1676426290.4fdb678.tar.gz | 3 +++ python-dmidecode-3.12.3.tar.gz | 3 --- python-dmidecode.changes | 10 ++++++++++ python-dmidecode.obsinfo | 4 ++++ python-dmidecode.spec | 9 +++++---- 7 files changed, 27 insertions(+), 13 deletions(-) create mode 100644 python-dmidecode-3.12.3+git.1676426290.4fdb678.tar.gz delete mode 100644 python-dmidecode-3.12.3.tar.gz create mode 100644 python-dmidecode.obsinfo diff --git a/_service b/_service index 7928ab7..954e278 100644 --- a/_service +++ b/_service @@ -1,15 +1,14 @@ - - 3.12.2+git + + 3.12.3+git https://github.com/nima/python-dmidecode.git git - .git* enable mcepl@cepl.eu - + *.tar gz - + diff --git a/_servicedata b/_servicedata index ad48c70..ec0ef9e 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/nima/python-dmidecode.git - e6ab5bc3b8b60fd560e411e148f6bf9571feae47 \ No newline at end of file + 4fdb678f9bea418318131884dd3ffb0a9ab9d1d6 \ No newline at end of file diff --git a/python-dmidecode-3.12.3+git.1676426290.4fdb678.tar.gz b/python-dmidecode-3.12.3+git.1676426290.4fdb678.tar.gz new file mode 100644 index 0000000..2d6045a --- /dev/null +++ b/python-dmidecode-3.12.3+git.1676426290.4fdb678.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cadb432bcae58105f8003b768dd17b0164aff494372f9724fc27de9542ce62f1 +size 160736 diff --git a/python-dmidecode-3.12.3.tar.gz b/python-dmidecode-3.12.3.tar.gz deleted file mode 100644 index 33a2136..0000000 --- a/python-dmidecode-3.12.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44d45d7d8344290c259c989d3af3f614c7837cbd85052d486adfa46a1c777164 -size 156670 diff --git a/python-dmidecode.changes b/python-dmidecode.changes index 88636c2..dd929ec 100644 --- a/python-dmidecode.changes +++ b/python-dmidecode.changes @@ -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 diff --git a/python-dmidecode.obsinfo b/python-dmidecode.obsinfo new file mode 100644 index 0000000..c16fd31 --- /dev/null +++ b/python-dmidecode.obsinfo @@ -0,0 +1,4 @@ +name: python-dmidecode +version: 3.12.2+git.1676426290.4fdb678 +mtime: 1676426290 +commit: 4fdb678f9bea418318131884dd3ffb0a9ab9d1d6 diff --git a/python-dmidecode.spec b/python-dmidecode.spec index c432ad2..83917b5 100644 --- a/python-dmidecode.spec +++ b/python-dmidecode.spec @@ -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