15
0

2 Commits

Author SHA256 Message Date
a653c48bac Accepting request 1294215 from devel:languages:python
- update to 1.5.25:
  * remove logo
  * don't require list
  * only pull forbiddenfruit if impl is cpython

OBS-URL: https://build.opensuse.org/request/show/1294215
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blockbuster?expand=0&rev=2
2025-07-18 13:57:46 +00:00
a2a1f626c1 - update to 1.5.25:
* remove logo
  * don't require list
  * only pull forbiddenfruit if impl is cpython

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blockbuster?expand=0&rev=2
2025-07-17 19:21:07 +00:00
4 changed files with 16 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:97645775761a5d425666ec0bc99629b65c7eccdc2f770d2439850682567af4ec
size 51245

BIN
blockbuster-1.5.25.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Jul 17 19:20:34 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 1.5.25:
* remove logo
* don't require list
* only pull forbiddenfruit if impl is cpython
-------------------------------------------------------------------
Fri Jun 20 07:21:02 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -17,19 +17,19 @@
Name: python-blockbuster
Version: 1.5.24
Version: 1.5.25
Release: 0
Summary: Utility to detect blocking calls in the async event loop
License: Apache-2.0
URL: https://github.com/cbornet/blockbuster.git
URL: https://github.com/cbornet/blockbuster
Source: https://files.pythonhosted.org/packages/source/b/blockbuster/blockbuster-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module forbiddenfruit >= 0.1.4}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module sqlite3}
# /SECTION