15
0
forked from pool/python-hishel

- Remove not needed python 2 Build dependency

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hishel?expand=0&rev=3
This commit is contained in:
2024-08-09 05:36:02 +00:00
committed by Git OBS Bridge
parent e9846ce7f3
commit 82da28b520
2 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 9 05:34:39 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Remove not needed python 2 Build dependency
-------------------------------------------------------------------
Tue Jul 2 08:46:08 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -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