Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-ipware for
openSUSE:Factory checked in at 2026-04-14 00:06:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-ipware (Old)
and /work/SRC/openSUSE:Factory/.python-django-ipware.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-ipware"
Tue Apr 14 00:06:36 2026 rev:8 rq:1346365 version:7.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-ipware/python-django-ipware.changes
2025-06-03 17:53:54.370517939 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-ipware.new.21863/python-django-ipware.changes
2026-04-14 00:06:36.361608931 +0200
@@ -1,0 +2,21 @@
+Fri Apr 3 16:32:51 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 7.0.1:
+ * Up version python-ipware (minimal possible api /
+ compatibility change)
+ * Add `HTTP_CF_CONNECTING_IP` to list of known ip headers (Adam
+ M.)
+ * Remove `HTTP_VIA` header support (unreliable IP information)
+ (@yourcelf)
+ * Up-version python-ipware to 2.0.3
+ * Add typings (thx: @federicobond)
+ * Show in Pypi Python 3.12 is supported (thx: @jrobichaud)
+ * Add support for Django 5.0 (thx: @cclauss)
+ * Add support for Python 3.12 (thx: @cclauss)
+ * Add IPWARE_META_PROXY_COUNT setting + corresponding docs
+ (thx: @mmcclelland1002)
+ * Use python-ipware under the hood
+ * Minor behavior changes as python-ipware is more accurate
+ * Use 5.0.2 if you need the old behavior
+
+-------------------------------------------------------------------
Old:
----
django-ipware-5.0.2.tar.gz
New:
----
django_ipware-7.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-ipware.spec ++++++
--- /var/tmp/diff_new_pack.tw2vLV/_old 2026-04-14 00:06:37.121640177 +0200
+++ /var/tmp/diff_new_pack.tw2vLV/_new 2026-04-14 00:06:37.125640342 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-django-ipware
#
-# 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,20 +18,22 @@
%{?sle15_python_module_pythons}
Name: python-django-ipware
-Version: 5.0.2
+Version: 7.0.1
Release: 0
Summary: Django utility application that returns client's real IP
address
License: MIT
Group: Development/Languages/Python
URL: https://github.com/un33k/django-ipware
-Source:
https://github.com/un33k/django-ipware/archive/refs/tags/v%{version}.tar.gz#/django-ipware-%{version}.tar.gz
+Source:
https://github.com/un33k/django-ipware/archive/refs/tags/v%{version}.tar.gz#/django_ipware-%{version}.tar.gz
BuildRequires: %{python_module Django}
BuildRequires: %{python_module pip}
+BuildRequires: %{python_module python-ipware >= 2.0.3}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Django
+Requires: python-python-ipware >= 2.0.3
BuildArch: noarch
%python_subpackages