public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-pyvmomi] rawhide: Update to 9.1.0.0
Date: Thu, 06 Aug 2026 00:12:46 GMT [thread overview]
Message-ID: <178597516639.1.11501741058601820519.rpms-python-pyvmomi-f2ef79b1542c@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-pyvmomi
Branch : rawhide
Commit : f2ef79b1542cf70ba2b4db3eb487682e9e7e10d9
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-07-27T20:03:49-03:00
Stats : +29/-15 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/python-pyvmomi/c/f2ef79b1542cf70ba2b4db3eb487682e9e7e10d9?branch=rawhide
Log:
Update to 9.1.0.0
Resolves: rhbz#2435016
---
diff --git a/.gitignore b/.gitignore
index a367b1c..0857298 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,5 @@
/pyvmomi-7.0.2.tar.gz
/pyvmomi-7.0.3.tar.gz
/pyvmomi-8.0.3.0.1.tar.gz
+/pyvmomi-9.0.0.0.tar.gz
+/pyvmomi-9.1.0.0.tar.gz
diff --git a/00-test-requirements.patch b/00-test-requirements.patch
index bac9071..91728e9 100644
--- a/00-test-requirements.patch
+++ b/00-test-requirements.patch
@@ -1,14 +1,24 @@
-diff -up pyvmomi-9.0.0.0/pyproject.toml_fix pyvmomi-9.0.0.0/pyproject.toml
---- pyvmomi-9.0.0.0/pyproject.toml_fix 2025-10-12 12:50:46.755002978 -0500
-+++ pyvmomi-9.0.0.0/pyproject.toml 2025-10-13 13:15:56.972903816 -0500
-@@ -63,8 +63,6 @@ env_list = ["3.9", "3.10", "3.11", "3.12
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -63,7 +63,6 @@ env_list = ["3.10", "3.11", "3.12", "3.1
[tool.tox.env_run_base]
description = "Run test under {base_python}"
deps = [
-- "mock",
-- "discover",
-- "vcrpy==3.0.0",
+- "mock==5.2.0",
+- "vcrpy==7.0.0",
+ "vcrpy",
]
-commands = [["python", "-m", "unittest", "discover", "tests"]]
+commands = [["pytest", "-vvv"]]
+--- a/tests/test_connect.py
++++ b/tests/test_connect.py
+@@ -132,7 +132,8 @@ class ConnectionTests(tests.VCRTestBase)
+
+ @tests.VCRTestBase.my_vcr.use_cassette('http_proxy.yaml',
+ cassette_library_dir=tests.fixtures_path,
+- record_mode='once')
++ record_mode='once',
++ match_on=['method', 'scheme', 'path', 'query'])
+ def test_http_proxy(self):
+ conn = connect.SoapStubAdapter(
+ 'vcenter.test',
diff --git a/python-pyvmomi.spec b/python-pyvmomi.spec
index 4a8d733..5c8bde3 100644
--- a/python-pyvmomi.spec
+++ b/python-pyvmomi.spec
@@ -5,8 +5,8 @@ pyVmomi is the Python SDK for the vSphere API that allows you to manage\
ESX, ESXi, and vCenter.}
Name: python-%{srcname}
-Version: 9.0.0.0
-Release: 4%{?dist}
+Version: 9.1.0.0
+Release: 1%{?dist}
Summary: vSphere Python SDK
License: Apache-2.0
URL: https://github.com/vmware/%{srcname}
@@ -16,6 +16,9 @@ Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz
# Remove un-needed test deps. Changed to use pytest.
Patch0: 00-test-requirements.patch
+BuildRequires: dos2unix
+BuildRequires: pytest
+BuildRequires: python3-devel
BuildArch: noarch
%description %desc
@@ -23,9 +26,6 @@ BuildArch: noarch
%dnl---------------------------------------------------------------------------
%package -n python3-%{srcname}
Summary: vSphere SDK for Python3
-BuildRequires: python3-devel
-BuildRequires: dos2unix
-BuildRequires: pytest
%description -n python3-%{srcname} %desc
@@ -61,6 +61,10 @@ find . -name '*.py' -exec sed -i 's@/usr/bin/env python@@' {} \;
%changelog
+* Mon Jul 27 2026 Filipe Rosset <rosset.filipe@gmail.com> - 9.1.0.0-1
+- Update to 9.1.0.0
+- Resolves: rhbz#2435016
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.0.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
diff --git a/sources b/sources
index a126b9a..789633a 100644
--- a/sources
+++ b/sources
@@ -1,3 +1 @@
-SHA512 (pyvmomi-7.0.3.tar.gz) = f3277cd1289bf66e549e342aa4e2f252e3926692af0cb613136bd683c9b75db8204571a7522f255afbe9c202399eadcb875ae0070f670579cb4622c203d9e00d
-SHA512 (pyvmomi-8.0.3.0.1.tar.gz) = 3c27d687b02db3d0da9071d9b3b4c02fe556645562ebf0c4d8542f488f2bb3fea2e34affc142693b7eb0972b649bbdaef24eb97e18f248e741d5ceb66f58f5c4
-SHA512 (pyvmomi-9.0.0.0.tar.gz) = 47fbab3124abfc4449313cb61195c96d1d4dfb6ecc004d7bd9ecd9e62eea0186e86f88f88692b818fe25ecba3cd208b89732ecaba8b52aecd2381d23acd49deb
+SHA512 (pyvmomi-9.1.0.0.tar.gz) = 9757ab54602e288945d4f594a4203d6205c6d77ec909f858daa771a713d86a9b0a75b60604d491954b4b13fece5ac57f8112259434e993bd192731fc5cba97ad
reply other threads:[~2026-08-06 0:12 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=178597516639.1.11501741058601820519.rpms-python-pyvmomi-f2ef79b1542c@fedoraproject.org \
--to=rosset.filipe@gmail.com \
--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