diff --git a/factory_boy-3.3.0.tar.gz b/factory_boy-3.3.0.tar.gz deleted file mode 100644 index fa7daa3..0000000 --- a/factory_boy-3.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc76d97d1a65bbd9842a6d722882098eb549ec8ee1081f9fb2e8ff29f0c300f1 -size 163604 diff --git a/factory_boy-3.3.1.tar.gz b/factory_boy-3.3.1.tar.gz new file mode 100644 index 0000000..9063612 --- /dev/null +++ b/factory_boy-3.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8317aa5289cdfc45f9cae570feb07a6177316c82e34d14df3c2e1f22f26abef0 +size 163924 diff --git a/python-factory_boy.changes b/python-factory_boy.changes index 5c7cff3..aa41d16 100644 --- a/python-factory_boy.changes +++ b/python-factory_boy.changes @@ -1,9 +1,19 @@ +------------------------------------------------------------------- +Sat Aug 31 12:41:40 UTC 2024 - Dirk Müller + +- update to 3.3.1: + * Add support for Django 4.2 + * Add support for Django 5.1 + * Add support for Python 3.12 + * Stop advertising and verifying support for Django 3.2, 4.0, + 4.1 + ------------------------------------------------------------------- Thu Nov 9 11:32:25 UTC 2023 - ecsos - Update to 3.3.0 * New: - - :issue:`366`: Add :class:`factory.django.Password` to generate Django + - :issue:`366`: Add :class:`factory.django.Password` to generate Django :class:`~django.contrib.auth.models.User` passwords. - :issue:`304`: Add :attr:`~factory.alchemy.SQLAlchemyOptions.sqlalchemy_session_factory` to dynamically create sessions for use by the :class:`~factory.alchemy.SQLAlchemyModelFactory`. @@ -23,7 +33,7 @@ Thu Nov 9 11:32:25 UTC 2023 - ecsos - To help with the transition, :class:`factory.django.DjangoModelFactory._after_postgeneration` raises a :class:`DeprecationWarning` when calling :meth:`~django.db.models.Model.save`. Inspect your :class:`~factory.django.DjangoModelFactory` subclasses: - + If the :meth:`~django.db.models.Model.save` call is not needed after :class:`~factory.PostGeneration`, set + + If the :meth:`~django.db.models.Model.save` call is not needed after :class:`~factory.PostGeneration`, set :attr:`factory.django.DjangoOptions.skip_postgeneration_save` to True in the factory meta. + Otherwise, the instance has been modified by :class:`~factory.PostGeneration` hooks and needs to be :meth:`~django.db.models.Model.save`d. Either: @@ -38,7 +48,7 @@ Thu Nov 9 11:32:25 UTC 2023 - ecsos - Drop support for Python 3.6 - Drop support for Python 3.7 -- Drop tests-skip-django-py36.patch because new version need +- Drop tests-skip-django-py36.patch because new version need python >= 3.7. ------------------------------------------------------------------- @@ -49,7 +59,7 @@ Fri Apr 21 12:24:55 UTC 2023 - Dirk Müller ------------------------------------------------------------------- Wed Feb 1 20:48:11 UTC 2023 - Dirk Müller -- skip testing with Django on SLE15 +- skip testing with Django on SLE15 ------------------------------------------------------------------- Sat Jan 15 16:04:33 UTC 2022 - Dirk Müller @@ -149,7 +159,7 @@ Mon Mar 16 10:31:31 UTC 2020 - Tomáš Chvátal ------------------------------------------------------------------- Mon Nov 18 00:57:55 UTC 2019 - Steve Kowalik -- BuildRequires on %{pythons} as setuptools no longer drags it in. +- BuildRequires on %{pythons} as setuptools no longer drags it in. ------------------------------------------------------------------- Fri Jun 7 11:54:06 UTC 2019 - Marketa Calabkova diff --git a/python-factory_boy.spec b/python-factory_boy.spec index 6640031..1b3750f 100644 --- a/python-factory_boy.spec +++ b/python-factory_boy.spec @@ -1,7 +1,7 @@ # # spec file for package python-factory_boy # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-factory_boy -Version: 3.3.0 +Version: 3.3.1 Release: 0 Summary: Python test fixtures License: MIT