12 Commits

Author SHA256 Message Date
5f21a047b0 Accepting request 1336307 from devel:languages:python:django
- Update to 6.0.3
  * CVE-2026-25674: Potential incorrect permissions on newly created
    file system objects (bsc#1259142)
  * Fixed NameError when inspecting functions making use of deferred
    annotations in Python 3.14
  * Fixed AttributeError when subclassing builtin lookups and neglecting
    to override as_sql() to accept any sequence
  * Fixed TypeError when deprecation warnings are emitted in environments
    importing Django by namespace
  * Fixed a visual regression where fieldset legends were misaligned
    in the admin
  * Prevented the django.tasks.signals.task_finished signal from writing
    extraneous log messages when no exceptions are encountered

OBS-URL: https://build.opensuse.org/request/show/1336307
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django6?expand=0&rev=4
2026-03-04 20:09:56 +00:00
01f6cdcec3 - Update to 6.0.3
* CVE-2026-25674: Potential incorrect permissions on newly created
    file system objects (bsc#1259142)
  * Fixed NameError when inspecting functions making use of deferred
    annotations in Python 3.14
  * Fixed AttributeError when subclassing builtin lookups and neglecting
    to override as_sql() to accept any sequence
  * Fixed TypeError when deprecation warnings are emitted in environments
    importing Django by namespace
  * Fixed a visual regression where fieldset legends were misaligned
    in the admin
  * Prevented the django.tasks.signals.task_finished signal from writing
    extraneous log messages when no exceptions are encountered

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django6?expand=0&rev=10
2026-03-04 09:26:31 +00:00
5f217953ca Accepting request 1330889 from devel:languages:python:django
OBS-URL: https://build.opensuse.org/request/show/1330889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django6?expand=0&rev=3
2026-02-04 20:08:38 +00:00
9356993ff3 Accepting request 1330888 from home:mcalabkova:branches:devel:languages:python:django
- Update to 6.0.2 
  * CVE-2025-13473: Username enumeration through timing difference
    in mod_wsgi authentication handler (bsc#1257401)
  * CVE-2025-14550: Potential denial-of-service vulnerability via
    repeated headers when using ASGI (bsc#1257403)
  * CVE-2026-1207: Potential SQL injection via raster lookups on
    PostGIS (bsc#1257405)
  * CVE-2026-1285: Potential denial-of-service vulnerability in
    django.utils.text.Truncator HTML methods (bsc#1257406)
  * CVE-2026-1287: Potential SQL injection in column aliases via
    control characters (bsc#1257407)
  * CVE-2026-1312: Potential SQL injection via QuerySet.order_by
    and FilteredRelation (bsc#1257408)
  * Fixed a visual regression in Django 6.0 that caused the admin
    filter sidebar to wrap below the changelist when filter elements
    contained long text
  * Fixed a visual regression in Django 6.0 for admin form fields
    grouped under a <fieldset> aligned horizontally
  * Fixed a regression in Django 6.0 where auto_now_add field values
    were not populated during INSERT operations, due to incorrect
    parameters passed to field.pre_save()

OBS-URL: https://build.opensuse.org/request/show/1330888
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django6?expand=0&rev=8
2026-02-04 09:39:42 +00:00
c63c8ebd08 Accepting request 1326321 from devel:languages:python:django
update + please link the package

OBS-URL: https://build.opensuse.org/request/show/1326321
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django6?expand=0&rev=2
2026-01-09 16:04:41 +00:00
d416879d50 Accepting request 1326320 from home:mcalabkova:branches:openSUSE:Factory
- Update to 6.0.1
  * Fixed a bug in Django 5.2 where data exceeding max_length was
    silently truncated by QuerySet.bulk_create() on PostgreSQL
  * Fixed a regression in Django 6.0 where querystring mishandled
    multi-value QueryDict keys, both by only preserving the last
    value and by incorrectly handling None values
  * Fixed a regression in Django 6.0 that prevented changing the name
    of a ManyToManyField from taking effect when applying migrations
  * Fixed a bug where management command colorized help (introduced in
    Python 3.14) ignored the --no-color option and the DJANGO_COLORS
    setting
  * Fixed a regression in Django 6.0 that caused bulk_create() to
    crash when introspecting the connection on SQLite
  * Fixed a visual regression in Django 6.0 for admin form fields
    grouped under a <fieldset> in Safari
  * Fixed a crash in Django 6.0 caused by infinite recursion when
    calling repr() on an unevaluated django.utils.csp.LazyNonce
    instance
  * Fixed a regression in Django 6.0 where path() routes defined using
    gettext_lazy() failed to resolve correctly
  * Fixed a regression in Django 6.0 where the Widget.use_fieldset
    attribute of ClearableFileInput was flipped from False to True
  * Reverted an undocumented optimization in Django 6.0 that modified
    permission name and codename values when renaming models via a
    migration
- Drop merged test_strip_tags_incomplete.patch

OBS-URL: https://build.opensuse.org/request/show/1326320
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django6?expand=0&rev=6
2026-01-09 10:41:58 +00:00
4abdb1406f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django6?expand=0&rev=5 2026-01-03 20:10:16 +00:00
ac553f2d57 Accepting request 1325090 from devel:languages:python:django
Django6

python312+, keeping primary Django on 5.2

OBS-URL: https://build.opensuse.org/request/show/1325090
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django6?expand=0&rev=1
2026-01-03 16:26:28 +00:00
32163807bc fix conflicts
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django6?expand=0&rev=4
2026-01-02 10:28:47 +00:00
fac675683f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django6?expand=0&rev=3 2026-01-02 09:54:49 +00:00
ad1cf1a121 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django6?expand=0&rev=2 2026-01-02 09:14:47 +00:00
8012f9ebd1 Accepting request 1324818 from home:mcalabkova:branches:devel:languages:python:django
new release of Django
does not support python311, so let's keep it on a side

OBS-URL: https://build.opensuse.org/request/show/1324818
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django6?expand=0&rev=1
2025-12-30 13:30:16 +00:00