forked from pool/python-nbxmpp
Accepting request 588723 from home:XRevan86
- Update to version 0.6.4. OBS-URL: https://build.opensuse.org/request/show/588723 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nbxmpp?expand=0&rev=29
This commit is contained in:
parent
2f54bda13b
commit
756d943297
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6c98e07fea45e91cb0b2e88dc05ebfd032a47922207ecd18fcd00ae2998e7363
|
|
||||||
size 1514983
|
|
3
nbxmpp-0.6.4.tar.gz
Normal file
3
nbxmpp-0.6.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:61c42b9c7dc4adc3776671e81f03432af4d33502802487621d90aa11ccad2e8b
|
||||||
|
size 1515720
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 17 19:32:02 UTC 2018 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- Update to version 0.6.4 (changes since 0.6.1):
|
||||||
|
* Correctly load client certs.
|
||||||
|
* Warn on any error in the certificate chain.
|
||||||
|
* Fixed a traceback loop.
|
||||||
|
* Add ALPN and SNI support for when using DirectTLS.
|
||||||
|
* Fix SOCKS5 usage.
|
||||||
|
* Bugfixes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 13 08:14:32 UTC 2017 - frede@b1-systems.de
|
Wed Dec 13 08:14:32 UTC 2017 - frede@b1-systems.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-nbxmpp
|
# spec file for package python-nbxmpp
|
||||||
#
|
#
|
||||||
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,10 +19,10 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define _name nbxmpp
|
%define _name nbxmpp
|
||||||
Name: python-nbxmpp
|
Name: python-nbxmpp
|
||||||
Version: 0.6.1
|
Version: 0.6.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: XMPP library by Gajim team
|
Summary: XMPP library by Gajim team
|
||||||
License: GPL-3.0+
|
License: GPL-3.0-or-later
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://python-nbxmpp.gajim.org/
|
Url: https://python-nbxmpp.gajim.org/
|
||||||
Source: https://files.pythonhosted.org/packages/source/n/%{_name}/%{_name}-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/n/%{_name}/%{_name}-%{version}.tar.gz
|
||||||
@ -56,13 +56,15 @@ This packages provides documentation of Nbxmpp API.
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}/
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}/
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root)
|
%if 0%{?suse_version} >= 1500
|
||||||
|
%license COPYING
|
||||||
|
%else
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
%endif
|
||||||
%{python_sitelib}/%{_name}/
|
%{python_sitelib}/%{_name}/
|
||||||
%{python_sitelib}/%{_name}-*
|
%{python_sitelib}/%{_name}-*
|
||||||
|
|
||||||
%files %{python_files doc}
|
%files %{python_files doc}
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc ChangeLog README
|
%doc ChangeLog README
|
||||||
%doc doc/apidocs/ doc/examples/
|
%doc doc/apidocs/ doc/examples/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user