public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Orion Poplawski <orion@nwra.com>
To: git-commits@fedoraproject.org
Subject: [rpms/openvino] origin/pr/8/head: Apply upstream patch for numpy 2.2 support
Date: Thu, 11 Jun 2026 16:10:46 GMT	[thread overview]
Message-ID: <178119424609.1.1373931276764644655.rpms-openvino-9fff81c4660f@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/openvino
Branch : origin/pr/8/head
Commit : 9fff81c4660f51541e27e98e51c29be10951590d
Author : Orion Poplawski <orion@nwra.com>
Date   : 2024-12-18T21:41:34-07:00
Stats  : +32/-0 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/openvino/c/9fff81c4660f51541e27e98e51c29be10951590d?branch=origin/pr/8/head

Log:
Apply upstream patch for numpy 2.2 support

---
diff --git a/28039.patch b/28039.patch
new file mode 100644
index 0000000..e702295
--- /dev/null
+++ b/28039.patch
@@ -0,0 +1,30 @@
+From 5e23f2a09c530834d4ea41f9901921c61da3381d Mon Sep 17 00:00:00 2001
+From: h6197627 <44726212+h6197627@users.noreply.github.com>
+Date: Wed, 11 Dec 2024 17:42:44 +0200
+Subject: [PATCH] [PyOV] update numpy <2.3.0
+
+---
+ src/bindings/python/constraints.txt  | 2 +-
+ src/bindings/python/requirements.txt | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/bindings/python/constraints.txt b/src/bindings/python/constraints.txt
+index cc1d4514b7bbfe..4d65603a5323ab 100644
+--- a/src/bindings/python/constraints.txt
++++ b/src/bindings/python/constraints.txt
+@@ -1,5 +1,5 @@
+ # used in multiple components
+-numpy>=1.16.6,<2.2.0  # Python bindings, frontends
++numpy>=1.16.6,<2.3.0  # Python bindings, frontends
+ 
+ # pytest
+ pytest>=5.0,<8.4
+diff --git a/src/bindings/python/requirements.txt b/src/bindings/python/requirements.txt
+index a2d63161fe764c..febb91d5ecee55 100644
+--- a/src/bindings/python/requirements.txt
++++ b/src/bindings/python/requirements.txt
+@@ -1,3 +1,3 @@
+-numpy>=1.16.6,<2.2.0
++numpy>=1.16.6,<2.3.0
+ openvino-telemetry>=2023.2.1
+ packaging

diff --git a/openvino.spec b/openvino.spec
index a91704d..cb5954c 100644
--- a/openvino.spec
+++ b/openvino.spec
@@ -46,6 +46,8 @@ Source3:	dependencies.cmake
 Source4:	pyproject.toml
 
 Patch0:		openvino-fedora.patch
+# Support numpy 2.2.0
+Patch1:         https://github.com/openvinotoolkit/openvino/pull/28039.patch
 
 ExclusiveArch:	x86_64
 

                 reply	other threads:[~2026-06-11 16:10 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=178119424609.1.1373931276764644655.rpms-openvino-9fff81c4660f@fedoraproject.org \
    --to=orion@nwra.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