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 2023-11-13 22:18:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-ipware (Old)
and /work/SRC/openSUSE:Factory/.python-django-ipware.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-ipware"
Mon Nov 13 22:18:13 2023 rev:6 rq:1124973 version:5.0.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-ipware/python-django-ipware.changes
2023-10-05 20:06:06.453117065 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-ipware.new.17445/python-django-ipware.changes
2023-11-13 22:20:51.187463549 +0100
@@ -1,0 +2,12 @@
+Fri Nov 10 13:13:06 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 5.0.2:
+ * Enhancement:
+ * Drop Python 3.7 support
+ * Add support for Django 4.2
+ * Drop support for Django 4.0
+ * Drop support for PyPy
+ * Readme updates to encourage users to use `python-ipware`
+ instead of `django-ipware` (thx: rposborne)
+
+-------------------------------------------------------------------
Old:
----
django-ipware-5.0.1.tar.gz
New:
----
django-ipware-5.0.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-ipware.spec ++++++
--- /var/tmp/diff_new_pack.fhMrXp/_old 2023-11-13 22:20:51.663481076 +0100
+++ /var/tmp/diff_new_pack.fhMrXp/_new 2023-11-13 22:20:51.663481076 +0100
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-django-ipware
-Version: 5.0.1
+Version: 5.0.2
Release: 0
Summary: Django utility application that returns client's real IP
address
License: MIT
++++++ django-ipware-5.0.1.tar.gz -> django-ipware-5.0.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-ipware-5.0.1/.github/workflows/ci.yml
new/django-ipware-5.0.2/.github/workflows/ci.yml
--- old/django-ipware-5.0.1/.github/workflows/ci.yml 2023-10-03
02:46:28.000000000 +0200
+++ new/django-ipware-5.0.2/.github/workflows/ci.yml 2023-10-25
17:54:24.000000000 +0200
@@ -40,7 +40,7 @@
pip install --upgrade coveralls ruff
pip install "django~=${{ matrix.django-version }}"
- name: Run ruff
- run: ruff --format=github .
+ run: ruff .
- name: Run test
run: coverage run --source=ipware manage.py test
- name: Coveralls
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-ipware-5.0.1/CHANGELOG.md
new/django-ipware-5.0.2/CHANGELOG.md
--- old/django-ipware-5.0.1/CHANGELOG.md 2023-10-03 02:46:28.000000000
+0200
+++ new/django-ipware-5.0.2/CHANGELOG.md 2023-10-25 17:54:24.000000000
+0200
@@ -1,4 +1,4 @@
-# Unreleased
+# 5.0.2
Enhancement:
@@ -6,6 +6,7 @@
- Add support for Django 4.2
- Drop support for Django 4.0
- Drop support for PyPy
+- Readme updates to encourage users to use `python-ipware` instead of
`django-ipware` (thx: rposborne)
# 5.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-ipware-5.0.1/README.md
new/django-ipware-5.0.2/README.md
--- old/django-ipware-5.0.1/README.md 2023-10-03 02:46:28.000000000 +0200
+++ new/django-ipware-5.0.2/README.md 2023-10-25 17:54:24.000000000 +0200
@@ -1,13 +1,4 @@
# Django IPware
-## Deprecated
-
-This package is no longer maintained. Please use
[python-ipware](https://github.com/un33k/python-ipware) instead.
-
-`python-ipware` is a newer package, with more advanced features. While this a
Django specific package, `python-ipware` can be used with Django, Flask, etc.
-
-While this package is no longer maintained, it will continue to work as is. If
you are using this package, you are encouraged to migrate to `python-ipware` as
soon as possible.
-
-=====================================================================================
**A Django application to retrieve client's IP address**
@@ -15,6 +6,10 @@
[![version-image]][version-link]
[![coverage-image]][coverage-link]
+# Alternative package
+
+If you prefer a python only version that does not integrate with Django , you
can use the [python-ipware](https://github.com/un33k/python-ipware) package
instead. `django-ipware` will use python-ipware in the future.
+
# Overview
**Best attempt** to get client's IP address while keeping it **DRY**.
@@ -221,14 +216,11 @@
`MINOR` version -- when you add functionality in a backwards-compatible
manner, and
`PATCH` version -- when you make backwards-compatible bug fixes.
-[status-image]: https://travis-ci.org/un33k/django-ipware.svg?branch=master
-[status-link]: https://travis-ci.org/un33k/django-ipware
+[status-image]:
https://github.com/un33k/django-ipware/actions/workflows/ci.yml/badge.svg
+[status-link]: https://github.com/un33k/django-ipware/actions/workflows/ci.yml
[version-image]: https://img.shields.io/pypi/v/django-ipware.svg
[version-link]: https://pypi.python.org/pypi/django-ipware
[coverage-image]: https://coveralls.io/repos/un33k/django-ipware/badge.svg
-[coverage-link]: https://coveralls.io/r/un33k/django-ipware
-[download-image]: https://img.shields.io/pypi/dm/django-ipware.svg
-[download-link]: https://pypi.python.org/pypi/django-ipware
# Sponsors
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-ipware-5.0.1/ipware/__version__.py
new/django-ipware-5.0.2/ipware/__version__.py
--- old/django-ipware-5.0.1/ipware/__version__.py 2023-10-03
02:46:28.000000000 +0200
+++ new/django-ipware-5.0.2/ipware/__version__.py 2023-10-25
17:54:24.000000000 +0200
@@ -5,4 +5,4 @@
__url__ = 'https://github.com/un33k/django-ipware'
__license__ = 'MIT'
__copyright__ = 'Copyright 2020 Val Neekman @ Neekware Inc.'
-__version__ = '5.0.1'
+__version__ = '5.0.2'