Commit Graph

53 Commits

Author SHA256 Message Date
Ana Guerrero
c9f683e9d0 Accepting request 1162278 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1162278
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-marshmallow?expand=0&rev=25
2024-03-27 19:41:45 +00:00
784c9a2fe7 Accepting request 1162272 from home:glaubitz:branches:devel:languages:python
- Switch build system from setuptools to pyproject.toml
  + Add python-pip and python-wheel to BuildRequires
  + Replace %python_build with %pyproject_wheel
  + Replace %python_install with %pyproject_install
- Limit Python files matched in %files section

OBS-URL: https://build.opensuse.org/request/show/1162272
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=52
2024-03-26 13:03:51 +00:00
Ana Guerrero
3efa247a2a Accepting request 1139196 from devel:languages:python
- update to 3.20.2:
  * Bug fixes: - Fix Nested field type hint for lambda Schema
    types (:pr:`2164`).
  * Other changes: - Officially support Python 3.12 (:pr:`2188`).

OBS-URL: https://build.opensuse.org/request/show/1139196
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-marshmallow?expand=0&rev=24
2024-01-17 21:14:48 +00:00
88cf1f2b6a - update to 3.20.2:
* Bug fixes: - Fix Nested field type hint for lambda Schema
    types (:pr:`2164`).
  * Other changes: - Officially support Python 3.12 (:pr:`2188`).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=50
2024-01-16 15:07:16 +00:00
Ana Guerrero
c7492486ee 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
2023-12-11 20:49:40 +00:00
e210fdc488 - 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/package/show/devel:languages:python/python-marshmallow?expand=0&rev=48
2023-12-10 21:28:17 +00:00
Dominique Leuenberger
1c827531a6 Accepting request 1089048 from devel:languages:python
- Switch documentation to be within the main package on SLE15

OBS-URL: https://build.opensuse.org/request/show/1089048
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-marshmallow?expand=0&rev=22
2023-05-26 18:15:23 +00:00
5488fd2108 - Switch documentation to be within the main package on SLE15
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=46
2023-05-25 15:56:16 +00:00
c9c24c94e0 osc copypac from project:home:dirkmueller:acdc:as_python3_module package:python-marshmallow revision:8, using keep-link, using expand
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=45
2023-05-25 15:55:48 +00:00
Dominique Leuenberger
ec69a94eef Accepting request 1081862 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081862
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-marshmallow?expand=0&rev=21
2023-04-22 20:00:03 +00:00
6a1c6432c4 Accepting request 1081491 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081491
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=43
2023-04-21 14:21:59 +00:00
Dominique Leuenberger
26b406fde4 Accepting request 1072288 from devel:languages:python
- rename docs subpackage to the more common doc name 

- We want "modern" Sphinx on SLE-15, not the 3.6-based one.

OBS-URL: https://build.opensuse.org/request/show/1072288
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-marshmallow?expand=0&rev=20
2023-03-17 16:02:35 +00:00
08cf57840c - rename docs subpackage to the more common doc name
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=41
2023-03-16 08:47:43 +00:00
fea037dfb0 Add missing 0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=40
2023-03-15 17:51:40 +00:00
c5a961c4be Accepting request 1072136 from home:dirkmueller:acdc
- We want "modern" Sphinx on SLE-15, not the 3.6-based one.

