1
0
forked from pool/python-Django

Accepting request 923266 from home:aplanas:branches:devel:languages:python:django

- Update to 3.2.8
  + Fixed a bug in Django 3.2 that caused incorrect links on read-only
    fields in the admin
  + Fixed a regression in Django 3.2 that caused incorrect selection
    of items across all pages when actions were placed both on the top
    and bottom of the admin change-list view
- Drop failing_test_subparser_invalid_option.patch, as is already in
  the upstream code.

OBS-URL: https://build.opensuse.org/request/show/923266
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=92
This commit is contained in:
2021-10-05 14:47:49 +00:00
committed by Git OBS Bridge
parent 4e559eca14
commit bccc7af30c
8 changed files with 241 additions and 208 deletions

View File

@@ -23,7 +23,7 @@
%bcond_with memcached
Name: python-Django
# We want support LTS versions of Django - numbered 2.2 -> 3.2 -> 4.2 etc
Version: 3.2.7
Version: 3.2.8
Release: 0
Summary: A high-level Python Web framework
License: BSD-3-Clause
@@ -32,10 +32,6 @@ Source: https://www.djangoproject.com/m/releases/3.2/Django-%{version}.t
Source1: https://www.djangoproject.com/m/pgp/Django-%{version}.checksum.txt#/Django-%{version}.tar.gz.asc
Source2: %{name}.keyring
Source99: python-Django-rpmlintrc
# PATCH-FIX-UPSTREAM failing_test_subparser_invalid_option.patch https://code.djangoproject.com/ticket/33082 mcepl@suse.com
# fixes test_subparser_invalid_option regression with Python 3.9.7
# Patch from https://github.com/django/django/commit/b61f44c339830ea53663415f00cbd17e2fd5aa43
Patch0: failing_test_subparser_invalid_option.patch
BuildRequires: %{python_module Jinja2 >= 2.9.2}
BuildRequires: %{python_module Pillow}
BuildRequires: %{python_module PyYAML}