Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-factory_boy Remove garbage



details:   https://anonhg.NetBSD.org/pkgsrc/rev/42e1a60a59de
branches:  trunk
changeset: 432408:42e1a60a59de
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri May 22 01:14:03 2020 +0000

description:
Remove garbage

diffstat:

 devel/py-factory_boy/log |  37 -------------------------------------
 1 files changed, 0 insertions(+), 37 deletions(-)

diffs (41 lines):

diff -r b41886623cbc -r 42e1a60a59de devel/py-factory_boy/log
--- a/devel/py-factory_boy/log  Fri May 22 01:13:18 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,37 +0,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`.



Home | Main Index | Thread Index | Old Index