commit:     c52ef81c670d0d53f9fc5f42e3a28fe78ccdf27d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  2 13:52:43 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr  2 13:53:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c52ef81c

dev-python/nbformat: Fix hardcoded version number

Put the correct version number into the patch, to solve the problem
until the revbump is keyworded and stabilized.

Closes: https://bugs.gentoo.org/928427
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/nbformat/files/nbformat-5.7.1-no-node.patch                  | 2 +-
 .../nbformat/{nbformat-5.10.3.ebuild => nbformat-5.10.3-r1.ebuild}      | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbformat/files/nbformat-5.7.1-no-node.patch 
b/dev-python/nbformat/files/nbformat-5.7.1-no-node.patch
index e88cc8cdd522..dc2bfb7c0ab7 100644
--- a/dev-python/nbformat/files/nbformat-5.7.1-no-node.patch
+++ b/dev-python/nbformat/files/nbformat-5.7.1-no-node.patch
@@ -11,7 +11,7 @@ index e30d156..97e57de 100644
  [project]
  name = "nbformat"
 -dynamic = ["version"]
-+version = "5.7.1"
++version = "5.10.3"
  description = "The Jupyter Notebook format"
  license = { file = "COPYING.md" }
  keywords = ["Interactive", "Interpreter", "Shell", "Web"]

diff --git a/dev-python/nbformat/nbformat-5.10.3.ebuild 
b/dev-python/nbformat/nbformat-5.10.3-r1.ebuild
similarity index 100%
rename from dev-python/nbformat/nbformat-5.10.3.ebuild
rename to dev-python/nbformat/nbformat-5.10.3-r1.ebuild

Reply via email to