Ecosyste.ms: OpenCollective

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

github.com/marshmallow-code/marshmallow

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

Bump version and update changelog

5c49e093fd30292a2f4853ff1fe9a8a5abc4024d authored almost 5 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #1524 from nbanmp/2.x-line

Don't match trailing newlines in URL and Email fields.

4b742e8df477c4f4d7eb0a239919ccca3cbeaf5b authored almost 5 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #1525 from marshmallow-code/drop_python_34

Drop Python 3.4

cd90bd4bce6ffdbc65177e214e6700a030245e4b authored almost 5 years ago by Jérôme Lafréchoux <[email protected]>
Update CHANGELOG

07f69c5ade2eec22bf98ee7bb8d10a33d051865d authored almost 5 years ago by Jérôme Lafréchoux <[email protected]>
Drop Python 3.4

eb71d195c764d7e25e9b5c93caa111c536f0d0ff authored almost 5 years ago by Jérôme Lafréchoux <[email protected]>
Add non-regression test for newlines in emails

28e280bd8d36a237b1b0d7d2ff54de2fb948d0fc authored almost 5 years ago by Nathan <[email protected]>
Fix email validation errors

5619eb995820c3b3560893c2015f93ba7c85d2e7 authored almost 5 years ago by Nathan <[email protected]>
Add nbanmp to AUTHORS.rst

3e4b09e4854f835054f3bb9ff10c5f5e373539dd authored almost 5 years ago by Nathan <[email protected]>
Partially revert "Ensure text type on IP fields deserialization"

This partially reverts commit f197cafeb012409a807e9357caeaa05888d4f1cc.

bb9b6d8d9b2c0e59fcebd85fb409377ac1ae9118 authored almost 5 years ago by mgetka <[email protected]>
Ensure text type on IP fields deserialization

f197cafeb012409a807e9357caeaa05888d4f1cc authored almost 5 years ago by mgetka <[email protected]>
Bump sphinx from 2.4.2 to 2.4.3

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

e2124fc0b70a84052bc87743873f474e0abad6cc authored almost 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge branch 'dev' into ip-address-field

e748c438fde65ffeace769e945a95a824fe6d512 authored almost 5 years ago by Michał Getka <[email protected]>
IP fields accept only string encoded IP form

e29fbd0640cbc90d6b73f47abb40e5652a620a8e authored almost 5 years ago by mgetka <[email protected]>
Revert "decimal representation deserialization in IP field"

This reverts commit 474e06ddf74e1260cc9890a2b62013e32c37210b.

a5e4e4c52eece8bfb6de3f0da46f8a1d679bbe10 authored almost 5 years ago by mgetka <[email protected]>
Bump version and update changelog

31828bf5117c11f3d8b42f758634e6d997561c4a authored almost 5 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #1503 from deckar01/1497-schema-list-none

Revert Fast List(Nested)

ee3b16fb3c8575c49fc120f564f526933e668bb4 authored almost 5 years ago by Jérôme Lafréchoux <[email protected]>
Bump sphinx from 2.4.1 to 2.4.2

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

807af213031efd6f24b9a040e8cc50b5954126d0 authored almost 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #1517 from timgates42/bugfix/typo_declared

Fix simple typo: declard -> declared

29a4bf47b9e81e78f89e7e2aff8cb8bc87fedbde authored almost 5 years ago by Jérôme Lafréchoux <[email protected]>
Update AUTHORS.rst

c106e3b885b2386394b6eefc91ee42e253c6f44a authored almost 5 years ago by Tim Gates <[email protected]>
Fix simple typo: declard -> declared

Closes #1516

1b4f436d3aa24713c3013c247fefe67567eed7e3 authored almost 5 years ago by Tim Gates <[email protected]>
Bump sphinx from 2.4.0 to 2.4.1

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

e54dff857d742a32396e1a158194face06522863 authored almost 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Add regression test for List(Nested(allow_none))

c453e84c526972eb1aedc52d50804c47da76daaa authored almost 5 years ago by Jared Deckard <[email protected]>
Revert "Optimize dumping a list of Nested objects by calling dump(many=True)"

This reverts commit e4807fabc631b1aac6ea123a0fe318a8a90caa41.

1029039b10fa7741faffa1996c2d1e0c085b7368 authored almost 5 years ago by Jared Deckard <[email protected]>
Revert "Optimize loading a list of Nested objects by calling load(many=True)"

This reverts commit 8007998786277f8cd6d8adce2205604eba444c1d.

02499958531f8aadb9061f504a7003009292449d authored almost 5 years ago by Jared Deckard <[email protected]>
Bump sphinx from 2.3.1 to 2.4.0

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

