From 31c1946f235298a913a5d9bce4913e367b2d20ed2ff3b0bbc62c3debb628a7f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 18 Feb 2019 11:58:16 +0000 Subject: [PATCH] Accepting request 677105 from home:jayvdb:django - Update to version 2.8 * Update to Unicode 11.0.0. * Provide more specific exceptions for some malformed labels. - Add fdupes OBS-URL: https://build.opensuse.org/request/show/677105 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-idna?expand=0&rev=12 --- idna-2.7.tar.gz | 3 --- idna-2.8.tar.gz | 3 +++ python-idna.changes | 8 ++++++++ python-idna.spec | 8 +++++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 idna-2.7.tar.gz create mode 100644 idna-2.8.tar.gz diff --git a/idna-2.7.tar.gz b/idna-2.7.tar.gz deleted file mode 100644 index 5eb05a5..0000000 --- a/idna-2.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:684a38a6f903c1d71d6d5fac066b58d7768af4de2b832e426ec79c30daa94a16 -size 172698 diff --git a/idna-2.8.tar.gz b/idna-2.8.tar.gz new file mode 100644 index 0000000..c37f18b --- /dev/null +++ b/idna-2.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407 +size 174481 diff --git a/python-idna.changes b/python-idna.changes index 54bf196..edaf54c 100644 --- a/python-idna.changes +++ b/python-idna.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Feb 17 05:58:35 UTC 2019 - John Vandenberg + +- Update to version 2.8 + * Update to Unicode 11.0.0. + * Provide more specific exceptions for some malformed labels. +- Add fdupes + ------------------------------------------------------------------- Mon Jul 2 01:08:22 UTC 2018 - arun@gmx.de diff --git a/python-idna.spec b/python-idna.spec index 5b1773c..c1614a1 100644 --- a/python-idna.spec +++ b/python-idna.spec @@ -1,7 +1,7 @@ # # spec file for package python-idna # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-idna -Version: 2.7 +Version: 2.8 Release: 0 Summary: Internationalized Domain Names in Applications (IDNA) License: BSD-3-Clause @@ -26,6 +26,7 @@ Group: Development/Languages/Python URL: https://github.com/kjd/idna Source0: https://files.pythonhosted.org/packages/source/i/idna/idna-%{version}.tar.gz BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages @@ -49,6 +50,7 @@ library but currently only supports the older 2003 specification. %install %python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check %python_exec setup.py test