From 82da28b520c20d341800a8aef4bc7625cfd354fc5e5bced4ff8b49de86f2ab27 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Fri, 9 Aug 2024 05:36:02 +0000 Subject: [PATCH] - Remove not needed python 2 Build dependency OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hishel?expand=0&rev=3 --- python-hishel.changes | 5 +++++ python-hishel.spec | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/python-hishel.changes b/python-hishel.changes index 383be7d..25f076a 100644 --- a/python-hishel.changes +++ b/python-hishel.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 9 05:34:39 UTC 2024 - Daniel Garcia + +- Remove not needed python 2 Build dependency + ------------------------------------------------------------------- Tue Jul 2 08:46:08 UTC 2024 - Daniel Garcia diff --git a/python-hishel.spec b/python-hishel.spec index 7f527f6..a3ffd74 100644 --- a/python-hishel.spec +++ b/python-hishel.spec @@ -23,21 +23,20 @@ Summary: Persistent cache implementation for httpx and httpcore License: BSD-3-Clause URL: https://github.com/karpetrosyan/hishel Source: https://github.com/karpetrosyan/hishel/archive/refs/tags/%{version}.tar.gz#/hishel-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module hatch-fancy-pypi-readme} BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module httpx >= 0.22.0} -BuildRequires: %{python_module typing_extensions >= 4.8.0} +BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module pytest} BuildRequires: %{python_module redis} -BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module trio} +BuildRequires: %{python_module typing_extensions >= 4.8.0} BuildRequires: %{pythons} # /SECTION BuildRequires: fdupes -BuildRequires: python Requires: python-httpx >= 0.22.0 Requires: python-typing_extensions >= 4.8.0 Suggests: python-pyyaml == 6.0.1