From 5f24b541af4d7fbc5954f50bb8352f1e8976608198c44ae2f57e2002e8b730b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 30 Sep 2025 07:30:10 +0000 Subject: [PATCH] - Drop no-longer-needed dependency on httpretty, dropped in 2.6.0 * https://github.com/PyGithub/PyGithub/pull/3087 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyGithub?expand=0&rev=55 --- python-PyGithub.changes | 6 ++++++ python-PyGithub.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-PyGithub.changes b/python-PyGithub.changes index 37c7941..8c072c7 100644 --- a/python-PyGithub.changes +++ b/python-PyGithub.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 30 07:28:07 UTC 2025 - Markéta Machová + +- Drop no-longer-needed dependency on httpretty, dropped in 2.6.0 + * https://github.com/PyGithub/PyGithub/pull/3087 + ------------------------------------------------------------------- Mon Apr 14 06:16:31 UTC 2025 - Steve Kowalik diff --git a/python-PyGithub.spec b/python-PyGithub.spec index 10d5736..6903923 100644 --- a/python-PyGithub.spec +++ b/python-PyGithub.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyGithub # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -49,7 +49,6 @@ Requires: python-urllib3 >= 1.26.0 Provides: python-pygithub = %{version}-%{release} # SECTION test requirements BuildRequires: %{python_module pytest} -BuildRequires: %{python_module httpretty} # /SECTION BuildArch: noarch %python_subpackages