pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-factory_boy: update to 2.12.0
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Tue May 19 20:35:29 2020 +0200
Changeset: 97ef8944773350614862f54864111c54ee99db3a
Modified Files:
py-factory_boy/Makefile
py-factory_boy/distinfo
Log Message:
py-factory_boy: update to 2.12.0
2.12.0 (2019-05-11)
-------------------
*New:*
- Add support for Python 3.7
- Add support for Django 2.1
- Add :attr:`~factory.fuzzy.FuzzyChoice.getter` to :class:`~factory.fuzzy.FuzzyChoice` that mimics
the behavior of ``getter`` in :class:`~factory.Iterator`
- Make the ``extra_kwargs`` parameter of :meth:`~factory.faker.Faker.generate` optional
- Add :class:`~factory.RelatedFactoryList` class for one-to-many support, thanks `Sean Harrington <https://github.com/seanharr11>`_.
- Make the `locale` argument for :class:`~factory.faker.Faker` keyword-only
*Bugfix:*
- Allow renamed arguments to be optional, thanks to `Justin Crown <https://github.com/mrname>`_.
- Fix `django_get_or_create` behavior when using multiple fields with `unique=True`, thanks to `@YPCrumble <https://github.com/YPCrumble>`
2.11.1 (2018-05-05)
-------------------
*Bugfix:*
- Fix passing deep context to a :class:`~factory.SubFactory` (``Foo(x__y__z=factory.Faker('name')``)
2.11.0 (2018-05-05)
-------------------
*Bugfix:*
- Fix :class:`~factory.fuzzy.FuzzyFloat` to return a 15 decimal digits precision float by default
- :issue:`451`: Restore :class:`~factory.django.FileField` to a
:class:`~factory.declarations.ParameteredAttribute`, relying on composition to parse the provided parameters.
- :issue:`389`: Fix random state management with ``faker``.
- :issue:`466`: Restore mixing :class:`~factory.Trait` and :meth:`~factory.post_generation`.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=97ef8944773350614862f54864111c54ee99db3a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-factory_boy/Makefile | 3 +--
py-factory_boy/distinfo | 8 ++++----
2 files changed, 5 insertions(+), 6 deletions(-)
diffs:
diff --git a/py-factory_boy/Makefile b/py-factory_boy/Makefile
index f2e5429ef6..777fb9b4ec 100644
--- a/py-factory_boy/Makefile
+++ b/py-factory_boy/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= factory_boy-2.10.0
+DISTNAME= factory_boy-2.12.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=f/factory_boy/}
@@ -10,7 +10,6 @@ HOMEPAGE= https://github.com/FactoryBoy/factory_boy
COMMENT= Versatile test fixtures replacement
LICENSE= mit
-DEPENDS+= ${PYPKGPREFIX}-setuptools>=18.5:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-faker>=0.7.0:../../devel/py-faker
.include "../../lang/python/egg.mk"
diff --git a/py-factory_boy/distinfo b/py-factory_boy/distinfo
index 13f4854a73..2fffec1cb1 100644
--- a/py-factory_boy/distinfo
+++ b/py-factory_boy/distinfo
@@ -1,6 +1,6 @@
$NetBSD$
-SHA1 (factory_boy-2.10.0.tar.gz) = d8a8eca74765f08a8e4a6cabe7e26a3c6cdedb18
-RMD160 (factory_boy-2.10.0.tar.gz) = ee1f0a53604a456a9f01f5a28ff0b9219fa8eaf6
-SHA512 (factory_boy-2.10.0.tar.gz) = 89db5a0630e428548ebf1cfd6fba6ab2025b25418c02f869539b0155b4ac33ecb26474106d1c8e1ad64186ab90797d356e94714ceea515c018b57b944cfbf80d
-Size (factory_boy-2.10.0.tar.gz) = 42769 bytes
+SHA1 (factory_boy-2.12.0.tar.gz) = 29b59501719a2ef52025129bacfb66f86a796405
+RMD160 (factory_boy-2.12.0.tar.gz) = 7d4f1e2b18abade51262651b2db6c60adfc1e83e
+SHA512 (factory_boy-2.12.0.tar.gz) = f87963fb650df9b6e2e5bd7bea5fdc6c35d352839edfea7ff79f3ff236e85098879a506d132d63a47c3290d5beee925ab19943eb4ecdb522f33f8ffff69dc742
+Size (factory_boy-2.12.0.tar.gz) = 153557 bytes
Home |
Main Index |
Thread Index |
Old Index