Hello community,

here is the log from the commit of package python-backports.ssl_match_hostname 
for openSUSE:Factory checked in at 2018-09-04 22:56:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-backports.ssl_match_hostname (Old)
 and      /work/SRC/openSUSE:Factory/.python-backports.ssl_match_hostname.new 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-backports.ssl_match_hostname"

Tue Sep  4 22:56:57 2018 rev:7 rq:632856 version:3.5.0.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-backports.ssl_match_hostname/python-backports.ssl_match_hostname.changes
  2018-03-28 10:28:50.598522250 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-backports.ssl_match_hostname.new/python-backports.ssl_match_hostname.changes
     2018-09-04 22:57:39.973307341 +0200
@@ -1,0 +2,5 @@
+Mon Sep  3 12:11:52 UTC 2018 - Tomáš Chvátal <tchva...@suse.com>
+
+- Drop the devel dependency
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-backports.ssl_match_hostname.spec ++++++
--- /var/tmp/diff_new_pack.hEVDO0/_old  2018-09-04 22:57:40.493309116 +0200
+++ /var/tmp/diff_new_pack.hEVDO0/_new  2018-09-04 22:57:40.493309116 +0200
@@ -16,21 +16,18 @@
 #
 
 
-%bcond_without tests
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%if %{python3_version_nodots} >= 35
+%define skip_python3 1
+%endif
 Name:           python-backports.ssl_match_hostname
 Version:        3.5.0.1
 Release:        0
 Summary:        The ssl.match_hostname() function from Python 3.5
 License:        Python-2.0
 Group:          Development/Languages/Python
-Url:            http://bitbucket.org/brandon/backports.ssl_match_hostname
+URL:            http://bitbucket.org/brandon/backports.ssl_match_hostname
 Source:         
https://files.pythonhosted.org/packages/source/b/backports.ssl_match_hostname/backports.ssl_match_hostname-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
 # NOTE:
 # %%{python_sitelib}/backports is a namespace package, and so under python 2 
it must have a proper namespace __init__.py
 # python-backports provides this __init__.py to prevent backports packages 
from conflicting.
@@ -39,13 +36,11 @@
 #    https://www.python.org/dev/peps/pep-0420/%23namespace-packages-today
 # If you need to link, the python-backports package is built as a subpackage 
of python-configparser
 BuildRequires:  %{python_module backports}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:       python-backports
 BuildArch:      noarch
-
-%if %{python3_version_nodots} >= 35
-%define skip_python3 1
-%endif
-
 %python_subpackages
 
 %description
@@ -89,9 +84,8 @@
 %python_expand %fdupes 
%{buildroot}%{$python_sitelib}/backports/ssl_match_hostname/
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc backports/ssl_match_hostname/README.txt
-%doc backports/ssl_match_hostname/LICENSE.txt
+%license backports/ssl_match_hostname/LICENSE.txt
 %{python_sitelib}/backports/ssl_match_hostname/
 %{python_sitelib}/backports.ssl_match_hostname-%{version}-py*.egg-info
 


Reply via email to