9146621c696a81446fc0c6fbab4dc071cb72d5f8 authored almost 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
decimal representation deserialization in IP field

474e06ddf74e1260cc9890a2b62013e32c37210b authored almost 5 years ago by mgetka <[email protected]>
Do not test unintended features of IP fields.

2d1dbe0526d4c2ff451a10128df64c386fbf1fa4 authored almost 5 years ago by mgetka <[email protected]>
Simpler type annotation for "validate" kwarg of Field (#1501)

18bd033f6949ce7c9d5197912d31fdaf02c1b535 authored almost 5 years ago by Taneli Hukkinen <[email protected]>
Sync pre-commit in tox

73f249607c8dfb24000d0807b036373506bd418e authored almost 5 years ago by Steven Loria <[email protected]>
Merge branch 'dev' into ip-address-field

4c4b9710bb476efba062c1ca479f350004faf8d8 authored almost 5 years ago by Michał Getka <[email protected]>
Bump flake8-bugbear from 20.1.3 to 20.1.4

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

1b3fcd51b24f112df003991794c3cd4ad79e7e0a authored almost 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump version and update changelog

64bdd5acd423d26c0328fc91a0fb6b8cc457b293 authored almost 5 years ago by Steven Loria <[email protected]>
Don't build other formats

PDF builds are rather flaky

bad5f3368c2bec3056c6f3bae8e9379cb88cf5ef authored almost 5 years ago by Steven Loria <[email protected]>
Update CHANGELOG and AUTHORS

358b8f8f7fe97dd6181e0a8d1eddd4378e222fa9 authored almost 5 years ago by Steven Loria <[email protected]>
FIX: fix schema.load(data) typing for many=True case (#1488)

5ffaa192e10a35082200366f20e7a1abf1555d9f authored almost 5 years ago by dfirst <[email protected]>
Remove unnecessary typecasts (#1500)

* Remove unnecessary typecasts

* Make tests not care about error ordering

* Address PR rev...

8838379fb209f6c534ff26a9ea394af40c0b4bcd authored almost 5 years ago by Taneli Hukkinen <[email protected]>
Move _validated method functionalities of IP fields into _deserialize

bb84491c14cf915489658e69de2638bd94e33b75 authored almost 5 years ago by mgetka <[email protected]>
IP addresses fields inherits from Field base class

62fdfa88acacccbfb2e5730c6ed02ca7b8f6b33c authored almost 5 years ago by mgetka <[email protected]>
Merge pull request #1494 from marshmallow-code/dependabot/pip/pre-commit-gte-1.20-and-lt-3.0

Update pre-commit requirement from ~=1.20 to >=1.20,<3.0

709fcbcec6e182885692a0518a1f7caa9c088917 authored almost 5 years ago by Jérôme Lafréchoux <[email protected]>
Update pre-commit requirement from ~=1.20 to >=1.20,<3.0

Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the...

294af24e4499364c73a9d382606cc1a0a1e2aeda authored almost 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump flake8-bugbear from 20.1.2 to 20.1.3

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

ff6ad0c84bbb84159127efc25fbb9a415f46d642 authored almost 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge branch 'dev' into ip-address-field

2984436127ab2244401198957b85e8a50c50e41e authored almost 5 years ago by Michał Getka <[email protected]>
Merge pull request #1489 from marshmallow-code/rm_uuid_serialize

Remove useless UUID._serialize override

0855197a79bc9497369238a2262c4f6d01c7a0dd authored almost 5 years ago by Jérôme Lafréchoux <[email protected]>
Update CHANGELOG

cad9c8f1377cd02e4670602a0121ed1a681ab006 authored almost 5 years ago by Jérôme Lafréchoux <[email protected]>
Remove useless UUID._serialize override

a969e1565acd0fe4415cfe0baa66194bb3d83764 authored almost 5 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #1493 from atugushev/update-pr-ref

Fix a PR reference in changelog

70374f56012ce7c0e048ab064b9d16b66f4304cf authored almost 5 years ago by Jérôme Lafréchoux <[email protected]>
Add self to AUTHORS

35f46f017113cfa4a4f75eda9f88b9f8bff2c34e authored almost 5 years ago by Albert Tugushev <[email protected]>
Fix PR reference

e300ac9938f12c6eb3129b80b67735dcd746ebb8 authored almost 5 years ago by Albert Tugushev <[email protected]>
Bump copyright year

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

69fc7c3ed05772ed33cc8cee67084c8aac3c15ee authored almost 5 years ago by Steven Loria <[email protected]>
Run pre-commit autoupdate

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

3575cddda6ba104ecfc6e18c38cc7c941b33bf10 authored almost 5 years ago by Steven Loria <[email protected]>
Fix exception message on invalid IPv6 field value

e1e9d3d5972785de44177e9b5a7cb11f07665ff8 authored almost 5 years ago by Michał Getka <[email protected]>
Expose IP v4/v6 specific fields for wildcard imports

8528581a047fe22e461a9a2cf780d5212b3b711f authored almost 5 years ago by mgetka <[email protected]>
Merge branch 'dev' into ip-address-field

0a85119a2c136ed0654ce73b6f94f4571072dbf6 authored almost 5 years ago by Michał Getka <[email protected]>
IP v4/v6 specific fields added

202392dc84702ab6a9f3a4ce725380ab9a268101 authored almost 5 years ago by mgetka <[email protected]>
Allow for IPv6 exploded form serialization

4e0d54ff800fdba0b51d49d8a5bd680389cc0c44 authored almost 5 years ago by mgetka <[email protected]>
Drop deserialized value handling in IP field validation

985f2ba414a8abcfcc5e8680e7cf1de09e53b5f9 authored almost 5 years ago by mgetka <[email protected]>
Omit redundant serialization step for IP field

bbe71aaad4fd9411cabbf103e150f46bd8fbf218 authored almost 5 years ago by mgetka <[email protected]>
Bump flake8-bugbear from 20.1.0 to 20.1.2

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

dd4e5f39d3427263bee2f72c523e5807fae147e5 authored almost 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #1480 from Reskov/fields-mypy

Add missing type annotations for fields init

7a6a38a0ef0085f1dfcc8e0bcdb537158af9c52c authored almost 5 years ago by Steven Loria <[email protected]>
Update changelog; add @Reskov to AUTHORS

dc37e353400814eb73e43339c25a9846be95ac10 authored almost 5 years ago by Steven Loria <[email protected]>
Bump flake8-bugbear from 19.8.0 to 20.1.0 (#1484)

b975db561e9491233328563193c505f548b1b4d4 authored almost 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump mypy from 0.760 to 0.761 (#1481)

117d4c367215c5554ac39c1d8686c08c083c4ac2 authored almost 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Skip input value logging in IP field validation

809cd9e3151507cc1133b770bda3fe734cfaccb9 authored about 5 years ago by mgetka <[email protected]>
Add IP address field type.

d9460b228398be998721091fc330f23111f5c30d authored about 5 years ago by mgetka <[email protected]>
Bump sphinx from 2.3.0 to 2.3.1

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

6df7eeae154731b036f0e7a401c7336e058a563c authored about 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Add missing type annotations for fields init

f529307e19ee1a8e460930c18d72b66ebf13f74d authored about 5 years ago by s_kovalev <[email protected]>
Bump mypy from 0.750 to 0.760 (#1477)

Bumps [mypy](https://github.com/python/mypy) from 0.750 to 0.760.
- [Release notes](https://git...

9f03e747baedd59578f38edcabb0fe4f32e75ded authored about 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump sphinx from 2.2.2 to 2.3.0

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

13e52404dd20b038521bac491c330e9ed3723ebd authored about 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump version and update changelog

610fe7a060abde60719840b7c69b05432c05fe5f authored about 5 years ago by Steven Loria <[email protected]>
Update mypy in pre-commit

bac2a400594f8a7adef44e4fc41f17b8934fdeab authored about 5 years ago by Steven Loria <[email protected]>
Make Number._format_num return typing.Any (#1466)

ed199acfd5866e7869242f69c81d9be6281ae5c3 authored about 5 years ago by Taneli Hukkinen <[email protected]>
Mypy strictness (#1467)

* Add some flags to make mypy more strict

* Remove dead test code

* Remove left side opera...

47d5e5257cf6d80f8ff491a746ad21eb29a67065 authored about 5 years ago by Taneli Hukkinen <[email protected]>
Allow passing lambda functions to `Nested` (#1382)

* Allow passing lambda functions to `Nested`

* Deprecate only, exclude, many, and unknown par...

31b784fc24ed637c82d87eac35d1a1bd58851f59 authored about 5 years ago by Steven Loria <[email protected]>
Bump sphinx from 2.2.1 to 2.2.2

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

e06e9ca3aac1b7389eda488b0627340c5cb3782d authored about 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #1461 from marshmallow-code/dependabot/pip/mypy-0.750

Bump mypy from 0.740 to 0.750

434df047da12890ee7a39e99333f702164f77f6f authored about 5 years ago by Jérôme Lafréchoux <[email protected]>
Bump mypy from 0.740 to 0.750

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

2ea86e685b15ebe55aa380d6ec16df9b6bbad750 authored about 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #1444 from marshmallow-code/remove_duplicate_code

Remove duplicate code in Schema._invoke_processors

271956b757a0a53579aeeb20dbb0d4d06f2be9b5 authored about 5 years ago by Jérôme Lafréchoux <[email protected]>
Fix role

618521a69aaf081c0ac78ddb2a39cf3b395a044d authored about 5 years ago by Steven Loria <[email protected]>
Bump version and update changelog

686aa782ae9d74a54d32124036dbfc21412d0271 authored about 5 years ago by Steven Loria <[email protected]>
Merge pull request #1448 from marshmallow-code/fix_dump_only_load_only

Fix logic for field both load_only and dump_only

32c7e4d7cd5bbae37d84109fcfb1432dfb663e50 authored about 5 years ago by Steven Loria <[email protected]>
Fix logic for field both load_only and dump_only

c847b07b0649c05b2310253134907587849bdce6 authored about 5 years ago by Jérôme Lafréchoux <[email protected]>
Chores: update pre-commit, autoupdate, fix types in validate (#1446)

* Update pre-commit and autoupdate

* Update pyproject.toml and run tox -e lint

* Fix typin...

fbe22eb47db5df64b2c4133f9a5cb6c6920e8dd2 authored about 5 years ago by Steven Loria <[email protected]>
Remove duplicate code in Schema._invoke_processors

ea8518c375acd8777d7dfb968979adfdcc7f784f authored about 5 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #1443 from marshmallow-code/remove_dead_code

Remove dead code in error_store.py

3db1747b9188d2d9701c878fd9c5fc6a4d9c2bc9 authored about 5 years ago by Steven Loria <[email protected]>
Remove dead code in error_store.py

Closes #1440.

3cbe50c44d56a000c86cb23d08edc961c8bbd428 authored about 5 years ago by Jérôme Lafréchoux <[email protected]>
Bump flake8 from 3.7.8 to 3.7.9

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

eac8ad7f01ffa2f9a783e5f6eae7e68b7917670b authored about 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump sphinx from 2.2.0 to 2.2.1

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

a7b82aa45b2ca4c9a708e5771d9fd7d5519c23da authored about 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Test against Python 3.8 (#1431)

* Test against Python 3.8

* Update changelog

c6ba76574e8d23c4129741eb6b7a74ff02fb0594 authored about 5 years ago by Steven Loria <[email protected]>
Merge pull request #1427 from marshmallow-code/dependabot/pip/mypy-0.740

Bump mypy from 0.730 to 0.740

a74f38d92d9f246c9fd5e873fc4b2ec2279dbc32 authored about 5 years ago by Jérôme Lafréchoux <[email protected]>
Bump mypy from 0.730 to 0.740

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

a1c272467d73fa560bc26a25469150b019067082 authored about 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Add @killthekitten to AUTHORS

2da611e0667c90bf427f2eb63d6b84b1328404a6 authored over 5 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #1421 from killthekitten/patch-1

Fix typo in the Schema sample code

982a9cd94b7792da66644ff3e7afe72f3e696d41 authored over 5 years ago by Jérôme Lafréchoux <[email protected]>
Fix typo in the Schema sample code

481da4440d5f4de78ef4b24d17289f8b1b41ad0a authored over 5 years ago by Nikolay Shebanov <[email protected]>
Bump version and update changelog

8acfd7223ab161a9ff7a513078e29c0b2109cd79 authored over 5 years ago by Steven Loria <[email protected]>
Run pre-commit autoupdate

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

b8237f2ef03f54190ea2694b555e4a38337e197f authored over 5 years ago by Steven Loria <[email protected]>
Merge pull request #1418 from marshmallow-code/dependabot/pip/mypy-0.730

Bump mypy from 0.720 to 0.730

0ac4bc63907c60019ce7391f559bc96116ea74fb authored over 5 years ago by Jérôme Lafréchoux <[email protected]>
Bump mypy from 0.720 to 0.730

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

0dd2c6d851bca480bd75482367de6c9003bbe759 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Fix typing on dump[s] (#1416)

Allows dumping of dictionaries

8f6fc3a36237b15fb56d32f9dd25dc8e351a7d3f authored over 5 years ago by Steven Loria <[email protected]>
Bump version and update changelog

dc026d34221601cf3013348e7bc23450d7b37059 authored over 5 years ago by Steven Loria <[email protected]>
Remove usages of typing.Type to fix compatibility with Python<3.5.3 (#1410)

* Remove usages of typing.Type to fix compatibility with Python<3.5.3

* Update changelog

43170558f563de7ad1217e7346d635d69ff89442 authored over 5 years ago by Steven Loria <[email protected]>