1
0

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-factory_boy?expand=0&rev=25
This commit is contained in:
Dirk Mueller 2022-01-15 16:04:48 +00:00 committed by Git OBS Bridge
parent c0bdb65fd1
commit 9b41eec4fb
4 changed files with 12 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:401cc00ff339a022f84d64a4339503d1689e8263a4478d876e58a3295b155c5b
size 153844

BIN
factory_boy-3.2.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jan 15 16:04:33 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 <mcepl@suse.com>

View File

@ -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