factory-boy 2.11.1-5ubuntu1 source package in Ubuntu

Changelog

factory-boy (2.11.1-5ubuntu1) mantic; urgency=medium

  * d/p/demo-django4-compatibility.patch: Fix Django 4 compatibility in the
    example application used in the django-example autopkgtest (LP: #2022089)

 -- Lena Voytek <email address hidden>  Thu, 24 Aug 2023 13:57:01 -0700

Upload details

Uploaded by:
Lena Voytek
Sponsored by:
Sergio Durigan Junior
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
factory-boy_2.11.1.orig.tar.gz 134.0 KiB 7d1038051d3bf468a4ec05a7e9e584985ad827e8af2badeefc93121f0e1a5633
factory-boy_2.11.1-5ubuntu1.debian.tar.xz 13.9 KiB d278b0942123164da8a9a960c85aa809af7110c0b7ddd0e789fb8aa430384f40
factory-boy_2.11.1-5ubuntu1.dsc 2.4 KiB d3581369cfa8a87a4d3af08d63f3abc07813f978a88ccb1821fc4272665c97e3

View changes file

Binary packages built by this source

python-factory-boy-doc: test fixtures replacement based on factory_girl for Ruby - doc

 factory_boy is a fixtures replacement based on thoughtbot's factory_girl. Like
 factory_girl it has a straightforward definition syntax, support for multiple
 build strategies (saved instances, unsaved instances, attribute dicts, and
 stubbed objects), and support for multiple factories for the same class,
 including factory inheritance.
 .
 Django support is included, and support for other ORMs can be easily added.
 .
 This package provides the documentation.

python3-factory-boy: test fixtures replacement based on factory_girl for Ruby - Python 3.x

 factory_boy is a fixtures replacement based on thoughtbot's factory_girl. Like
 factory_girl it has a straightforward definition syntax, support for multiple
 build strategies (saved instances, unsaved instances, attribute dicts, and
 stubbed objects), and support for multiple factories for the same class,
 including factory inheritance.
 .
 Django support is included, and support for other ORMs can be easily added.
 .
 This package provides the Python 3.x module.