14
0

Accepting request 1198077 from devel:languages:python

- 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

    - :issue:`366`: Add :class:`factory.django.Password` to generate Django
      + If the :meth:`~django.db.models.Model.save` call is not needed after :class:`~factory.PostGeneration`, set
- Drop tests-skip-django-py36.patch because new version need
- skip testing with Django on SLE15
- BuildRequires on %{pythons} as setuptools no longer drags it in.

OBS-URL: https://build.opensuse.org/request/show/1198077
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-factory_boy?expand=0&rev=21
This commit is contained in:
2024-09-03 11:37:07 +00:00
committed by Git OBS Bridge
4 changed files with 20 additions and 10 deletions

View File

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

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

Binary file not shown.

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Aug 31 12:41:40 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <ecsos@opensuse.org> Thu Nov 9 11:32:25 UTC 2023 - ecsos <ecsos@opensuse.org>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-factory_boy # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-factory_boy Name: python-factory_boy
Version: 3.3.0 Version: 3.3.1
Release: 0 Release: 0
Summary: Python test fixtures Summary: Python test fixtures
License: MIT License: MIT