summaryrefslogtreecommitdiff
path: root/dev-python/nose2/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-01 21:27:08 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-01 21:27:08 +0100
commiteba9df5b84c2fffc30cc3f300880000a60e38042 (patch)
tree0802b9523e183cfe3cd5cc3c680049a05b00a6a1 /dev-python/nose2/files
parentd14501acaa1e3634cb0a6f6e356923391009eb46 (diff)
gentoo auto-resync : 01:06:2023 - 21:27:08
Diffstat (limited to 'dev-python/nose2/files')
-rw-r--r--dev-python/nose2/files/nose2-0.12.0-version.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/nose2/files/nose2-0.12.0-version.patch b/dev-python/nose2/files/nose2-0.12.0-version.patch
deleted file mode 100644
index a6edfb04ca8d..000000000000
--- a/dev-python/nose2/files/nose2-0.12.0-version.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-https://bugs.gentoo.org/861656
-https://github.com/nose-devs/nose2/commit/fc3d69290462930bc0fa81cb69bc4c6e15f8ae66
-
-From: Stephen Rosen <sirosen@globus.org>
-Date: Sat, 16 Jul 2022 16:41:55 +0000
-Subject: [PATCH] Minor fixes regarding __version__ move
-
-Docs in conf.py and the CI build used `_version.py`, and just need
-minor updates.
---- a/docs/conf.py
-+++ b/docs/conf.py
-@@ -20,7 +20,7 @@
- master_doc = "index"
- project = "nose2"
- copyright = "2010-2022, Jason Pellerin, Stephen Rosen"
--version = release = nose2._version.__version__
-+version = release = nose2.__version__
- exclude_patterns = ["_build"]
- templates_path = ["_templates"]
-
-