public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-ipmi] f43: update to 0.5.8 fixes rhbz#2322669
@ 2026-06-13  0:03 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-06-13  0:03 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-ipmi
            Branch : f43
            Commit : 8e1b242aaadeb1a88f30f7d896fef6cd9c4c729f
            Author : Filipe Rosset <filiperosset@fedoraproject.org>
            Date   : 2026-06-12T20:51:46-03:00
            Stats  : +5/-10 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-ipmi/c/8e1b242aaadeb1a88f30f7d896fef6cd9c4c729f?branch=f43

            Log:
            update to 0.5.8 fixes rhbz#2322669

Signed-off-by: Filipe Rosset <filiperosset@fedoraproject.org>

---
diff --git a/.gitignore b/.gitignore
index 9cccb78..d76ba67 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1 @@
-/python-ipmi-0.4.1.tar.gz
-/python-ipmi-0.4.2.tar.gz
-/python-ipmi-0.5.0.tar.gz
-/python-ipmi-0.5.1.tar.gz
-/python-ipmi-0.5.2.tar.gz
-/python-ipmi-0.5.4.tar.gz
-/python-ipmi-0.5.5.tar.gz
+/python-ipmi-*.tar.gz

diff --git a/python-ipmi.spec b/python-ipmi.spec
index 0cb70da..0c2a820 100644
--- a/python-ipmi.spec
+++ b/python-ipmi.spec
@@ -2,7 +2,7 @@
 %global srcname ipmi
 
 Name:           python-%{srcname}
-Version:        0.5.5
+Version:        0.5.8
 Release:        %autorelease
 Summary:        Pure python IPMI library
 License:        LGPL-2.1-or-later
@@ -26,6 +26,7 @@ Pure Python IPMI Library.
 
 %prep
 %autosetup -n %{pypi_name}-%{version} -p1
+echo "__version__ = '%{version}'" > pyipmi/version.py
 
 find . -type f -name "*.py" -exec sed -i '/^#![  ]*\/usr\/bin\/env.*$/ d' {} ';'
 sed -i 's/from mock import/from unittest.mock import/g' tests/*.py
@@ -42,7 +43,7 @@ sed -i 's/from mock import/from unittest.mock import/g' tests/*.py
 
 %check
 %pyproject_check_import
-%pytest -k "not (test_fru_inventory_from_file or test_board_area or test_product_area or test_multirecord_with_power_module_capability_record or test_upgrade_image)"
+%pytest
 
 %files -n python3-%{srcname} -f %{pyproject_files}
 %license COPYING

diff --git a/sources b/sources
index 00437eb..0ef4be0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (python-ipmi-0.5.5.tar.gz) = 77c1f188b495b34d375667fd93dba84dfbc8981a840488c1fa23418319d186a3b3661a62882283510ec71ac0d22550908f318ac3b5724a13e8b0128530b223f9
+SHA512 (python-ipmi-0.5.8.tar.gz) = 80bf285be71b04b8a2eb3bcce9942d50e03e1b0f64bf5f1fd91c9ddb04827749868607406a4cb7053e37519ce0a39c4c3ad3e6ad5d11448e32f76cbe53f087b0

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-13  0:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-13  0:03 [rpms/python-ipmi] f43: update to 0.5.8 fixes rhbz#2322669 Filipe Rosset

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox