Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

marshmallow

A lightweight library for converting complex objects to and from simple Python datatypes.
Collective - Host: opensource - https://opencollective.com/marshmallow - Code: https://github.com/marshmallow-code

Remove 'async functions' tests as redundant

These tests are already covered by the aiohttpparser tests, they're
just another copy of several...

github.com/marshmallow-code/webargs - 236aee2f5f50689be25b364a9df8c05d464e3810 authored over 4 years ago
Fix test order sensitivity

It's not possible to construct an asyncio Future (which tornado Future
aliases) without an event...

github.com/marshmallow-code/webargs - dda7b4676ee920862918aab9debf4fa75f9497f1 authored over 4 years ago
Bump version and update changelog

github.com/marshmallow-code/marshmallow - d43872924e0904717d6968e74542b58581208c70 authored over 4 years ago
Merge pull request #1685 from marshmallow-code/dict_cast_mapping_type

Cast to mapping type in Mapping.serialize/deserialize

github.com/marshmallow-code/marshmallow - ad93940134abf136e769d6ec245cfc49cc0b9af7 authored over 4 years ago
Mapping field: cast to mapping type

github.com/marshmallow-code/marshmallow - b27735410970641c329346c4eceab943ccecc1c8 authored over 4 years ago
Remove broken "bad dict" tests

