Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-django-request for 
openSUSE:Factory checked in at 2026-02-03 21:30:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-request (Old)
 and      /work/SRC/openSUSE:Factory/.python-django-request.new.1995 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-request"

Tue Feb  3 21:30:15 2026 rev:9 rq:1330516 version:1.7.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-django-request/python-django-request.changes  
    2025-04-15 16:49:02.714991014 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-request.new.1995/python-django-request.changes
    2026-02-03 21:31:28.956613737 +0100
@@ -1,0 +2,7 @@
+Sat Jan 31 11:08:38 UTC 2026 - Andreas Prittwitz <[email protected]>
+
+- Update to version 1.7.1
+  * Confirms support for Python 3.12 and 3.14
+  * Confirms support for Django 5.2 and 6.0
+
+-------------------------------------------------------------------

Old:
----
  django-request-1.7.0.tar.gz

New:
----
  django-request-1.7.1.tar.gz

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

Other differences:
------------------
++++++ python-django-request.spec ++++++
--- /var/tmp/diff_new_pack.7i6E9g/_old  2026-02-03 21:31:30.984698907 +0100
+++ /var/tmp/diff_new_pack.7i6E9g/_new  2026-02-03 21:31:31.008699914 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-request
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:           python-django-request
-Version:        1.7.0
+Version:        1.7.1
 Release:        0
 Summary:        Django statistics app
 License:        BSD-2-Clause

++++++ django-request-1.7.0.tar.gz -> django-request-1.7.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-request-1.7.0/.github/workflows/tests.yml 
new/django-request-1.7.1/.github/workflows/tests.yml
--- old/django-request-1.7.0/.github/workflows/tests.yml        2025-02-09 
08:27:12.000000000 +0100
+++ new/django-request-1.7.1/.github/workflows/tests.yml        2025-10-16 
12:26:47.000000000 +0200
@@ -21,6 +21,7 @@
         - '3.11'
         - '3.12'
         - '3.13'
+        - '3.14'
 
     steps:
       - uses: actions/checkout@v4
@@ -43,7 +44,7 @@
       - name: Set up Python
         uses: actions/setup-python@v5
         with:
-          python-version: '3.13'
+          python-version: '3.14'
       - name: Ensure latest setuptools
         run: |
           python -m pip install --upgrade pip setuptools
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-request-1.7.0/CHANGELOG.md 
new/django-request-1.7.1/CHANGELOG.md
--- old/django-request-1.7.0/CHANGELOG.md       2025-02-09 08:27:12.000000000 
+0100
+++ new/django-request-1.7.1/CHANGELOG.md       2025-10-16 12:26:47.000000000 
+0200
@@ -1,5 +1,13 @@
 # Changelog for django-request
 
+## 1.7.1
+
+### Enhancements
+
+* Confirms support for Python 3.12 and 3.14.
+
+* Confirms support for Django 5.2 and 6.0.
+
 ## 1.7.0
 
 ### Breaking
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-request-1.7.0/LICENSE 
new/django-request-1.7.1/LICENSE
--- old/django-request-1.7.0/LICENSE    2025-02-09 08:27:12.000000000 +0100
+++ new/django-request-1.7.1/LICENSE    2025-10-16 12:26:47.000000000 +0200
@@ -1,4 +1,4 @@
-Copyright (c) 2009-2023, Kyle Fuller and Mariusz Felisiak
+Copyright (c) 2009-2025, Kyle Fuller and Mariusz Felisiak
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-request-1.7.0/README.rst 
new/django-request-1.7.1/README.rst
--- old/django-request-1.7.0/README.rst 2025-02-09 08:27:12.000000000 +0100
+++ new/django-request-1.7.1/README.rst 2025-10-16 12:26:47.000000000 +0200
@@ -32,8 +32,8 @@
 Requirements
 ------------
 
-* **Python**: 3.8, 3.9, 3.10, 3.11, 3.12, 3.13
-* **Django**: 4.2, 5.0, 5.1
+* **Python**: 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.14
+* **Django**: 4.2, 5.0, 5.1, 5.2, 6.0
 * **python-dateutil**
 
 django-request 1.5.1_ is the last version that supports Django 1.4, 1.5, 1.6.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-request-1.7.0/pyproject.toml 
new/django-request-1.7.1/pyproject.toml
--- old/django-request-1.7.0/pyproject.toml     2025-02-09 08:27:12.000000000 
+0100
+++ new/django-request-1.7.1/pyproject.toml     2025-10-16 12:26:47.000000000 
+0200
@@ -4,7 +4,7 @@
 
 [project]
 name = "django-request"
-version = "1.7.0"
+version = "1.7.1"
 dependencies = [
     "Django>=4.2",
     "python-dateutil",
@@ -26,6 +26,8 @@
     "Framework :: Django :: 4.2",
     "Framework :: Django :: 5.0",
     "Framework :: Django :: 5.1",
+    "Framework :: Django :: 5.2",
+    "Framework :: Django :: 6.0",
     "Intended Audience :: Developers",
     "License :: OSI Approved :: BSD License",
     "Operating System :: OS Independent",
@@ -37,6 +39,7 @@
     "Programming Language :: Python :: 3.11",
     "Programming Language :: Python :: 3.12",
     "Programming Language :: Python :: 3.13",
+    "Programming Language :: Python :: 3.14",
 ]
 
 [project.urls]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-request-1.7.0/request/__init__.py 
new/django-request-1.7.1/request/__init__.py
--- old/django-request-1.7.0/request/__init__.py        2025-02-09 
08:27:12.000000000 +0100
+++ new/django-request-1.7.1/request/__init__.py        2025-10-16 
12:26:47.000000000 +0200
@@ -1,4 +1,4 @@
-__version__ = "1.7.0"
+__version__ = "1.7.1"
 __copyright__ = "Copyright (c) 2009-2025, Kyle Fuller, Mariusz Felisiak"
 __author__ = [
     "Kyle Fuller <[email protected]>",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-request-1.7.0/tox.ini 
new/django-request-1.7.1/tox.ini
--- old/django-request-1.7.0/tox.ini    2025-02-09 08:27:12.000000000 +0100
+++ new/django-request-1.7.1/tox.ini    2025-10-16 12:26:47.000000000 +0200
@@ -3,7 +3,8 @@
     {py38,py39,py310,py311,py312}-django42-test
     {py310,py311,py312}-django50-test
     {py310,py311,py312,py313}-django51-test
-    {py312,py313}-djangomain-test
+    {py310,py311,py312,py313,py314}-django52-test
+    {py312,py313,py314}-django{60,main}-test
     isort
     flake
     black
@@ -16,6 +17,7 @@
     py311: python3.11
     py312: python3.12
     py313: python3.13
+    py314: python3.14
 commands =
     test: coverage run ./runtests.py
 deps =
@@ -23,19 +25,21 @@
     django42: Django>=4.2,<5.0
     django50: Django>=5.0,<5.1
     django51: Django>=5.1,<5.2
+    django52: Django>=5.2,<6.0
+    django60: Django>=6.0a1,<6.1
     djangomain: https://github.com/django/django/archive/main.tar.gz
 
 [testenv:isort]
-basepython = python3.13
+basepython = python3.14
 deps = isort >= 5.1.0
 commands = isort --check-only --diff request tests runtests.py
 
 [testenv:flake]
-basepython = python3.13
+basepython = python3.14
 deps = flake8
 commands = flake8
 
 [testenv:black]
-basepython = python3.13
+basepython = python3.14
 deps = black
 commands = black --check --diff .

Reply via email to