forked from pool/python-django-countries
Accepting request 1165951 from devel:languages:python:django
- update to 7.6.1:
* Fix a TypeError when no country is selected, introduced in
the Django 5 fix.
* Replace deprecated pkg_resources.iter_entry_points with
importlib_metadata.
* Support Django 5.0.
OBS-URL: https://build.opensuse.org/request/show/1165951
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-countries?expand=0&rev=4
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 7 09:09:09 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 7.6.1:
|
||||
* Fix a TypeError when no country is selected, introduced in
|
||||
the Django 5 fix.
|
||||
* Replace deprecated pkg_resources.iter_entry_points with
|
||||
importlib_metadata.
|
||||
* Support Django 5.0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 29 12:05:05 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-django-countries
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# 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-countries
|
||||
Version: 7.5.1
|
||||
Version: 7.6.1
|
||||
Release: 0
|
||||
Summary: Provides a country field for Django models
|
||||
License: MIT
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:22915d9b9403932b731622619940a54894a3eb0da9a374e7249c8fc453c122d7
|
||||
size 660484
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c772d4e3e54afcc5f97a018544e96f246c6d9f1db51898ab0c15cd57e19437cf
|
||||
size 675623
|
||||
Reference in New Issue
Block a user