commit python-idna_ssl for openSUSE:Factory

2020-03-17 Thread root
Hello community,

here is the log from the commit of package python-idna_ssl for openSUSE:Factory 
checked in at 2020-03-17 13:12:07

Comparing /work/SRC/openSUSE:Factory/python-idna_ssl (Old)
 and  /work/SRC/openSUSE:Factory/.python-idna_ssl.new.3160 (New)


Package is "python-idna_ssl"

Tue Mar 17 13:12:07 2020 rev:6 rq:785883 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-idna_ssl/python-idna_ssl.changes  
2019-11-18 20:09:25.853621373 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-idna_ssl.new.3160/python-idna_ssl.changes
2020-03-17 13:12:14.925895874 +0100
@@ -1,0 +2,6 @@
+Tue Mar 17 10:39:29 UTC 2020 - Tomáš Chvátal 
+
+- Skip also test test_aiohttp that fails on Leap due to http error
+  (it tries to resolve stuff that fails)
+
+---



Other differences:
--
++ python-idna_ssl.spec ++
--- /var/tmp/diff_new_pack.g1P01b/_old  2020-03-17 13:12:16.405897010 +0100
+++ /var/tmp/diff_new_pack.g1P01b/_new  2020-03-17 13:12:16.437897035 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package python-idna_ssl
+# spec file for package python
 #
-# Copyright (c) 2019 SUSE LLC.
+# 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
@@ -31,7 +31,6 @@
 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://github.com/aio-libs/idna-ssl/archive/v%{version}.tar.gz
 BuildRequires:  %{python_module idna >= 2.0}
@@ -69,7 +68,7 @@
 
 %check
 %if %{with test}
-%pytest -k "not test_aiohttp_py370"
+%pytest -k "not test_aiohttp_py370 and not test_aiohttp"
 %endif
 
 %if ! %{with test}




commit python-idna_ssl for openSUSE:Factory

2019-11-18 Thread root
Hello community,

here is the log from the commit of package python-idna_ssl for openSUSE:Factory 
checked in at 2019-11-18 20:09:07

Comparing /work/SRC/openSUSE:Factory/python-idna_ssl (Old)
 and  /work/SRC/openSUSE:Factory/.python-idna_ssl.new.26869 (New)


Package is "python-idna_ssl"

Mon Nov 18 20:09:07 2019 rev:5 rq:749177 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-idna_ssl/python-idna_ssl.changes  
2019-03-13 09:14:51.867388998 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-idna_ssl.new.26869/python-idna_ssl.changes   
2019-11-18 20:09:25.853621373 +0100
@@ -1,0 +2,7 @@
+Sun Nov 17 14:03:27 UTC 2019 - Hans-Peter Jansen 
+
+- Create multibuild in order to cope with the circular dependency
+  of this package with aiohttp
+- Disable failing test
+
+---

New:

  _multibuild



Other differences:
--
++ python-idna_ssl.spec ++
--- /var/tmp/diff_new_pack.q11krI/_old  2019-11-18 20:09:26.913620833 +0100
+++ /var/tmp/diff_new_pack.q11krI/_new  2019-11-18 20:09:26.937620820 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-idna_ssl
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,17 @@
 #
 
 
-%define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-Name:   python-idna_ssl
+%global flavor @BUILD_FLAVOR@%{nil}
+%if "%{flavor}" == "test"
+%define psuffix -%{flavor}
+%bcond_without test
+%else
+%define psuffix %{nil}
+%bcond_with test
+%endif
+%define skip_python2 1
+Name:   python-idna_ssl%{psuffix}
 Version:1.1.0
 Release:0
 Summary:Library that patches sslmatch_hostname for Unicode/IDNA domain 
support
@@ -26,14 +34,18 @@
 Group:  Development/Languages/Python
 URL:https://github.com/aio-libs/idna_ssl
 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
 Requires:   python-idna >= 2.0
 BuildArch:  noarch
