Package: python-odmantic / 1.0.2+ds1-2

Metadata

Package Version Patches format
python-odmantic 1.0.2+ds1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
tests Use ZoneInfo instead of pytz.patch | (download)

tests/unit/test_bson_fields.py | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 tests: use zoneinfo instead of pytz


tests Don t use pytest.mark.asyncio.patch | (download)

tests/integration/conftest.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 tests: don't use pytest.mark.asyncio

This marker is deprecated and did never work in the way it was intended
by people who have added this.
See: https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function

docs Remove any badges linking.patch | (download)

README.md | 6 0 + 6 - 0 !
docs/contributing.md | 19 0 + 19 - 0 !
2 files changed, 25 deletions(-)

 docs: remove any badges linking

These sidelinking could become a privacy issue and not needed within
Debian.

docs mkdocs.yml use_directory_urls configuration option.patch | (download)

mkdocs.yml | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 docs: mkdocs.yml use_directory_urls configuration option

To make it easier to browse the documentation locally.

model_fields on class.patch | (download)

odmantic/model.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 access model_fields on class not instance