Hello community,
here is the log from the commit of package python-mailmanclient for
openSUSE:Leap:15.2 checked in at 2020-03-16 12:20:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-mailmanclient (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-mailmanclient.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mailmanclient"
Mon Mar 16 12:20:38 2020 rev:1 rq:766853 version:3.3.0
Changes:
--------
New Changes file:
--- /dev/null 2020-03-10 18:28:06.918142398 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-mailmanclient.new.3160/python-mailmanclient.changes
2020-03-16 12:20:39.219704554 +0100
@@ -0,0 +1,26 @@
+-------------------------------------------------------------------
+Thu Jan 23 14:56:37 UTC 2020 - [email protected]
+
+- removing 15 conditionals, LANG definition will be removed
+ later anyway
+
+-------------------------------------------------------------------
+Thu Jan 16 11:06:44 UTC 2020 - [email protected]
+
+- be able to build also for 15
+
+-------------------------------------------------------------------
+Mon Dec 2 10:47:15 UTC 2019 - [email protected]
+
+- call spec-cleaner
+
+-------------------------------------------------------------------
+Wed Nov 6 11:10:07 UTC 2019 - [email protected]
+
+- run tests except doc ones
+
+-------------------------------------------------------------------
+Tue Oct 1 10:21:27 UTC 2019 - [email protected]
+
+- initial version 3.3.0, required by HyperKitty [SLE-7686]
+
New:
----
mailmanclient-3.3.0.tar.gz
python-mailmanclient.changes
python-mailmanclient.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-mailmanclient.spec ++++++
#
# spec file for package python-mailmanclient
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-mailmanclient
Version: 3.3.0
Release: 0
Summary: mailmanclient -- Python bindings for Mailman REST API
License: LGPL-3.0-only
URL: https://www.list.org/
Source:
https://files.pythonhosted.org/packages/source/m/mailmanclient/mailmanclient-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-requests
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module falcon}
BuildRequires: %{python_module mailman}
BuildRequires: %{python_module pytest-services}
BuildRequires: %{python_module pytest-vcr}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests}
# /SECTION
%python_subpackages
%description
mailmanclient -- Python bindings for Mailman REST API
%prep
%setup -q -n mailmanclient-%{version}
%build
export LC_ALL=C.UTF-8
%python_build
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# doctest does not work:
# Traceback (most recent call last):
# File "/usr/lib64/python3.7/logging/handlers.py", line 933, in emit
# self.socket.send(msg)
# OSError: [Errno 9] Bad file descriptor
export LC_ALL=C.UTF-8
%pytest -k 'not using.rst'
%files %{python_files}
%doc README.rst
%license COPYING.LESSER
%{python_sitelib}/*
%changelog