Skip to content

Tags: bloomberg/attrs-strict

Tags

1.0.1

Toggle 1.0.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix unit tests

Signed-off-by: Zhida Zhang <zhangzhida822@outlook.com>

1.0.0

Toggle 1.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Drop Python 2 support and add 3.10 support

Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>

0.2.2

Toggle 0.2.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
remove invalid sphinx language setting

Signed-off-by: ruro <ruro.ruro@ya.ru>

0.2.1

Toggle 0.2.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
PR feedback

Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>

0.2.0

Toggle 0.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix Python3.9 tests

Signed-off-by: Erik-Cristian Seulean <eseulean@bloomberg.net>

v0.1.2

Toggle v0.1.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Added funcsigs>=1.0.2 for python_version<3.5

Signed-off-by: lironhl <liron.lavy@gmail.com>
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>

0.1.1

Toggle 0.1.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix publish action

Seems the initial code was not correct.

Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>

0.1.0

Toggle 0.1.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Add annotations and py.typed to conform with PEP561. Add type checkin…

…g to tox (#40)

* Add type stubs and py.typed. Add type checking to tox
* use black on pyi
* Fix type packagings

Signed-off-by: Wilfred Wong <keiclone@users.noreply.github.com>
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
Co-authored-by: Bernat Gabor <bgabor8@bloomberg.net>

0.0.7

Toggle 0.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for variable length tuples in Tuple type_validator (#38)

Closes #37

Signed-off-by: David Douard <david.douard@sdfa3.org>

0.0.6

Toggle 0.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for Mapping and MutableMapping (#30)

This would enable custom made types that extend
collections.abc.Mapping and collections.abc.MutableMapping

Signed-off-by: Erik-Cristian Seulean <eseulean@bloomberg.net>