forked from pool/python-marshmallow
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
236fe34a1c | ||
46e3501b46 | |||
|
ef7ac719b9 | ||
539c72aea6 |
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 27 22:54:09 UTC 2024 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
- Add python-packaging to Requires, as stated in pyproject.toml.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 26 12:35:03 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
@ -241,7 +246,7 @@ Wed Sep 11 12:45:35 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 26 14:10:28 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- Update to 3.0.1
|
||||
- Update to 3.0.1 (bsc#1109179, CVE-2018-17175):
|
||||
* Many changes, some of them breaking. For example:
|
||||
* Remove support for Python 2 (#1120). Only Python>=3.5 is supported.
|
||||
* Allow input value to be included in error messages for a number of fields.
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-marshmallow
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -34,6 +34,7 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-packaging >= 17.0
|
||||
Suggests: %{name}-doc
|
||||
Suggests: python-python-dateutil
|
||||
Suggests: python-simplejson
|
||||
|
Loading…
x
Reference in New Issue
Block a user