Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-countries for
openSUSE:Factory checked in at 2021-05-12 19:31:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-countries (Old)
and /work/SRC/openSUSE:Factory/.python-django-countries.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-countries"
Wed May 12 19:31:53 2021 rev:2 rq:892317 version:7.2.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-countries/python-django-countries.changes
2020-06-12 21:46:07.280590552 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-countries.new.2988/python-django-countries.changes
2021-05-12 19:32:20.727010461 +0200
@@ -1,0 +2,27 @@
+Tue May 11 23:20:32 UTC 2021 - John Vandenberg <[email protected]>
+
+- Add optional dependency pyuca
+- Update to v7.2.1
+ * Fix Latin translations.
+- from v7.2
+ * Allow the character field to work with custom country codes that
+ are not 2 characters (such as "GB-WLS").
+ * Fix compatibility with django-migrations-ignore-attrs library.
+- from v7.1
+ * Allow customising the str_attr of Country objects returned from
+ a CountryField via a new countries_str_attr keyword argument
+ * Add pyuca as an extra dependency, so that it can be installed
+ like pip install django-countries[pyuca].
+ * Add Django 3.2 support.
+- from v7.0
+ * Add name_only as option to the DRF serializer field
+ * Add in Python typing.
+ * Add Python 3.9, Django 3.1, and Django Rest Framework 3.12 support
+ * Drop Python 3.5 support.
+ * Improve IOC code functionality, allowing them to be overridden in
+ COUNTRIES_OVERRIDE using the complex dictionary format.
+- from v6.1.3
+ * Update flag of Mauritania.
+ * Add flag for Kosovo (under its temporary code of XK)
+
+-------------------------------------------------------------------
Old:
----
django-countries-6.1.2.tar.gz
New:
----
django-countries-7.2.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-countries.spec ++++++
--- /var/tmp/diff_new_pack.qinYdI/_old 2021-05-12 19:32:21.211008528 +0200
+++ /var/tmp/diff_new_pack.qinYdI/_new 2021-05-12 19:32:21.211008528 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-django-countries
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,25 +19,29 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-django-countries
-Version: 6.1.2
+Version: 7.2.1
Release: 0
Summary: Provides a country field for Django models
License: MIT
Group: Development/Languages/Python
URL: https://github.com/SmileyChris/django-countries/
Source:
https://files.pythonhosted.org/packages/source/d/django-countries/django-countries-%{version}.tar.gz
-BuildRequires: %{python_module Django}
-BuildRequires: %{python_module djangorestframework}
-BuildRequires: %{python_module graphene-django}
-BuildRequires: %{python_module pytest-django}
-BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Django
Recommends: python-djangorestframework
Recommends: python-graphene-django
+Recommends: python-pyuca
BuildArch: noarch
+# SECTION test requirements
+BuildRequires: %{python_module Django}
+BuildRequires: %{python_module djangorestframework}
+BuildRequires: %{python_module graphene-django}
+BuildRequires: %{python_module pytest-django}
+BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module pyuca}
+# /SECTION
%python_subpackages
%description
++++++ django-countries-6.1.2.tar.gz -> django-countries-7.2.1.tar.gz ++++++
++++ 9642 lines of diff (skipped)