Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-Django for openSUSE:Factory 
checked in at 2026-01-12 10:16:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Django (Old)
 and      /work/SRC/openSUSE:Factory/.python-Django.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Django"

Mon Jan 12 10:16:08 2026 rev:143 rq:1326319 version:5.2.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Django/python-Django.changes      
2025-12-29 15:16:01.041071804 +0100
+++ /work/SRC/openSUSE:Factory/.python-Django.new.1928/python-Django.changes    
2026-01-12 10:23:46.755543682 +0100
@@ -1,0 +2,11 @@
+Fri Jan  9 09:41:44 UTC 2026 - Markéta Machová <[email protected]>
+
+- Update to 5.2.10
+  * Fixed a bug in Django 5.2 where data exceeding max_length was
+    silently truncated by QuerySet.bulk_create() on PostgreSQL
+  * Fixed a bug where management command colorized help (introduced
+    in Python 3.14) ignored the --no-color option and the DJANGO_COLORS
+    setting
+- Drop merged test_strip_tags_incomplete.patch
+
+-------------------------------------------------------------------

Old:
----
  Django-5.2.9.checksum.txt
  django-5.2.9.tar.gz
  test_strip_tags_incomplete.patch

New:
----
  Django-5.2.10.checksum.txt
  django-5.2.10.tar.gz

----------(Old B)----------
  Old:    setting
