forked from pool/python-schema
- update to 0.7.7:
* type hints * fix: Fix setuptools not finding the schema package - drop remove-old-python-support.patch (upstream) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-schema?expand=0&rev=15
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-schema
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,15 +18,15 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-schema
|
||||
Version: 0.7.5
|
||||
Version: 0.7.7
|
||||
Release: 0
|
||||
Summary: Data validation library
|
||||
License: MIT
|
||||
URL: https://github.com/keleshev/schema
|
||||
Source: https://files.pythonhosted.org/packages/source/s/schema/schema-%{version}.tar.gz
|
||||
# PATCH-FIX-UPSTREAM gh#keleshev/schema#273
|
||||
Patch0: remove-old-python-support.patch
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
|
Reference in New Issue
Block a user