Accepting request 1132365 from devel:languages:python
- update to 3.20.1: * Fix call to ``get_declared_fields``: pass ``dict_cls`` again * Add ``absolute`` parameter to ``URL`` validator and ``Url`` * Use Abstract Base Classes to define ``FieldABC`` and ``SchemaABC`` * Use `OrderedSet` as default `set_class`. Schemas are now ordered by default. * Handle ``OSError`` and ``OverflowError`` in ``utils.from_timestamp`` (:pr:`2102`). * Fix the default inheritance of nested partial schemas * Officially support Python 3.11 (:pr:`2067`). * Drop support for Python 3.7 (:pr:`2135`). - rename docs subpackage to the more common doc name - Update to 3.19.0 * Add timestamp and timestamp_ms formats to fields.DateTime (#612). Thanks @vgavro for the suggestion and thanks @vanHoi for the PR. OBS-URL: https://build.opensuse.org/request/show/1132365 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-marshmallow?expand=0&rev=23
This commit is contained in:
commit
c7492486ee
BIN
marshmallow-3.19.0.tar.gz
(Stored with Git LFS)
BIN
marshmallow-3.19.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
marshmallow-3.20.1.tar.gz
Normal file
3
marshmallow-3.20.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d2371bbe42000f2b3fb5eaa065224df7d8f8597bc19a1bbfa5bfe7fba8da889
|
||||
size 184683
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 10 21:27:36 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.20.1:
|
||||
* Fix call to ``get_declared_fields``: pass ``dict_cls`` again
|
||||
* Add ``absolute`` parameter to ``URL`` validator and ``Url``
|
||||
* Use Abstract Base Classes to define ``FieldABC`` and
|
||||
``SchemaABC``
|
||||
* Use `OrderedSet` as default `set_class`. Schemas are now
|
||||
ordered by default.
|
||||
* Handle ``OSError`` and ``OverflowError`` in
|
||||
``utils.from_timestamp`` (:pr:`2102`).
|
||||
* Fix the default inheritance of nested partial schemas
|
||||
* Officially support Python 3.11 (:pr:`2067`).
|
||||
* Drop support for Python 3.7 (:pr:`2135`).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 23 23:12:16 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
@ -16,7 +32,7 @@ Thu Apr 13 22:42:33 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 16 08:45:51 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- rename docs subpackage to the more common doc name
|
||||
- rename docs subpackage to the more common doc name
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 15 14:54:45 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||
@ -26,8 +42,8 @@ Wed Mar 15 14:54:45 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 2 20:31:35 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to 3.19.0
|
||||
* Add timestamp and timestamp_ms formats to fields.DateTime (#612). Thanks @vgavro for the suggestion and thanks @vanHoi for the PR.
|
||||
- Update to 3.19.0
|
||||
* Add timestamp and timestamp_ms formats to fields.DateTime (#612). Thanks @vgavro for the suggestion and thanks @vanHoi for the PR.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 28 18:21:19 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
@ -16,10 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-marshmallow
|
||||
Version: 3.19.0
|
||||
Version: 3.20.1
|
||||
Release: 0
|
||||
Summary: ORM/ODM/framework-agnostic library to convert datatypes from/to Python types
|
||||
License: BSD-3-Clause AND MIT
|
||||
@ -29,7 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/m/marshmallow/mar
|
||||
# https://github.com/humitos/sphinx-version-warning/issues/22
|
||||
Patch0: python-marshmallow-no-version-warning.patch
|
||||
BuildRequires: %{python_module autodocsumm}
|
||||
BuildRequires: %{python_module base >= 3.7}
|
||||
BuildRequires: %{python_module base >= 3.8}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
|
Loading…
x
Reference in New Issue
Block a user