Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| bf9d185b4a | |||
| 151c7e0dd6 | |||
| de5c8e05af | |||
| ea6ac7e389 |
@@ -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>
|
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>
|
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:
|
* Many changes, some of them breaking. For example:
|
||||||
* Remove support for Python 2 (#1120). Only Python>=3.5 is supported.
|
* 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.
|
* Allow input value to be included in error messages for a number of fields.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-marshmallow
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -34,6 +34,7 @@ BuildRequires: %{python_module setuptools}
|
|||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: python-packaging >= 17.0
|
||||||
Suggests: %{name}-doc
|
Suggests: %{name}-doc
|
||||||
Suggests: python-python-dateutil
|
Suggests: python-python-dateutil
|
||||||
Suggests: python-simplejson
|
Suggests: python-simplejson
|
||||||
|
|||||||
Reference in New Issue
Block a user