From 8853f9cf9c5f274e1d135bf6f4a263c19bd073ae65cdb08cda6a5c61a55547bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 2 Jul 2018 09:24:57 +0000 Subject: [PATCH] Accepting request 620093 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/620093 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-idna?expand=0&rev=10 --- idna-2.6.tar.gz | 3 --- idna-2.7.tar.gz | 3 +++ python-idna.changes | 12 ++++++++++++ python-idna.spec | 14 ++++++-------- 4 files changed, 21 insertions(+), 11 deletions(-) delete mode 100644 idna-2.6.tar.gz create mode 100644 idna-2.7.tar.gz diff --git a/idna-2.6.tar.gz b/idna-2.6.tar.gz deleted file mode 100644 index 241b052..0000000 --- a/idna-2.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c6a5de3089009e3da7c5dde64a141dbc8551d5b7f6cf4ed7c2568d0cc520a8f -size 135992 diff --git a/idna-2.7.tar.gz b/idna-2.7.tar.gz new file mode 100644 index 0000000..5eb05a5 --- /dev/null +++ b/idna-2.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:684a38a6f903c1d71d6d5fac066b58d7768af4de2b832e426ec79c30daa94a16 +size 172698 diff --git a/python-idna.changes b/python-idna.changes index c40339a..54bf196 100644 --- a/python-idna.changes +++ b/python-idna.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jul 2 01:08:22 UTC 2018 - arun@gmx.de + +- specfile: + * update copyright year + +- update to version 2.7: + * Update to Unicode 10.0.0. + * No longer accepts dot-prefixed domains (e.g. ".example") as + valid. This is to be more conformant with the UTS 46 spec. Users + should strip dot prefixes from domains before processing. + ------------------------------------------------------------------- Thu Nov 9 18:53:55 UTC 2017 - arun@gmx.de diff --git a/python-idna.spec b/python-idna.spec index 8b099a7..5b1773c 100644 --- a/python-idna.spec +++ b/python-idna.spec @@ -1,7 +1,7 @@ # # spec file for package python-idna # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -18,18 +18,16 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-idna -Version: 2.6 +Version: 2.7 Release: 0 Summary: Internationalized Domain Names in Applications (IDNA) License: BSD-3-Clause Group: Development/Languages/Python -Url: https://github.com/kjd/idna +URL: https://github.com/kjd/idna Source0: https://files.pythonhosted.org/packages/source/i/idna/idna-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch - %python_subpackages %description @@ -55,9 +53,9 @@ library but currently only supports the older 2003 specification. %check %python_exec setup.py test -%files %python_files -%defattr(-,root,root,-) -%doc HISTORY.rst LICENSE.rst README.rst +%files %{python_files} +%license LICENSE.rst +%doc HISTORY.rst README.rst %{python_sitelib}/* %changelog