diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-04-02 15:52:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-04-02 15:53:46 +0200 |
commit | c52ef81c670d0d53f9fc5f42e3a28fe78ccdf27d (patch) | |
tree | 6abd7933e02dc6f7f170652c0c74d84203cb1638 /dev-python/nbformat | |
parent | dev-python/hatch-nodejs-version: New package, v0.3.2 (diff) | |
download | gentoo-c52ef81c670d0d53f9fc5f42e3a28fe78ccdf27d.tar.gz gentoo-c52ef81c670d0d53f9fc5f42e3a28fe78ccdf27d.tar.bz2 gentoo-c52ef81c670d0d53f9fc5f42e3a28fe78ccdf27d.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/nbformat')
-rw-r--r-- | dev-python/nbformat/files/nbformat-5.7.1-no-node.patch | 2 | ||||
-rw-r--r-- | dev-python/nbformat/nbformat-5.10.3-r1.ebuild (renamed from dev-python/nbformat/nbformat-5.10.3.ebuild) | 0 |
2 files changed, 1 insertions, 1 deletions
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 index 8f22f3a6b876..8f22f3a6b876 100644 --- a/dev-python/nbformat/nbformat-5.10.3.ebuild +++ b/dev-python/nbformat/nbformat-5.10.3-r1.ebuild |