OBS-URL: https://build.opensuse.org/request/show/1072136
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=39
2023-03-15 14:57:08 +00:00
Dominique Leuenberger
27a6f57cd6 Accepting request 1039662 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1039662
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-marshmallow?expand=0&rev=19
2022-12-03 09:03:43 +00:00
bbcc4ac5f1 Accepting request 1039646 from home:yarunachalam:branches:devel:languages:python
- 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/1039646
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=37
2022-12-02 21:36:27 +00:00
Dominique Leuenberger
9351557cbd Accepting request 1032503 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1032503
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-marshmallow?expand=0&rev=18
2022-11-01 12:42:18 +00:00
Markéta Machová
075bd36da3 Accepting request 1032021 from home:yarunachalam:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1032021
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=35
2022-10-31 13:25:33 +00:00
Richard Brown
dd6c692c41 Accepting request 1007064 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1007064
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-marshmallow?expand=0&rev=17
2022-09-30 15:57:47 +00:00
3f801d6e7f Accepting request 1007017 from home:yarunachalam:branches:devel:languages:python
- Update to 3.18.0 (2022-09-15)¶
  Features:
  Add Enum field (#2017) and (#2044).
  Bug fixes:
  Fix typing in Field._serialize signature (#2046).
- Update to 3.17.1 (2022-08-22)
  Bug fixes:
  Add return type to fields.Email.__init__ (#2018). Thanks @kkirsche for the PR.
  Add missing type hint to IPInterface __init__ (#2036).
- Update to 3.17.0 (2022-06-26)
  Features:
  Support serialization as float in TimeDelta field (#1998). Thanks @marcosatti for the PR.
  Add messages_dict property to ValidationError to facilitate type checking (#1976). Thanks @sirosen for the PR.
- Update to 3.16.0 (2022-05-29)
  Features:
  Raise ValueError if an invalid value is passed to the unknown argument (#1721, #1732). Thanks @sirosen for the PR.
  Other changes:
  Set lower bound for packaging requirement (#1957). Thanks @MatthewNicolTR for reporting and thanks @sirosen for the PR.
  Improve warning messages by passing stacklevel (#1986). Thanks @tirkarthi for the PR.
- Update to 3.15.0 (2022-03-12)
  Features:
  Allow passing a dict to fields.Nested (#1935). Thanks @sirosen for the PR.
  Other changes:
  distutils deprecation warning in Python 3.10 (#1903). Thanks @kkirsche for the PR.
  Add py310 to black target-version (#1921).
  Drop support for Python 3.6 (#1923).

OBS-URL: https://build.opensuse.org/request/show/1007017
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=33
2022-09-29 19:01:19 +00:00
Dominique Leuenberger
639e6dc6fd Accepting request 979709 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/979709
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-marshmallow?expand=0&rev=16
2022-05-30 10:43:54 +00:00
b5e8c0952a Accepting request 979706 from home:Simmphonie:python
- Update to 3.14.1 (2021-11-13)
  * Fix publishing type hints per PEP-561 (#1905). Thanks @bwindsor for the catch and patch.
- Release 3.14.0 (2021-10-17)
  * Fix fields.TimeDelta serialization precision (#1865). Thanks @yarsanich for reporting.
  * Fix type-hints for `data` arg in `Schema.validate` to accept list of
    dictionaries (#1790, #1868). Thanks @yourun-proger for PR.
  * Improve warning when passing metadata as keyword arguments (#1882).
    Thanks @traherom for the PR.
  * Don’t build universal wheels. We don’t support Python 2 anymore.
    (#1860) Thanks @YKdvd for reporting.
  * Make the build reproducible (#1862).
  * Drop support for Python 3.5 (#1863).
  * Test against Python 3.10 (#1888).
- Release 3.13.0 (2021-07-21)
  * Replace missing/default field parameters with load_default/dump_default (#1742).
    Thanks @sirosen for the PR.
  * The use of missing/default field parameters is deprecated and will be removed
  * in marshmallow 4. load_default/dump_default should be used instead.
- Release 3.12.2 (2021-07-06)
  * Don’t expose Fields as Schema attributes. This reverts a change
    introduced in 3.12.0 that causes issues when field names conflict
    with Schema attributes or methods. Fieldss are still accessible on a
    Schema instance through the fields attribute. (#1843)
- Release 3.12.1 (2021-05-10)
  * Fix bug that raised an AttributeError when instantiating a Schema with a
    field named parent (#1808). Thanks @flying-sheep for reporting and helping with the fix.
- Release 3.12.0 (2021-05-09)
  * Add validate.And (#1768). Thanks @rugleb for the suggestion.
  * Add type annotations to marshmallow.decorators (#1788, #1789). Thanks @michaeldimchuk for the PR.
  * Let Fields be accessed by name as Schema attributes (#1631).
  * Improve types in marshmallow.validate (#1786).
  * Make marshmallow.validate.Validator an abstract base class (#1786).
  * Remove unnecessary list cast (#1785).

OBS-URL: https://build.opensuse.org/request/show/979706
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=31
2022-05-29 18:43:54 +00:00
Dominique Leuenberger
dfbe7c96da Accepting request 888006 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/888006
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-marshmallow?expand=0&rev=15
2021-04-23 15:50:44 +00:00
Markéta Machová
df1a1c66bd Accepting request 887532 from home:bnavigator:branches:devel:languages:python
- Update to 3.11.1
  * Fix treatment of dotted keys when unknown=INCLUDE (#1506).
    Thanks @rbu for reporting and thanks @sirosen for the fix
    (#1745).
- Release 3.11.0
  * Add fields.IPInterface, fields.IPv4Interface, and
    IPv6Interface (#1733). Thanks @madeinoz67 for the suggestion
    and the PR.
  * Raise AttributeError for missing methods when using fields.
    Method (#1675). Thanks @lassandroan.
  * Remove unnecessary hasattr and getattr checks in Field (#1770).
- Release 3.10.0
  * Passing field metadata via keyword arguments is deprecated and
    will be removed in marshmallow 4 (#1350). Use the explicit
    metadata=... argument instead. Thanks @sirosen.
- Release 3.9.1
  * Cast to mapping type in Mapping.serialize and Mapping.
    deserialize (#1685).
  * Fix bug letting Dict pass invalid dict on deserialization when
    no key or value Field is specified (#1685).
- Release 3.9.0
  * Add format argument to fields.Time and timeformat class Meta
    option (#686). Thanks @BennyAlex for the suggestion and thanks
    @infinityxxx for the PR.
  * Remove usage of implicit typing.Optional (#1663). Thanks
    @nadega for the PR.
- Release 3.8.0
  * Add fields.IP, fields.IPv4 and fields.IPv6 (#1485). Thanks
    @mgetka for the PR.
  * Fix typing in AwareDateTime (#1658). Thanks @adithyabsk for

OBS-URL: https://build.opensuse.org/request/show/887532
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=29
2021-04-23 11:46:13 +00:00
Dominique Leuenberger
a9352c835f Accepting request 828384 from devel:languages:python
- Update to 3.7.1:
  * Deprecations:
    + `marshmallow.pprint` is deprecated and will be removed in marshmallow 4 (:issue:`1588`).
  * Features:
    + Add ``validators.ContainsNoneOf`` (:issue:`1528`).
  * Bug fixes:
    + Fix typing in ``class_registry`` (:pr:`1574`). Thanks :user:`mahenzon`.
    + Fix passing ``only`` and ``exclude`` to ``Nested`` with an ordered ``Schema`` (:pr:`1627`).
    + ``fields.Boolean`` correctly serializes non-hashable types (:pr:`1633`).
- Refresh patch python-marshmallow-no-version-warning.patch

OBS-URL: https://build.opensuse.org/request/show/828384
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-marshmallow?expand=0&rev=14
2020-08-21 17:07:19 +00:00
Steve Kowalik
0e0a7c1aa2 - Update to 3.7.1:
* Deprecations:
    + `marshmallow.pprint` is deprecated and will be removed in marshmallow 4 (:issue:`1588`).
  * Features:
    + Add ``validators.ContainsNoneOf`` (:issue:`1528`).
  * Bug fixes:
    + Fix typing in ``class_registry`` (:pr:`1574`). Thanks :user:`mahenzon`.
    + Fix passing ``only`` and ``exclude`` to ``Nested`` with an ordered ``Schema`` (:pr:`1627`).
    + ``fields.Boolean`` correctly serializes non-hashable types (:pr:`1633`).
- Refresh patch python-marshmallow-no-version-warning.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=27
2020-08-21 06:21:24 +00:00
Dominique Leuenberger
6304e783c3 Accepting request 790511 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/790511
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-marshmallow?expand=0&rev=13
2020-04-01 17:19:34 +00:00
Tomáš Chvátal
141efcaa63 Accepting request 790506 from home:pgajdos:python
- version update to 3.5.1
  - Includes bug fix from 2.21.0.
  - Fix list of nullable nested fields ``List(Nested(Field, allow_none=True)``
    (:issue:`1497`). Because this fix reverts an optimization introduced to
    speed-up serialization and deserialization of lists of nested fields, a
    negative impact on performance in this specific case is expected.
  - Improve type coverage (:issue:`1479`). Thanks :user:`Reskov`.
  - Fix typing for ``data`` param of ``Schema.load`` and ``ValidationError`` (:issue:`1492`).
    Thanks :user:`mehdigmira` for reporting and thanks :user:`dfirst` for the PR.
  - Remove unnecessary typecasts (:pr:`1500`). Thanks :user:`hukkinj1`.
  - Remove useless ``_serialize`` override in ``UUID`` field (:pr:`1489`).
  - ``fields.Nested`` may take a callable that returns a schema instance.
    Use this to resolve order-of-declaration issues when schemas nest each other (:issue:`1146`).
  - Passing the string ``"self"`` to ``fields.Nested`` is deprecated.
    Use a callable instead.
  - Fix typing for ``Number._format_num`` (:pr:`1466`). Thanks :user:`hukkinj1`.
  - Make mypy stricter and remove dead code (:pr:`1467`). Thanks again, :user:`hukkinj1`.

OBS-URL: https://build.opensuse.org/request/show/790506
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=25
2020-04-01 09:54:37 +00:00
Dominique Leuenberger
b926f3283d Accepting request 748433 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/748433
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-marshmallow?expand=0&rev=12
2019-11-14 22:52:56 +00:00
Tomáš Chvátal
81d4d63b23 Accepting request 748403 from home:sebix:branches:devel:languages:python
- Update to version 3.2.2:
 - Bug fixes:
  - Don't load fields for which ``load_only`` and ``dump_only`` are both ``True`` (:pr:`1448`). 
  - Fix types in ``marshmallow.validate`` (:pr:`1446`).
 - Support:
  - Test against Python 3.8 (pr:`1431`).

OBS-URL: https://build.opensuse.org/request/show/748403
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=23
2019-11-13 16:37:12 +00:00
Dominique Leuenberger
cc3f61cc86 Accepting request 736310 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/736310
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-marshmallow?expand=0&rev=11
2019-10-09 13:19:44 +00:00
Tomáš Chvátal
2ba5a3217f Accepting request 736259 from home:mcalabkova:branches:devel:languages:python
- Update to 3.2.1 
  * Fix typing for Schema.dump[s]
  * Fix compatibility with Python < 3.5.3
  * Fix bug that raised an uncaught error when a nested schema 
    instance had an unpickleable object in its context
  * Fix propagating dot-delimited only and exclude parameters to 
    nested schema instances
  * Few bug fixes

OBS-URL: https://build.opensuse.org/request/show/736259
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=21
2019-10-08 17:43:54 +00:00
Ludwig Nussel
ac6ddad996 Accepting request 730134 from devel:languages:python
- Update to 3.0.3:
  * Handle when data_key is an empty string
  * Includes bug fix from 2.20.3
  * Fix incorrect super() call in SchemaMeta.__init__

OBS-URL: https://build.opensuse.org/request/show/730134
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-marshmallow?expand=0&rev=10
2019-09-13 12:58:49 +00:00
Tomáš Chvátal
6136a95cd4 - Update to 3.0.3:
* Handle when data_key is an empty string
  * Includes bug fix from 2.20.3
  * Fix incorrect super() call in SchemaMeta.__init__

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=19
2019-09-11 12:46:54 +00:00
Dominique Leuenberger
4546d0edac Accepting request 726271 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/726271
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-marshmallow?expand=0&rev=9
2019-08-27 08:27:31 +00:00
Tomáš Chvátal
2a3053079b Accepting request 726193 from home:mcalabkova:branches:devel:languages:python
- Update to 3.0.1
  * 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.
  * Change ordering of keys and values arguments to fields.Dict.
  * Please read upstream changelog.
- Drop upstreamed patches reproducible.patch and pytest5.patch

OBS-URL: https://build.opensuse.org/request/show/726193
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=17
2019-08-27 00:54:41 +00:00
Dominique Leuenberger
dc81d837b4 Accepting request 720011 from devel:languages:python
- Add patch to fix building with pytest5 from upstream git:
  * pytest5.patch

OBS-URL: https://build.opensuse.org/request/show/720011
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-marshmallow?expand=0&rev=8
2019-07-31 12:36:36 +00:00
Tomáš Chvátal
5cb2311ec5 - Add patch to fix building with pytest5 from upstream git:
* pytest5.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=15
2019-07-31 09:14:19 +00:00
Dominique Leuenberger
94eac32c20 Accepting request 718109 from devel:languages:python
- Update to 2.19.5:
  * Fix deserializing ISO8601-formatted datetimes with less than 6-digit miroseconds (:issue:`1251`). Thanks :user:`diego-plan9` for reporting.
  * Microseconds no longer gets lost when deserializing datetimes without dateutil installed (:issue:`1147`).
  * Fix bug where nested fields in Meta.exclude would not work on multiple instantiations (:issue:`1212`). Thanks :user:`MHannila` for reporting.

OBS-URL: https://build.opensuse.org/request/show/718109
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-marshmallow?expand=0&rev=7
2019-07-28 08:19:43 +00:00
Tomáš Chvátal
9d057885b2 - Update to 2.19.5:
* Fix deserializing ISO8601-formatted datetimes with less than 6-digit miroseconds (:issue:`1251`). Thanks :user:`diego-plan9` for reporting.
  * Microseconds no longer gets lost when deserializing datetimes without dateutil installed (:issue:`1147`).
  * Fix bug where nested fields in Meta.exclude would not work on multiple instantiations (:issue:`1212`). Thanks :user:`MHannila` for reporting.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=13
2019-07-24 08:02:13 +00:00
Dominique Leuenberger
23d1fd19ff Accepting request 706098 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/706098
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-marshmallow?expand=0&rev=6
2019-06-12 11:01:49 +00:00
Todd R
93c2a012f5 Accepting request 705891 from home:bmwiedemann:branches:devel:languages:python
Add reproducible.patch to make build reproducible (boo#1047218)

OBS-URL: https://build.opensuse.org/request/show/705891
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=11
2019-05-28 15:35:00 +00:00
Dominique Leuenberger
c02c24b9fc Accepting request 703738 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/703738
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-marshmallow?expand=0&rev=5
2019-05-22 08:50:43 +00:00
Tomáš Chvátal
98cfbbd81d Accepting request 703732 from home:mcalabkova:branches:devel:languages:python
- Update to version 2.19.2
  * Handle OverflowError when (de)serializing large integers with 
    fields.Float

OBS-URL: https://build.opensuse.org/request/show/703732
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=9
2019-05-17 15:41:08 +00:00
Dominique Leuenberger
9ead31d5e2 Accepting request 691767 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/691767
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-marshmallow?expand=0&rev=4
2019-04-19 16:36:09 +00:00
Tomáš Chvátal
8b5db69938 Accepting request 691765 from home:pgajdos
- version update to 2.19.1
  - Fix bug where ``Nested(many=True)`` would skip first element when
    serializing a generator (:issue:`1163`). Thanks :user:`khvn26` for the
    catch and patch.
  - A `RemovedInMarshmallow3` warning is raised when using
    `fields.FormattedString`. Use `fields.Method` or `fields.Function`
    instead (:issue:`1141`).
  - A ``ChangedInMarshmallow3Warning`` is no longer raised when
    ``strict=False`` (:issue:`1108`). Thanks :user:`Aegdesil` for
    reporting.
  - Add warnings for functions in ``marshmallow.utils`` that are removed in
    marshmallow 3.
  - Copying ``missing`` with ``copy.copy`` or ``copy.deepcopy`` will not
    duplicate it (:pr:`1099`).
  - Add ``marshmallow.__version_info__`` (:pr:`1074`).
  - Add warnings for API that is deprecated or changed to help users
    prepare for marshmallow 3 (:pr:`1075`).
  - Prevent memory leak when dynamically creating classes with ``type()``
    (:issue:`732`). Thanks :user:`asmodehn` for writing the tests to
    reproduce this issue.
  - Prevent warning about importing from ``collections`` on Python 3.7
    (:issue:`1027`). Thanks :user:`nkonin` for reporting and
    :user:`jmargeta` for the PR.
  - Remove spurious warning about implicit collection handling
    (:issue:`998`). Thanks :user:`lalvarezguillen` for reporting.
  - Allow username without password in basic auth part of the url in
    ``fields.Url`` (:pr:`982`). Thanks user:`alefnula` for the PR.
  - Prevent ``TypeError`` when a non-collection is passed to a ``Schema`` with ``many=True``.
    Instead, raise ``ValidationError`` with ``{'_schema': ['Invalid input type.']}`` (:issue:`906`).
  - Fix ``root`` attribute for nested container fields on list

OBS-URL: https://build.opensuse.org/request/show/691765
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=7
2019-04-05 10:05:52 +00:00
Dominique Leuenberger
ce83ed9723 Accepting request 663805 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/663805
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-marshmallow?expand=0&rev=3
2019-01-11 13:04:22 +00:00
Tomáš Chvátal
20e3a322be Accepting request 663780 from home:jengelh:branches:devel:languages:python
- Use noun phrase in summary.

OBS-URL: https://build.opensuse.org/request/show/663780
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=5
2019-01-08 18:39:42 +00:00
Dominique Leuenberger
bc18cc6f63 Accepting request 659490 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659490
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-marshmallow?expand=0&rev=2
2018-12-24 10:39:34 +00:00