Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-django-ckeditor for 
openSUSE:Factory checked in at 2026-01-22 15:18:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-ckeditor (Old)
 and      /work/SRC/openSUSE:Factory/.python-django-ckeditor.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-ckeditor"

Thu Jan 22 15:18:22 2026 rev:13 rq:1328634 version:6.7.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-django-ckeditor/python-django-ckeditor.changes
    2025-06-03 17:53:44.974128244 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-ckeditor.new.1928/python-django-ckeditor.changes
  2026-01-22 15:19:47.436259635 +0100
@@ -1,0 +2,6 @@
+Thu Jan 22 08:55:15 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 6.7.3:
+  * metadata updates (no code changes)
+
+-------------------------------------------------------------------

Old:
----
  django_ckeditor-6.7.2.tar.gz

New:
----
  django_ckeditor-6.7.3.tar.gz

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

Other differences:
------------------
++++++ python-django-ckeditor.spec ++++++
--- /var/tmp/diff_new_pack.djcBQZ/_old  2026-01-22 15:19:48.404299903 +0100
+++ /var/tmp/diff_new_pack.djcBQZ/_new  2026-01-22 15:19:48.408300069 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-ckeditor
 #
-# Copyright (c) 2025 SUSE LLC
+# 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
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-django-ckeditor
-Version:        6.7.2
+Version:        6.7.3
 Release:        0
 Summary:        Django admin CKEditor integration
 License:        BSD-3-Clause

++++++ django_ckeditor-6.7.2.tar.gz -> django_ckeditor-6.7.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django_ckeditor-6.7.2/PKG-INFO 
new/django_ckeditor-6.7.3/PKG-INFO
--- old/django_ckeditor-6.7.2/PKG-INFO  2024-12-05 10:36:50.303753900 +0100
+++ new/django_ckeditor-6.7.3/PKG-INFO  2025-06-06 12:16:24.997605600 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.4
 Name: django-ckeditor
-Version: 6.7.2
+Version: 6.7.3
 Summary: Django admin CKEditor integration.
 Home-page: https://github.com/django-ckeditor/django-ckeditor
 Author: Shaun Sephton & Piotr Malinski
@@ -13,6 +13,7 @@
 Classifier: Programming Language :: Python :: 3.10
 Classifier: Programming Language :: Python :: 3.11
 Classifier: Programming Language :: Python :: 3.12
+Classifier: Programming Language :: Python :: 3.13
 Classifier: License :: OSI Approved :: BSD License
 Classifier: Operating System :: OS Independent
 Classifier: Framework :: Django
@@ -20,12 +21,24 @@
 Classifier: Framework :: Django :: 4.1
 Classifier: Framework :: Django :: 4.2
 Classifier: Framework :: Django :: 5.0
+Classifier: Framework :: Django :: 5.1
+Classifier: Framework :: Django :: 5.2
 Classifier: Intended Audience :: Developers
 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
 Requires-Python: >=3.8
 License-File: LICENSE
 Requires-Dist: Django>=3.2
 Requires-Dist: django-js-asset>=2.0
+Dynamic: author
+Dynamic: author-email
+Dynamic: classifier
+Dynamic: description
+Dynamic: home-page
+Dynamic: license-file
+Dynamic: project-url
+Dynamic: requires-dist
+Dynamic: requires-python
+Dynamic: summary
 
 Deprecation notice
 ==================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django_ckeditor-6.7.2/ckeditor/__init__.py 
new/django_ckeditor-6.7.3/ckeditor/__init__.py
--- old/django_ckeditor-6.7.2/ckeditor/__init__.py      2024-12-05 
10:35:38.000000000 +0100
+++ new/django_ckeditor-6.7.3/ckeditor/__init__.py      2025-06-06 
12:16:10.000000000 +0200
@@ -1,2 +1,2 @@
-VERSION = (6, 7, 2)
+VERSION = (6, 7, 3)
 __version__ = ".".join(map(str, VERSION))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django_ckeditor-6.7.2/django_ckeditor.egg-info/PKG-INFO 
new/django_ckeditor-6.7.3/django_ckeditor.egg-info/PKG-INFO
--- old/django_ckeditor-6.7.2/django_ckeditor.egg-info/PKG-INFO 2024-12-05 
10:36:50.000000000 +0100
+++ new/django_ckeditor-6.7.3/django_ckeditor.egg-info/PKG-INFO 2025-06-06 
12:16:24.000000000 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.4
 Name: django-ckeditor
-Version: 6.7.2
+Version: 6.7.3
 Summary: Django admin CKEditor integration.
 Home-page: https://github.com/django-ckeditor/django-ckeditor
 Author: Shaun Sephton & Piotr Malinski
@@ -13,6 +13,7 @@
 Classifier: Programming Language :: Python :: 3.10
 Classifier: Programming Language :: Python :: 3.11
 Classifier: Programming Language :: Python :: 3.12
+Classifier: Programming Language :: Python :: 3.13
 Classifier: License :: OSI Approved :: BSD License
 Classifier: Operating System :: OS Independent
 Classifier: Framework :: Django
@@ -20,12 +21,24 @@
 Classifier: Framework :: Django :: 4.1
 Classifier: Framework :: Django :: 4.2
 Classifier: Framework :: Django :: 5.0
+Classifier: Framework :: Django :: 5.1
+Classifier: Framework :: Django :: 5.2
 Classifier: Intended Audience :: Developers
 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
 Requires-Python: >=3.8
 License-File: LICENSE
 Requires-Dist: Django>=3.2
 Requires-Dist: django-js-asset>=2.0
+Dynamic: author
+Dynamic: author-email
+Dynamic: classifier
+Dynamic: description
+Dynamic: home-page
+Dynamic: license-file
+Dynamic: project-url
+Dynamic: requires-dist
+Dynamic: requires-python
+Dynamic: summary
 
 Deprecation notice
 ==================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django_ckeditor-6.7.2/setup.py 
new/django_ckeditor-6.7.3/setup.py
--- old/django_ckeditor-6.7.2/setup.py  2024-09-16 08:51:01.000000000 +0200
+++ new/django_ckeditor-6.7.3/setup.py  2025-06-06 12:15:56.000000000 +0200
@@ -60,6 +60,7 @@
         "Programming Language :: Python :: 3.10",
         "Programming Language :: Python :: 3.11",
         "Programming Language :: Python :: 3.12",
+        "Programming Language :: Python :: 3.13",
         "License :: OSI Approved :: BSD License",
         "Operating System :: OS Independent",
         "Framework :: Django",
@@ -67,6 +68,8 @@
         "Framework :: Django :: 4.1",
         "Framework :: Django :: 4.2",
         "Framework :: Django :: 5.0",
+        "Framework :: Django :: 5.1",
+        "Framework :: Django :: 5.2",
         "Intended Audience :: Developers",
         "Topic :: Internet :: WWW/HTTP :: Dynamic Content",
     ],

Reply via email to