From b04ceac70517416aff19d83d7dbab866f96c3a90 Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Fri, 2 Feb 2024 10:50:21 -0600 Subject: [PATCH] Bump revision after skipping tests Resolves: RHEL-12339 Signed-off-by: Major Hayden --- python-awscrt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-awscrt.spec b/python-awscrt.spec index b4cb77d..2d52ace 100644 --- a/python-awscrt.spec +++ b/python-awscrt.spec @@ -4,7 +4,7 @@ Python bindings for the AWS Common Runtime} Name: python-awscrt Version: 0.16.16 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python bindings for the AWS Common Runtime # All files are licensed under Apache-2.0, except: @@ -76,6 +76,9 @@ PYTHONPATH="%{buildroot}%{python3_sitearch}:%{buildroot}%{python3_sitelib}" %{py %changelog +* Fri Feb 02 2024 Major Hayden - 0.16.16-3 +- Skip additional network tests + * Wed Jan 31 2024 Major Hayden - 0.16.16-2 - Skip websocket test as it requires networking