15
0
forked from pool/python-idna

- update to 2.9:

- Update to Unicode 12.1.0.
  - Prohibit A-labels ending with a hyphen (Thanks, Julien Bernard!)
  - Future-proofing: Test on Python 3.7 and 3.8, don't immediately
    fail should Python 4 come along.
-   Made BSD 3-clause license clearer

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-idna?expand=0&rev=14
This commit is contained in:
2020-02-28 22:42:19 +00:00
committed by Git OBS Bridge
parent 31c1946f23
commit 7dfd6826c2
4 changed files with 15 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-idna
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 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 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-idna
Version: 2.8
Version: 2.9
Release: 0
Summary: Internationalized Domain Names in Applications (IDNA)
License: BSD-3-Clause