From 17ce7ba06b24d6e3f340280166d91a40b7866e75 Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Mon, 15 May 2023 21:47:44 +0200 Subject: [PATCH] Replace whole repo with latest content from branch stream-2.22.0-rhel-8.8.0 Content corresponds with RHEL dist-git commit 7ded524 --- .gitignore | 1 - Empty-security-extras.patch | 13 ------------- gating.yaml | 6 ------ 3 files changed, 20 deletions(-) delete mode 100644 Empty-security-extras.patch delete mode 100644 gating.yaml diff --git a/.gitignore b/.gitignore index a5b0bec..18e32ff 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -SOURCES/requests-v2.22.0.tar.gz /requests-v2.22.0.tar.gz diff --git a/Empty-security-extras.patch b/Empty-security-extras.patch deleted file mode 100644 index 1f1e658..0000000 --- a/Empty-security-extras.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/setup.py b/setup.py -index 065eb22..043ae42 100755 ---- a/setup.py -+++ b/setup.py -@@ -100,7 +100,7 @@ setup( - cmdclass={'test': PyTest}, - tests_require=test_requirements, - extras_require={ -- 'security': ['pyOpenSSL >= 0.14', 'cryptography>=1.3.4'], -+ 'security': [], - 'socks': ['PySocks>=1.5.6, !=1.5.7'], - 'socks:sys_platform == "win32" and python_version == "2.7"': ['win_inet_pton'], - }, diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index 581f7ac..0000000 --- a/gating.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- !Policy -product_versions: - - rhel-9 -decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} \ No newline at end of file