Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

2 changed files with 2 additions and 8 deletions

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
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>
@ -246,7 +241,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 (bsc#1109179, CVE-2018-17175): - Update to 3.0.1
* 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.

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-marshmallow # spec file for package python-marshmallow
# #
# Copyright (c) 2025 SUSE LLC # Copyright (c) 2024 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,7 +34,6 @@ 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