- Drop merged test_strip_tags_incomplete.patch
----------(Old E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Django.spec ++++++
--- /var/tmp/diff_new_pack.DNulY8/_old  2026-01-12 10:23:47.443571912 +0100
+++ /var/tmp/diff_new_pack.DNulY8/_new  2026-01-12 10:23:47.447572076 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Django
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
 %bcond_with libalternatives
 %endif
 Name:           python-Django
-Version:        5.2.9
+Version:        5.2.10
 Release:        0
 Summary:        A high-level Python Web framework
 License:        BSD-3-Clause
@@ -37,11 +37,9 @@
 Source99:       python-Django-rpmlintrc
 # PATCH-FIX-UPSTREAM https://github.com/django/django/pull/19530 Fixed #36421 
-- Made test_msgfmt_error_including_non_ascii compatible with with msgfmt 0.25.
 Patch1:         support-msgfmt-0.25.patch
-# PATCH-FIX-UPSTREAM https://github.com/django/django/pull/20390 Refs #36499 
-- Adjusted test_strip_tags following Python behavior change for incomplete 
entities.
-Patch2:         test_strip_tags_incomplete.patch
 # PATCH-FIX-UPSTREAM https://github.com/django/django/pull/19639 Fixed #36499 
-- Adjusted utils_tests.test_html.TestUtilsHtml.test_strip_tags following 
Python's HTMLParser new behavior.
 # fixed and refined upstream, but some of our interpreters weren't updated to 
a new version yet and still only carry the patch, so providing the 
non-conditional version
-Patch3:         test_strip_tags.patch
+Patch2:         test_strip_tags.patch
 BuildRequires:  %{python_module Jinja2 >= 2.9.2}
 BuildRequires:  %{python_module Pillow >= 6.2.0}
 BuildRequires:  %{python_module PyYAML}

++++++ Django-5.2.9.checksum.txt -> Django-5.2.10.checksum.txt ++++++
--- /work/SRC/openSUSE:Factory/python-Django/Django-5.2.9.checksum.txt  
2025-12-09 12:51:55.859924579 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-Django.new.1928/Django-5.2.10.checksum.txt   
    2026-01-12 10:23:46.483532521 +0100
@@ -2,24 +2,24 @@
 Hash: SHA256
 
 This file contains MD5, SHA1, and SHA256 checksums for the
-source-code tarball and wheel files of Django 5.2.9, released December 2, 2025.
+source-code tarball and wheel files of Django 5.2.10, released January 6, 2026.
 
 To use this file, you will need a working install of PGP or other
 compatible public-key encryption software. You will also need to have
 the Django release manager's public key in your keyring. This key has
-the ID ``2EE82A8D9470983E`` and can be imported from the MIT
+the ID ``131403F4D16D8DC7`` and can be imported from the MIT
 keyserver, for example, if using the open-source GNU Privacy Guard
 implementation of PGP:
 
-    gpg --keyserver pgp.mit.edu --recv-key 2EE82A8D9470983E
+    gpg --keyserver pgp.mit.edu --recv-key 131403F4D16D8DC7
 
 or via the GitHub API:
 
-    curl https://github.com/nessita.gpg | gpg --import -
+    curl https://github.com/jacobtylerwalls.gpg | gpg --import -
 
 Once the key is imported, verify this file:
 
-    gpg --verify Django-5.2.9.checksum.txt
+    gpg --verify Django-5.2.10.checksum.txt
 
 Once you have verified this file, you can use normal MD5, SHA1, or SHA256
 checksumming applications to generate the checksums of the Django
@@ -28,40 +28,40 @@
 Release packages
 ================
 
-https://www.djangoproject.com/download/5.2.9/tarball/
-https://www.djangoproject.com/download/5.2.9/wheel/
+https://www.djangoproject.com/download/5.2.10/tarball/
+https://www.djangoproject.com/download/5.2.10/wheel/
 
 MD5 checksums
 =============
 
-e7d89ddfdca79542039dbab31e4bede8  django-5.2.9.tar.gz
-42dd57f28b8dd5750ef76b64277d3e9e  django-5.2.9-py3-none-any.whl
+98e667c17123f7bbd2d7d1db32f9ccdd  django-5.2.10.tar.gz
+18c82b021ddfeae5703023a784e46945  django-5.2.10-py3-none-any.whl
 
 SHA1 checksums
 ==============
 
-7a086625e45275159590da36818923da76beeb8d  django-5.2.9.tar.gz
-c0808a610ea903a17736634e9c21556ea9d675e4  django-5.2.9-py3-none-any.whl
+a215351eb827f0f8dbab6a83db334dfd45a040d8  django-5.2.10.tar.gz
+363f7332c354a91cfd40cbcd4a1df4291064fc64  django-5.2.10-py3-none-any.whl
 
 SHA256 checksums
 ================
 
-16b5ccfc5e8c27e6c0561af551d2ea32852d7352c67d452ae3e76b4f6b2ca495  
django-5.2.9.tar.gz
-3a4ea88a70370557ab1930b332fd2887a9f48654261cdffda663fef5976bb00a  
django-5.2.9-py3-none-any.whl
+74df100784c288c50a2b5cad59631d71214f40f72051d5af3fdf220c20bdbbbe  
django-5.2.10.tar.gz
+cf85067a64250c95d5f9067b056c5eaa80591929f7e16fbcd997746e40d6c45c  
django-5.2.10-py3-none-any.whl
 
 -----BEGIN PGP SIGNATURE-----
 
-iQIzBAEBCAAdFiEEW1sboQ2FrHxcduOPLugqjZRwmD4FAmku3VwACgkQLugqjZRw
-mD5F3g//dIdnKXZmSm2DAUNOKK97RSceCWzcbL9GAEclVz2F1Nnj8ZkXM+T060Lk
-yYZnWVpfwyux/ak1tjWWKfI28jrZ8TQBq5l/MHELYL4s2exel9oQXFqkfyqUlwga
-S/OdhXZavabW+aAdVe/OMC7AnFbCRo5dbM1XF9U5KOtEG2FsU0RkqOyIpXZvZ/Tk
-jQD7DzGco7lWEbtiZSe9sAPzImW3hRWKHkxo+IRiAPqNNRjIlK9o/voiqWzEYco6
-A3wWLSmAgUDTXfkcSbkVsETev7dpzhlBQZN1CDTMR3fzsLevdvqxMZYaENwg+K/x
-ARtUaMBsVhbB/Z4NO0OYrHe4aQbDxS/e2RjBWQG5hIXWwhbNNtrfZ9kxnJRcRgur
-xyl3GBuN9vLC0BgGpdmg0FTBwpervJiHYcmcxY93IxcM7/WMb3qFEN7XZxJIrwW/
-5qBa3+q1sjoqI1RF7MIhCUAhDO56MRFx1dn1iF8iokXjrKpOmf4pKr/1qujaC8rs
-KN+Fs99PHGmbXgpb/AfP9nVDPTZFFO2iLbpwICOqTmT9yiFI7lYRt2N4ozb0hcI4
-o/1LkjE9JDpYKa1DeoIwlMnC18EJJfI3NMDIHzUFzS0jLGtIoM5A7xf4fK0+t26U
-AMZIegmynfVhyfMHUaVwPL9LFtiFqdUX7fPTrFlO2pmtCAFMgy8=
-=kZfB
+iQIzBAEBCAAdFiEEU9RpQuAGoqPu3IvIExQD9NFtjccFAmldU1gACgkQExQD9NFt
+jccJlA//cN08kKwniqRtHV7cxkqugTTP11AiZirz/QDjWnzmyTT9cUEv7sbHF3An
+uJQyVaqHuOITbi437vuLyBR4Z+tN1XA3AGe+TdXeHWmmHhDS2xMzuDUuBzrACfVp
++H1pFSCVtp0koLJHUOtOHmxAsjsBirCJDawY8x2t5cpAiHH1bUn/NkpcNbSKJnUV
+FhdbygZnV9ZLbnhsyu++Ym7XT3QdoL4V2GsYsqru3hlwei3jexVZx9RjIUC/krqs
+hgC3NyOs0KvHyehjAKZdvcIjFa38mpMxmpXdWpMMPyoN0p6SdBQ8cE+oa83jsrzK
+YeHQgGXhbB3ALJ4mIwJirIyyMmEQdTx/Zeh++IayGUUzuoNWi88b3IGCNOOhGRPp
+tr0EqM4YKr1pgmNibr5UGwHk1bW3ugT2nUEIs2XnQUb3ItQMEyeh2scuL2IpSkVW
+EWJb7CT3WomxSc8xWRm39/g9voXBhQt3dtUBv/VL+MdBBqsK5fL14A0tKd8HagBJ
+jo1xVnO6730CIsM61ydHhi5ZGCoXADBS1IFPYPGeaTN3xsMsRPjEkf8KFI/idmkE
+HnvuZq3Z0h6ipTR+zdzzNhpP+6VOKBaxgDeU64DGYlSEMvdFJE8HQhmzz9Pks0va
+k6qCiXOskgozRGFuiFj2KUQ+a4Qj3UwSOgg6Z5ztbU2aTytgG38=
+=GJeZ
 -----END PGP SIGNATURE-----

++++++ django-5.2.9.tar.gz -> django-5.2.10.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-Django/django-5.2.9.tar.gz 
/work/SRC/openSUSE:Factory/.python-Django.new.1928/django-5.2.10.tar.gz differ: 
char 5, line 1

Reply via email to