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
This commit is contained in:
Tomáš Chvátal 2019-02-18 11:58:16 +00:00 committed by Git OBS Bridge
parent 8853f9cf9c
commit 31c1946f23
4 changed files with 16 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:684a38a6f903c1d71d6d5fac066b58d7768af4de2b832e426ec79c30daa94a16
size 172698

3
idna-2.8.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407
size 174481

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Feb 17 05:58:35 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- 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

View File

@ -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