github.com/marshmallow-code/marshmallow - 8113031d02e91eecf3ec1ab23bbde8afd1e57050 authored over 4 years ago
Various docs updates (#1687)

* Various docs updates

* Remove banner campaign
* Add more .. versionadded, etc. directives
...

github.com/marshmallow-code/marshmallow - ef0fc7699e6bac4ccdf9ef2463c964dd3348f014 authored over 4 years ago
Test against minimum supported framework versions

This adds a tox factor, `mindeps`, which specifies explicitly that we
want to test with old vers...

github.com/marshmallow-code/webargs - 85d121b58130866edbb5e95d006d977a6922026f authored over 4 years ago
Merge pull request #557 from sirosen/support-django-headers

Add support for headers to DjangoParser

github.com/marshmallow-code/webargs - 3549e3cb82ca04e2719b59db7287eaa826dcbbd3 authored over 4 years ago
Update min django version, comment on load_headers

We now support Django 2.2.0 or later (for `HttpRequest.headers` to be
available). Even though th...

github.com/marshmallow-code/webargs - df2504472fc5c82250c84021d62ba5740ba09ec9 authored over 4 years ago
Merge pull request #555 from sirosen/falcon-media

Switch FalconParser to using 'media' by default

github.com/marshmallow-code/webargs - 0b5673c5bf0ec6e24df8f0f5b24afceac72a7e01 authored over 4 years ago
Bump faker from 4.14.1 to 4.14.2

Bumps [faker](https://github.com/joke2k/faker) from 4.14.1 to 4.14.2.
- [Release notes](https://...

github.com/marshmallow-code/marshmallow-jsonapi - 4ecc9f79c644964defe960df738aeb201aeb6299 authored over 4 years ago
Add support for headers to DjangoParser

Given the choice, use `HttpRequest.headers` rather than
`HttpRequest.META`. `headers` was added ...

github.com/marshmallow-code/webargs - 58864ef1709f65eb605c4a82b46ab9ace9672512 authored over 4 years ago
Remove `--keep-mock` flag from `pyupgrade` (#556)

We aren't using the mock backport anymore, so this flag does nothing.

github.com/marshmallow-code/webargs - ccd9737cd0e5abbd6bfacd6de107b1a3da6ee394 authored over 4 years ago
Switch FalconParser to using 'media' by default

Add a new location to the FalconParser, `media` (handler is
`load_media`), and sets it as the de...

github.com/marshmallow-code/webargs - 0abbdf144832679fa22f13de6c0d748534573726 authored over 4 years ago
Merge pull request #553 from sirosen/drop-3.5

Drop Python 3.5

github.com/marshmallow-code/webargs - 60a4a27143b4844294eb80fa3e8e29653d8f5a5f authored over 4 years ago
Bump faker from 4.14.0 to 4.14.1

Bumps [faker](https://github.com/joke2k/faker) from 4.14.0 to 4.14.1.
- [Release notes](https://...

github.com/marshmallow-code/marshmallow-jsonapi - fd8b0746e31ec9853bb560b159e3df2766da1eb7 authored over 4 years ago
Bump sphinx from 3.2.1 to 3.3.0

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.2.1 to 3.3.0.
- [Release notes](http...

github.com/marshmallow-code/marshmallow - e1cf22293e3d5fe2e2a2564ca0b9779ddd0c66f1 authored over 4 years ago
Bump sphinx from 3.2.1 to 3.3.0

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.2.1 to 3.3.0.
- [Release notes](http...

github.com/marshmallow-code/flask-marshmallow - 7799ebe37e0042f575079cad775d65019b2ce545 authored over 4 years ago
Bump sphinx from 3.2.1 to 3.3.0

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.2.1 to 3.3.0.
- [Release notes](http...

github.com/marshmallow-code/marshmallow-jsonapi - 6e0df3b9473a0243727ef1b1c9ba6ecb8bfb4c34 authored over 4 years ago
Update tox.ini to remove 3.5, update ma version

Remove 3.5 from tox.ini because it's no longer supported.
Also, while we're here, switch '3.0.0r...

github.com/marshmallow-code/webargs - f2e095329beb353f8706ebcf4474e91ff25a37c4 authored over 4 years ago
Bump sphinx from 3.2.1 to 3.3.0

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.2.1 to 3.3.0.
- [Release notes](http...

github.com/marshmallow-code/webargs - 704b79587e8be7138fd75451d9b62aeafe42b533 authored over 4 years ago
Bump sphinx from 3.2.1 to 3.3.0

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.2.1 to 3.3.0.
- [Release notes](http...

github.com/marshmallow-code/apispec - c19c9c8c18fb69fd317acfa937f623d702b638fc authored over 4 years ago
Bump sphinx from 3.2.1 to 3.3.0

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.2.1 to 3.3.0.
- [Release notes](http...

github.com/marshmallow-code/marshmallow-sqlalchemy - dc12ebfcefada83ae34f8331098630f5b5a98783 authored over 4 years ago
Drop Python 3.5

Also update pre-commit config and relevant docs.

github.com/marshmallow-code/webargs - 13b403120f6612d171ffc9aee609f993a5506d23 authored over 4 years ago
Bump version and update changelog

github.com/marshmallow-code/marshmallow - 739ec29af85518b04468e41c88e0087e567498dd authored over 4 years ago
Add format option for fields.time #686 (#1682)

* Add format option for fields.time #686

* Fix typo in test_time_field_iso8601

* Fix typo ...

github.com/marshmallow-code/marshmallow - c30d3eb2673d2d1b0be3318d69ef6fac7efa3fe4 authored over 4 years ago
Merge pull request #195 from marshmallow-code/py39

Support Python 3.9 and use Azure for tests

github.com/marshmallow-code/flask-smorest - 61e8ccaec5613cf09012165a52ee8423f2ca6c88 authored over 4 years ago
Test against Python 3.8 and 3.9; drop marshmallow 2 support (#332)

* Test against Python 3.9; don't test ma 2

* Remove ma 2 compatibility code

* Update chang...

github.com/marshmallow-code/marshmallow-jsonapi - 7ae6124d9c6f15b771da16beb7ee5b873eb2593a authored over 4 years ago
Test against Python 3.9 (#552)

github.com/marshmallow-code/webargs - 1aa6c4b457702180cbf1533e5a472455f8775cf3 authored over 4 years ago
Drop Python 3.5 and test against 3.9 (#125)

* Drop Python 3.5 and test against 3.9

* tox -e lint

github.com/marshmallow-code/marshmallow-oneofschema - 287ddd8b12fb779fe1c91210c87599ec24d03f1e authored over 4 years ago
Test against Python 3.9; drop Python 2 and marshmallow 2 (#203)

* Test against Python 3.9

* Drop support for Python 2.7 and 3.5

* Drop support for marshma...

github.com/marshmallow-code/flask-marshmallow - 72a11cdb9bf8228df6daf00ac2d192a414051a2b authored over 4 years ago
Bump version and update changelog

github.com/marshmallow-code/marshmallow-sqlalchemy - 45df83115f84abc55e037ce9c2d05aff3f7ded52 authored over 4 years ago
Merge pull request #349 from marshmallow-code/test-py39

Test against Python 3.9

github.com/marshmallow-code/marshmallow-sqlalchemy - a259d301057c602ca623472790395cdab8e7cc2c authored over 4 years ago
Update djangorestframework requirement from <3.12,>=3.6 to >=3.6,<3.13

Updates the requirements on [djangorestframework](https://github.com/encode/django-rest-framewor...

github.com/marshmallow-code/django-rest-marshmallow - 5649c864b4631d6b50f7053f9bb4876e788be8e2 authored over 4 years ago
Support Python 3.6-3.9; drop Python 2 and marshmallow 2 (#154)

* Support 3.6-3.9; drop Python 2 and marshmallow 2

* Update docs and changelog

* Don't tes...

github.com/marshmallow-code/django-rest-marshmallow - b3f2ec8253ff4e21115b95be9d2a1756d6db90da authored over 4 years ago
Test against Python 3.9 (#86)

github.com/marshmallow-code/apispec-webframeworks - 824d5ddd9e723aafabcf5fb7a58ff7e67e449e1f authored over 4 years ago
Move from Travis to Azure Pipelines

github.com/marshmallow-code/flask-smorest - 1c0584e171fa011f57bae37faa72130d18dd091d authored over 4 years ago
Add missing classifier

github.com/marshmallow-code/apispec - c7d4630a974d36bb4ac6d7345af63c4c3ffc7d0d authored over 4 years ago
Use warnings.warn rather than log warning in app log

github.com/marshmallow-code/flask-smorest - e2e04bc5667084fd52d29d7b155d7ca96d1e428f authored over 4 years ago
Test against Python 3.9 (#604)

github.com/marshmallow-code/apispec - 9fa65bed264b734a14f562d22a3350bff20d4068 authored over 4 years ago
Test against Python 3.9 (#1680)

github.com/marshmallow-code/marshmallow - f37da1abf5a32e9f3823ae446b75a104000aa0a8 authored over 4 years ago
Bump faker from 4.9.0 to 4.14.0

Bumps [faker](https://github.com/joke2k/faker) from 4.9.0 to 4.14.0.
- [Release notes](https://g...

github.com/marshmallow-code/marshmallow-jsonapi - 18279dcedabafd96a8d09723c9b02a363e0b6f5d authored over 4 years ago
Bump mypy from 0.782 to 0.790

Bumps [mypy](https://github.com/python/mypy) from 0.782 to 0.790.
- [Release notes](https://gith...

github.com/marshmallow-code/webargs - d7fb058612f7f2b751254d889d1ccf6b561dc1f3 authored over 4 years ago
Bump mypy from 0.782 to 0.790

Bumps [mypy](https://github.com/python/mypy) from 0.782 to 0.790.
- [Release notes](https://gith...

github.com/marshmallow-code/marshmallow - 1735d6375c769ebc8d2d9d2bb7dbf0f17d73b59b authored over 4 years ago
Bump faker from 4.5.0 to 4.9.0

Bumps [faker](https://github.com/joke2k/faker) from 4.5.0 to 4.9.0.
- [Release notes](https://gi...

github.com/marshmallow-code/marshmallow-jsonapi - 094e96a3eff0cdcb7f1dedb1a29ed31081882148 authored over 4 years ago
Fix #1663 Typing - Use explicit optional (#1666)

* Fix #1663 Typing - Use explicit optional

* Remove unnecessary Optionals

* Update changel...

github.com/marshmallow-code/marshmallow - 43db1072f94ae6af40cbedc058f1c02f3cedb379 authored over 4 years ago
Bump faker from 4.4.0 to 4.5.0

Bumps [faker](https://github.com/joke2k/faker) from 4.4.0 to 4.5.0.
- [Release notes](https://gi...

github.com/marshmallow-code/marshmallow-jsonapi - 6281950bb79e0b9370f915b4ef28fb25b065e076 authored over 4 years ago
Update one_of_schema.py (#104)

Init `type_schemas` as dictionary instead of list.

Co-authored-by: bearnun <marina.nunamaker@...

github.com/marshmallow-code/marshmallow-oneofschema - a17d5c1493206ebb44664844d36445d5a2a62f5f authored over 4 years ago
Bump version and update changelog

github.com/marshmallow-code/marshmallow-oneofschema - 5e5fdb2b75716eddc27f629199576badc6e58158 authored over 4 years ago
add **kwargs to load() for marshmallow-sqlalchemy (#111)

* add **kwargs to load() for marshmallow-sqlalchemy

This is particularly to help support poly...

github.com/marshmallow-code/marshmallow-oneofschema - 112e96f8656214396535d8a179315f1da1940674 authored over 4 years ago
Merge pull request #107 from marshmallow-code/dependabot/pip/flake8-bugbear-20.1.4

Bump flake8-bugbear from 19.8.0 to 20.1.4

github.com/marshmallow-code/marshmallow-oneofschema - 8c27a4becae9ae0633e31f6d66deae4d69e474c4 authored over 4 years ago
Bump flake8 from 3.8.3 to 3.8.4

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.3 to 3.8.4.
- [Release notes](https://g...

github.com/marshmallow-code/webargs - bc01765f8e125c627e964ae0761c43fcbdbc2afa authored over 4 years ago
Bump flake8-bugbear from 19.8.0 to 20.1.4

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 19.8.0 to 20.1.4.
- [Releas...

github.com/marshmallow-code/marshmallow-oneofschema - 40b9640f3b956c6bae91e1fa53346a4fd4d0dd5e authored over 4 years ago
Bump flake8 from 3.8.3 to 3.8.4

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.3 to 3.8.4.
- [Release notes](https://g...

github.com/marshmallow-code/apispec-webframeworks - cfb3137d5201db6f7108ae88e1d914c5e3b4e98b authored over 4 years ago
Bump flake8 from 3.8.3 to 3.8.4

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.3 to 3.8.4.
- [Release notes](https://g...

github.com/marshmallow-code/marshmallow-oneofschema - c3bcc6b51f8895c8bc0c8e347eb8884fdf2b8ab0 authored over 4 years ago
Bump flake8 from 3.8.3 to 3.8.4

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.3 to 3.8.4.
- [Release notes](https://g...

github.com/marshmallow-code/marshmallow-jsonapi - fdd63cc38dd9dc33b870e2d69cb5d270f09593dd authored over 4 years ago
Bump flake8 from 3.8.3 to 3.8.4

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.3 to 3.8.4.
- [Release notes](https://g...

github.com/marshmallow-code/marshmallow - 0689e5522638816ef8c24f1c3e9e6f9f6f15b126 authored over 4 years ago
Bump flake8 from 3.8.3 to 3.8.4

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.3 to 3.8.4.
- [Release notes](https://g...

github.com/marshmallow-code/apispec - 9f542a553e4030b62358ec7f41f23d952608ee75 authored over 4 years ago
Bump flake8 from 3.8.3 to 3.8.4

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.3 to 3.8.4.
- [Release notes](https://g...

github.com/marshmallow-code/marshmallow-sqlalchemy - 3ce3155541c4a7df04137b6393c9ad0e6890ebc3 authored over 4 years ago
Bump flake8 from 3.8.3 to 3.8.4

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.3 to 3.8.4.
- [Release notes](https://g...

github.com/marshmallow-code/flask-marshmallow - 0a02320c13960f2bfb5ba648c89b3df576e94986 authored over 4 years ago
Bump faker from 4.1.6 to 4.4.0

Bumps [faker](https://github.com/joke2k/faker) from 4.1.6 to 4.4.0.
- [Release notes](https://gi...

github.com/marshmallow-code/marshmallow-jsonapi - 6c9d0f04861e39b0a0a3a29d21130d9f059858e0 authored over 4 years ago
Merge tag '4.0.0b1.post0' into dev

github.com/marshmallow-code/apispec - 8a09f9ca4a05b8f40621f235896c1cd166422da4 authored over 4 years ago
Fix 4.0.0b1 version number

github.com/marshmallow-code/apispec - c419940b71dca7922669b75f4a43bcacd4798139 authored over 4 years ago
Bump version: 0.24.1 → 0.25.0

github.com/marshmallow-code/flask-smorest - e06325d7a201af6d07caa2e8e103fba15eb4b9b7 authored over 4 years ago
Update README (marshmallow 3 only badge)

github.com/marshmallow-code/flask-smorest - 7df48930694e0bf80404c72b37e3265ac7cc6cbf authored over 4 years ago
Merge pull request #191 from marshmallow-code/any_converter

Document AnyConverter

github.com/marshmallow-code/flask-smorest - e79c06c5f86c0df7c792593c7c75313e854804f2 authored over 4 years ago
Bump faker from 4.1.4 to 4.1.6

Bumps [faker](https://github.com/joke2k/faker) from 4.1.4 to 4.1.6.
- [Release notes](https://gi...

github.com/marshmallow-code/marshmallow-jsonapi - 1771416c93e3cddb87ca5f9be3e7b9efb1ed220f authored over 4 years ago
Merge pull request #182 from marshmallow-code/rework_converter

Rework werkzeug converter to parameter schema

github.com/marshmallow-code/flask-smorest - 8b3b0619c32cb692ffb9454e88a24819db05a217 authored over 4 years ago
Rework werkzeug converter to parameter schema

Use callables instead of (type, format) pairs

github.com/marshmallow-code/flask-smorest - 31504dc4b0e5e24b9b68946c0bdec9fcee3fdfd8 authored over 4 years ago
Merge pull request #188 from marshmallow-code/int32

Don't document int format as int32 and float format as float

github.com/marshmallow-code/flask-smorest - 76669b7e6cb0aa734e3a3eb70797882353c5c5d9 authored over 4 years ago
Don't document int format as int32 and float format as float

github.com/marshmallow-code/flask-smorest - 060cc864433c4962e9885b6f7e86cdf46f56ed42 authored over 4 years ago
Merge pull request #189 from marshmallow-code/drop_ma2

Drop marshmallow 2

github.com/marshmallow-code/flask-smorest - 723293b4609df87a66646050f53f97773135b53a authored over 4 years ago
Bump faker from 4.1.3 to 4.1.4

Bumps [faker](https://github.com/joke2k/faker) from 4.1.3 to 4.1.4.
- [Release notes](https://gi...

github.com/marshmallow-code/marshmallow-jsonapi - 57c0b4ddc1fcef531972a06b2dfd9413898925e6 authored over 4 years ago
Bump version and update CHANGELOG

github.com/marshmallow-code/apispec - 094aba2b546a82844111f0a170c04358c69fb3c3 authored over 4 years ago
Merge pull request #600 from marshmallow-code/fix_doc_sample

Fix "Writing Plugins" doc sample

github.com/marshmallow-code/apispec - 059942a08c4f1dcd3bb226028bdf89532ded7acb authored over 4 years ago
Fix "Writing Plugins" doc sample

github.com/marshmallow-code/apispec - ea2c32492e5b64623c487c411d5a1eec266012fb authored over 4 years ago
Fix watch-docs tox environment

Committed via https://github.com/asottile/all-repos

github.com/marshmallow-code/marshmallow - 9e88f46c36b8cce072608a647c9f6d2e2eefc6bf authored over 4 years ago
Fix watch-docs tox environment

Committed via https://github.com/asottile/all-repos

github.com/marshmallow-code/webargs - ff021b3c0cfcd6c1e1e53dcb87a71775be3a804a authored over 4 years ago
Fix watch-docs tox environment

Committed via https://github.com/asottile/all-repos

github.com/marshmallow-code/marshmallow-validators - 51de04a73eeba8aee70bd2003f94e5faccd94e0e authored over 4 years ago
Fix watch-docs tox environment

Committed via https://github.com/asottile/all-repos

github.com/marshmallow-code/marshmallow-sqlalchemy - 525fc4ba74f04ed6df2c174bfdb9e4cb53ad4af7 authored over 4 years ago
Fix watch-docs tox environment

Committed via https://github.com/asottile/all-repos

github.com/marshmallow-code/marshmallow-jsonapi - 8669670f37dad261a57efaafd825607b2188a4bc authored over 4 years ago
Fix watch-docs tox environment

Committed via https://github.com/asottile/all-repos

github.com/marshmallow-code/apispec - 42fde9748c4c71fd33257e7326b9b46d18e6bd48 authored over 4 years ago
Bump version and update changelog

github.com/marshmallow-code/flask-marshmallow - 0d84ce91ab4a00a2e628c5d9a2529948e2fce3be authored over 4 years ago
Improved Handling of URLFor Parameters (#199)

* Add values argument to URLFor and AbsoluteURLFor

Add values argument to URLFOR and Absolute...

github.com/marshmallow-code/flask-marshmallow - 21057fba4ac3bba179fafd80a65f3dadf196dc67 authored over 4 years ago
Don't redefine builtin "property"

github.com/marshmallow-code/apispec - 1225d3d871363e84b31b3b0d2ac129011511f07c authored over 4 years ago
Merge pull request #554 from marshmallow-code/resolve_components

Resolve components in operations

github.com/marshmallow-code/apispec - 3a3a4317dcb582e432e8f5170c3316c3fe081c2a authored over 4 years ago
Merge pull request #1668 from marshmallow-code/dependabot/pip/autodocsumm-0.2.1

Bump autodocsumm from 0.2.0 to 0.2.1

github.com/marshmallow-code/marshmallow - 51c4b6c30824551d10824c52fee3c42bfaedf0cc authored over 4 years ago