Hello community,
here is the log from the commit of package python-idna_ssl for openSUSE:Factory
checked in at 2019-03-13 09:14:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-idna_ssl (Old)
and /work/SRC/openSUSE:Factory/.python-idna_ssl.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-idna_ssl"
Wed Mar 13 09:14:48 2019 rev:4 rq:684409 version:1.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-idna_ssl/python-idna_ssl.changes
2019-01-11 14:05:05.339824202 +0100
+++
/work/SRC/openSUSE:Factory/.python-idna_ssl.new.28833/python-idna_ssl.changes
2019-03-13 09:14:51.867388998 +0100
@@ -1,0 +2,7 @@
+Tue Mar 12 16:29:47 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.1.0:
+ * No upstream changelog
+- Execute tests
+
+-------------------------------------------------------------------
Old:
----
idna_ssl-1.0.0.tar.gz
New:
----
v1.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-idna_ssl.spec ++++++
--- /var/tmp/diff_new_pack.fKmtTd/_old 2019-03-13 09:14:53.011388880 +0100
+++ /var/tmp/diff_new_pack.fKmtTd/_new 2019-03-13 09:14:53.015388880 +0100
@@ -19,13 +19,16 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-idna_ssl
-Version: 1.0.0
+Version: 1.1.0
Release: 0
Summary: Library that patches sslmatch_hostname for Unicode/IDNA domain
support
License: MIT
Group: Development/Languages/Python
URL: https://github.com/aio-libs/idna_ssl
-Source:
https://files.pythonhosted.org/packages/source/i/idna_ssl/idna_ssl-%{version}.tar.gz
+Source: https://github.com/aio-libs/idna-ssl/archive/v%{version}.tar.gz
+BuildRequires: %{python_module aiohttp}
+BuildRequires: %{python_module idna >= 2.0}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -39,7 +42,9 @@
Python 3.7, but IDNA2008 (RFC 5895) is still broken.
%prep
-%setup -q -n idna_ssl-%{version}
+%setup -q -n idna-ssl-%{version}
+# no need for coverage/etc
+sed -i -e '/addopts/d' setup.cfg
%build
%python_build
@@ -48,6 +53,9 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%check
+%pytest
+
%files %{python_files}
%license LICENSE
%doc README.rst