+%if %{with test}
+BuildRequires:  %{python_module aiohttp}
+BuildRequires:  %{python_module idna_ssl = %{version}}
+BuildRequires:  %{python_module pytest-asyncio}
+BuildRequires:  %{python_module pytest}
+%endif
 %python_subpackages
 
 %description
@@ -50,15 +62,21 @@
 %python_build
 
 %install
+%if ! %{with test}
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
+%endif
 
 %check
-%pytest
+%if %{with test}
+%pytest -k "not test_aiohttp_py370"
+%endif
 
+%if ! %{with test}
 %files %{python_files}
 %license LICENSE
 %doc README.rst
 %{python_sitelib}/*
+%endif
 
 %changelog

++ _multibuild ++

  test




commit python-idna_ssl for openSUSE:Factory

2019-03-13 Thread root
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 
+
+- 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.01130 +0100
+++ /var/tmp/diff_new_pack.fKmtTd/_new  2019-03-13 09:14:53.01530 +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




commit python-idna_ssl for openSUSE:Factory

2019-01-11 Thread root
Hello community,

here is the log from the commit of package python-idna_ssl for openSUSE:Factory 
checked in at 2019-01-11 14:04:43

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"

Fri Jan 11 14:04:43 2019 rev:3 rq:664277 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-idna_ssl/python-idna_ssl.changes  
2018-12-24 11:38:19.525615385 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-idna_ssl.new.28833/python-idna_ssl.changes   
2019-01-11 14:05:05.339824202 +0100
@@ -1,0 +2,5 @@
+Wed Jan  9 22:27:47 UTC 2019 - Jan Engelhardt 
+
+- Use noun phrase in descriptions.
+
+---



Other differences:
--
++ python-idna_ssl.spec ++
--- /var/tmp/diff_new_pack.LWoRXg/_old  2019-01-11 14:05:05.871823667 +0100
+++ /var/tmp/diff_new_pack.LWoRXg/_new  2019-01-11 14:05:05.875823663 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-idna_ssl
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -21,7 +21,7 @@
 Name:   python-idna_ssl
 Version:1.0.0
 Release:0
-Summary:Patch sslmatch_hostname for Unicode(idna) domains support
+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
@@ -34,9 +34,9 @@
 %python_subpackages
 
 %description
-Patch ssl.match_hostname for Unicode(idna) domains support
-The ssl.match_hostname issue is fixed (by January 27 2018) in upcoming
-Python 3.7, but IDNA2008 (rfc5895) is still broken.
+This patches ssl.match_hostname for Unicode/IDNA domain support.
+The ssl.match_hostname issue is fixed (as of January 27 2018) in upcoming
+Python 3.7, but IDNA2008 (RFC 5895) is still broken.
 
 %prep
 %setup -q -n idna_ssl-%{version}




commit python-idna_ssl for openSUSE:Factory

2018-12-24 Thread root
Hello community,

here is the log from the commit of package python-idna_ssl for openSUSE:Factory 
checked in at 2018-12-24 11:38:18

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"

Mon Dec 24 11:38:18 2018 rev:2 rq:659434 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-idna_ssl/python-idna_ssl.changes  
2018-03-14 19:38:03.939274069 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-idna_ssl.new.28833/python-idna_ssl.changes   
2018-12-24 11:38:19.525615385 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:49:13 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-idna_ssl.spec ++
--- /var/tmp/diff_new_pack.fMM71a/_old  2018-12-24 11:38:20.177614807 +0100
+++ /var/tmp/diff_new_pack.fMM71a/_new  2018-12-24 11:38:20.177614807 +0100
@@ -12,7 +12,8 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
 
 
 %define skip_python2 1
@@ -20,18 +21,16 @@
 Name:   python-idna_ssl
 Version:1.0.0
 Release:0
-License:MIT
 Summary:Patch sslmatch_hostname for Unicode(idna) domains support
-Url:https://github.com/aio-libs/idna_ssl
+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
-BuildRequires:  python-rpm-macros
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:   python-idna >= 2.0
 BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -50,7 +49,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
-%doc LICENSE README.rst
+%license LICENSE
+%doc README.rst
 %{python_sitelib}/*
 
 %changelog