Path to this page:
Subject: CVS commit: pkgsrc/devel/py-factory_boy
From: Adam Ciarcinski
Date: 2024-08-20 10:07:41
Message id: 20240820080741.9E421FC74@cvs.NetBSD.org
Log Message:
py-factory_boy: updated to 3.3.1
3.3.1 (2024-08-18)
*New:*
- Add support for Django 4.2
- Add support for Django 5.1
- Add support for Python 3.12
- :issue:`903`: Add basic typing annotations
- Run the test suite against ``mongomock`` instead of an actual MongoDB server
*Bugfix:*
- :issue:`1031`: Do not require \
:attr:`~factory.alchemy.SQLAlchemyOptions.sqlalchemy_session` when
:attr:`~factory.alchemy.SQLAlchemyOptions.sqlalchemy_session_factory` is provided.
*Removed:*
- Stop advertising and verifying support for Django 3.2, 4.0, 4.1
Files: