Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37859190
en ru br
ALT Linux repos
S:5.9.2-alt1

Group :: Development/Python3
RPM: python3-module-nbformat

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: nbformat-build-test.patch
Download


--- python3-module-nbformat-5.7.3/pyproject.toml.orig	2023-01-12 12:35:09.000000000 +0000
+++ python3-module-nbformat-5.7.3/pyproject.toml	2023-02-04 16:14:08.965417119 +0000
@@ -1,10 +1,10 @@
 [build-system]
-requires = ["hatchling>=1.5", "hatch-nodejs-version"]
+requires = ["hatchling>=1.5"]
 build-backend = "hatchling.build"
 
 [project]
 name = "nbformat"
-dynamic = ["version"]
+version = "{VERSION}"
 description = "The Jupyter Notebook format"
 license = { file = "COPYING.md" }
 keywords = ["Interactive", "Interpreter", "Shell", "Web"]
@@ -59,9 +59,6 @@
 [project.scripts]
 jupyter-trust = "nbformat.sign:TrustNotebookApp.launch_instance"
 
-[tool.hatch.version]
-source = "nodejs"
-
 [tool.hatch.envs.docs]
 features = ["docs"]
 [tool.hatch.envs.docs.scripts]
@@ -103,6 +100,7 @@
 
 [tool.pytest.ini_options]
 addopts = "-raXs --durations 10 --color=yes --doctest-modules"
+asyncio_mode = "strict"
 testpaths = [
     "tests/",
 ]
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin