public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <filiperosset@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/python-ipmi] f44: update to 0.5.8 fixes rhbz#2322669
Date: Sat, 13 Jun 2026 00:02:57 GMT [thread overview]
Message-ID: <178130897761.1.9313659742929582697.rpms-python-ipmi-8e1b242aaade@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-ipmi
Branch : f44
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=f44
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
reply other threads:[~2026-06-13 0:02 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178130897761.1.9313659742929582697.rpms-python-ipmi-8e1b242aaade@fedoraproject.org \
--to=filiperosset@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox