14
0

- update to 3.10.14:

* Drop support for helper function 'to_utf8tex'.
  * Fix issue #123.
  * Improved strategy for 'goob' (issue #119).
  * Added pytest mark 'network' (issue #121)
  * Updated 'data ranges'.
- drop mark-network-tests.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isbnlib?expand=0&rev=4
This commit is contained in:
2023-12-17 01:49:14 +00:00
committed by Git OBS Bridge
parent ea552fc641
commit 73f31882d4
5 changed files with 16 additions and 222 deletions

View File

@@ -18,19 +18,17 @@
%define modname isbnlib
Name: python-isbnlib
Version: 3.10.12
Version: 3.10.14
Release: 0
Summary: Extract, clean, transform, hyphenate and metadata for ISBNs
License: LGPL-3.0-only
URL: https://github.com/xlcnd/isbnlib
Source: https://github.com/xlcnd/%{modname}/archive/refs/tags/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz
# PATCH-FIX-UPSTREAM mark-network-tests.patch gh#xlcnd/isbnlib#121 mcepl@suse.com
# mark tests requiring network access so they may be skipped
Patch0: mark-network-tests.patch
BuildRequires: %{python_module anyio}
BuildRequires: %{python_module flaky}
BuildRequires: %{python_module hypothesis}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest-forked}
BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest-xdist}