From 446f9b23ba6c7e1b31b9342ea36b817db4282b73 Mon Sep 17 00:00:00 2001 From: mcepl <> Date: Apr 25 2025 21:11:57 +0000 Subject: Update python-dmidecode to version 3.12.3+git.1676426290.4fdb678 / rev 15 via SR 1272758 https://build.opensuse.org/request/show/1272758 by user mcepl + anag_factory - 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 --- diff --git a/.files b/.files index b3ff3d4..a76a2d0 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 56fa8a1..f38f526 100644 --- a/.rev +++ b/.rev @@ -166,4 +166,18 @@ gh#nima/python-dmidecode#60 bsc#1237685</comment> <requestid>1249683</requestid> </revision> + <revision rev="15" vrev="1"> + <srcmd5>2b81a6150c1c8350b8188c31dddb4432</srcmd5> + <version>3.12.3+git.1676426290.4fdb678</version> + <time>1745612405</time> + <user>anag_factory</user> + <comment>- 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 +</comment> + <requestid>1272758</requestid> + </revision> </revisionlist> diff --git a/_service b/_service index 7493fd8..f97f4e7 100644 --- a/_service +++ b/_service @@ -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> diff --git a/_servicedata b/_servicedata index f552e7f..8607952 100644 --- a/_servicedata +++ b/_servicedata @@ -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> \ No newline at end of file + <param name="changesrevision">4fdb678f9bea418318131884dd3ffb0a9ab9d1d6</param></service></servicedata> \ 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 120000 index 0000000..9d6cffe --- /dev/null +++ b/python-dmidecode-3.12.3+git.1676426290.4fdb678.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreigk3nbsxsxfqec7qab3o2g5c6ybmsx7jfbxf6lsj7bh32kufttc6e \ No newline at end of file diff --git a/python-dmidecode-3.12.3.tar.gz b/python-dmidecode-3.12.3.tar.gz deleted file mode 120000 index e66a485..0000000 --- a/python-dmidecode-3.12.3.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreice2rox3a2efegclheytu5ph5quy6bxzpmfauwuq2w7urvby53rmq \ No newline at end of file diff --git a/python-dmidecode.changes b/python-dmidecode.changes index 59b8b6e..340b034 100644 --- a/python-dmidecode.changes +++ b/python-dmidecode.changes @@ -1,4 +1,14 @@ ------------------------------------------------------------------- +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> - Add patch fix-loglevel.patch to fix invalid log level error. diff --git a/python-dmidecode.obsinfo b/python-dmidecode.obsinfo new file mode 100644 index 0000000..3b1a93d --- /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 10c77e7..490ffc1 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