From 78a699670baf7efee7bd4bad08b1a84c76d2284d Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Tue, 16 Jan 2024 01:43:28 +0300 Subject: [PATCH] update --- SOURCES/hypothesis-3.12.0-offline.patch | 10 ---- SOURCES/missing-epel9-test-brs.json | 69 +++++++++++++++++++++++++ 2 files changed, 69 insertions(+), 10 deletions(-) delete mode 100644 SOURCES/hypothesis-3.12.0-offline.patch create mode 100644 SOURCES/missing-epel9-test-brs.json diff --git a/SOURCES/hypothesis-3.12.0-offline.patch b/SOURCES/hypothesis-3.12.0-offline.patch deleted file mode 100644 index 3da7157..0000000 --- a/SOURCES/hypothesis-3.12.0-offline.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- hypothesis-python-3.12.0/docs/conf.py.orig 2017-07-06 23:59:48.000000000 -0700 -+++ hypothesis-python-3.12.0/docs/conf.py 2017-07-10 22:27:58.643985059 -0700 -@@ -40,7 +40,6 @@ - 'sphinx.ext.doctest', - 'sphinx.ext.extlinks', - 'sphinx.ext.viewcode', -- 'sphinx.ext.intersphinx', - ] - - templates_path = ['_templates'] diff --git a/SOURCES/missing-epel9-test-brs.json b/SOURCES/missing-epel9-test-brs.json new file mode 100644 index 0000000..681399b --- /dev/null +++ b/SOURCES/missing-epel9-test-brs.json @@ -0,0 +1,69 @@ +{ + "python-typing-extensions": { + "build": { + "python-pytest-xdist": [ + "python3-pytest-xdist" + ] + } + }, + "python-pytest-xdist": { + "build": { + "python-execnet": [ + "python3dist(execnet) >= 1.1" + ] + } + }, + "python-execnet": { + "build": { + "python-gevent": [ + "python3-gevent" + ] + } + }, + "python-gevent": { + "build": { + "python-zope-interface": [ + "python3-zope-interface" + ] + } + }, + "python-zope-interface": { + "build": { + "python3-docs": [ + "python3-docs" + ], + "python-repoze-sphinx-autointerface": [ + "python3dist(repoze-sphinx-autointerface)" + ], + "python-zope-event": [ + "python3dist(zope-event)" + ] + } + }, + "python3-docs": { + "build": { + "linkchecker": [ + "linkchecker" + ], + "python-docs-theme": [ + "python3-docs-theme >= 2022.1" + ] + } + }, + "linkchecker": { + "build": {} + }, + "python-docs-theme": { + "build": {} + }, + "python-repoze-sphinx-autointerface": { + "build": { + "python-zope-interface": [ + "python3dist(zope-interface)" + ] + } + }, + "python-zope-event": { + "build": {} + } +} \ No newline at end of file