15
0
2025-06-16 06:20:07 +00:00
committed by Git OBS Bridge
parent 12a1488157
commit e0f4e83234
2 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 16 06:12:18 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyroject macros.
-------------------------------------------------------------------
Sun Jan 14 17:09:21 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-colander
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2013-2019 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -17,7 +17,6 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-colander
Version: 2.0
Release: 0
@@ -26,8 +25,10 @@ License: BSD-4-Clause AND ZPL-2.1 AND MIT
URL: https://github.com/Pylons/colander
Source: https://files.pythonhosted.org/packages/source/c/colander/colander-%{version}.tar.gz
BuildRequires: %{python_module Babel}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module translationstring}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-iso8601
@@ -60,10 +61,10 @@ An extensible package which can be used to:
%autosetup -p1 -n colander-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%find_lang colander
%python_expand %fdupes %{buildroot}%{$python_sitelib}
@@ -73,6 +74,7 @@ An extensible package which can be used to:
%files %{python_files}
%license LICENSE.txt
%doc CHANGES.rst README.rst
%{python_sitelib}/colander*
%{python_sitelib}/colander
%{python_sitelib}/colander-%{version}.dist-info
%changelog