Accepting request 620186 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/620186 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-idna?expand=0&rev=5
This commit is contained in:
commit
dc104f5a04
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c6a5de3089009e3da7c5dde64a141dbc8551d5b7f6cf4ed7c2568d0cc520a8f
|
||||
size 135992
|
3
idna-2.7.tar.gz
Normal file
3
idna-2.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:684a38a6f903c1d71d6d5fac066b58d7768af4de2b832e426ec79c30daa94a16
|
||||
size 172698
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user