diff --git a/factory_boy-3.2.0.tar.gz b/factory_boy-3.2.0.tar.gz deleted file mode 100644 index da6e7cc..0000000 --- a/factory_boy-3.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:401cc00ff339a022f84d64a4339503d1689e8263a4478d876e58a3295b155c5b -size 153844 diff --git a/factory_boy-3.2.1.tar.gz b/factory_boy-3.2.1.tar.gz new file mode 100644 index 0000000..a4ce82b --- /dev/null +++ b/factory_boy-3.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a98d277b0c047c75eb6e4ab8508a7f81fb03d2cb21986f627913546ef7a2a55e +size 153483 diff --git a/python-factory_boy.changes b/python-factory_boy.changes index 4dd67d4..b7939d4 100644 --- a/python-factory_boy.changes +++ b/python-factory_boy.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jan 15 16:04:33 UTC 2022 - Dirk Müller + +- update to 3.2.1: + - Add support for Django 3.2 + - Do not override signals receivers registered in a :meth:`~factory.django.mute_signals` context. + ------------------------------------------------------------------- Tue Dec 28 22:54:39 UTC 2021 - Matej Cepl diff --git a/python-factory_boy.spec b/python-factory_boy.spec index 615a3ff..fb8cc83 100644 --- a/python-factory_boy.spec +++ b/python-factory_boy.spec @@ -1,7 +1,7 @@ # # spec file for package python-factory_boy # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-factory_boy -Version: 3.2.0 +Version: 3.2.1 Release: 0 Summary: Python test fixtures License: MIT