commit python-mailmanclient for openSUSE:Factory

2020-08-04 Thread root
Hello community,

here is the log from the commit of package python-mailmanclient for 
openSUSE:Factory checked in at 2020-08-04 20:23:31

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


Package is "python-mailmanclient"

Tue Aug  4 20:23:31 2020 rev:4 rq:824275 version:3.3.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-mailmanclient/python-mailmanclient.changes
2020-01-24 13:12:41.993470101 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-mailmanclient.new.3592/python-mailmanclient.changes
  2020-08-04 20:23:43.917011694 +0200
@@ -1,0 +2,15 @@
+Tue Aug  4 02:03:44 UTC 2020 - Stasiek Michalski 
+
+- Update to 3.3.1
+  * Held message moderation now supports an optional keyword, reason to
+specify the reason to reject the message.
+  * Fix a bug where missing display_name attribute with
+MalingList.subscribe would subscribe the user with a display name of
+"None".
+  * Add advertised flag to MailingList object.
+  * MailingList.nonmembers now uses roster/nonmembers resource instead of
+the find/ API for consistency.
+  * Add Client.get_nonmember and MailingList.get_nonmember to get a
+non-member by address.
+
+---

Old:

  mailmanclient-3.3.0.tar.gz

New:

  mailmanclient-3.3.1.tar.gz



Other differences:
--
++ python-mailmanclient.spec ++
--- /var/tmp/diff_new_pack.0krcyJ/_old  2020-08-04 20:23:46.001011960 +0200
+++ /var/tmp/diff_new_pack.0krcyJ/_new  2020-08-04 20:23:46.005011960 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-mailmanclient
-Version:3.3.0
+Version:3.3.1
 Release:0
 Summary:mailmanclient -- Python bindings for Mailman REST API
 License:LGPL-3.0-only

++ mailmanclient-3.3.0.tar.gz -> mailmanclient-3.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailmanclient-3.3.0/.gitignore 
new/mailmanclient-3.3.1/.gitignore
--- old/mailmanclient-3.3.0/.gitignore  2019-01-04 14:14:13.0 +0100
+++ new/mailmanclient-3.3.1/.gitignore  1970-01-01 01:00:00.0 +0100
@@ -1,8 +0,0 @@
-build
-dist
-mailman.client.egg-info
-.tox
-__pycache__
-*.egg-info
-*.pyc
-_build/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailmanclient-3.3.0/.gitlab-ci.yml 
new/mailmanclient-3.3.1/.gitlab-ci.yml
--- old/mailmanclient-3.3.0/.gitlab-ci.yml  2019-05-07 00:08:23.0 
+0200
+++ new/mailmanclient-3.3.1/.gitlab-ci.yml  1970-01-01 01:00:00.0 
+0100
@@ -1,44 +0,0 @@
-image: maxking/mailman-ci-runner
-
-variables:
-  LC_ALL: C.UTF-8
-  LANG: C.UTF-8
-
-python3.5:
-  script:
-- tox -e py35
-  except:
-variables:
-  - $CORE_COMMIT_SHA
-
-python3.6:
-  script:
-- tox -e py36
-  except:
-variables:
-  - $CORE_COMMIT_SHA
-
-python3.7:
-  script:
-- tox -e py37
-  except:
-variables:
-  - $CORE_COMMIT_SHA
-
-lint:
-  script:
-- tox -e lint
-  except:
-variables:
-  - $CORE_COMMIT_SHA
-
-docs:
-  script:
-- tox -e docs
-  except:
-variables:
-  - $CORE_COMMIT_SHA
-
-upstream:
-  script:
-- tox -e py37
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailmanclient-3.3.0/PKG-INFO 
new/mailmanclient-3.3.1/PKG-INFO
--- old/mailmanclient-3.3.0/PKG-INFO2019-09-03 18:06:57.0 +0200
+++ new/mailmanclient-3.3.1/PKG-INFO2020-06-02 05:39:22.932331300 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: mailmanclient
-Version: 3.3.0
+Version: 3.3.1
 Summary: mailmanclient -- Python bindings for Mailman REST API
 Home-page: http://www.list.org/
 Maintainer: Barry Warsaw
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailmanclient-3.3.0/conftest.py 
new/mailmanclient-3.3.1/conftest.py
--- old/mailmanclient-3.3.0/conftest.py 2019-05-07 00:08:23.0 +0200
+++ new/mailmanclient-3.3.1/conftest.py 2020-05-10 01:14:40.0 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2017-2019 by the Free Software Foundation, Inc.
+# Copyright (C) 2017-2020 by the Free Software Foundation, Inc.
 #
 # This file is part of mailman.client.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailmanclient-3.3.0/mailman_test.cfg 
new/mailmanclient-3.3.1/mailman_test.cfg
--- old/mailmanclient-3.3.0/mailman_test.cfg2019-05-07 00:08:23.0 
+0200
+++ new/mailmanclient-3.3.1/mailman_test.cfg2020-03-26 07:38:51.0 
+0100
@@ 

commit python-mailmanclient for openSUSE:Factory

2020-01-24 Thread root
Hello community,

here is the log from the commit of package python-mailmanclient for 
openSUSE:Factory checked in at 2020-01-24 13:11:55

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


Package is "python-mailmanclient"

Fri Jan 24 13:11:55 2020 rev:3 rq:766639 version:3.3.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-mailmanclient/python-mailmanclient.changes
2020-01-18 12:18:48.807160864 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-mailmanclient.new.26092/python-mailmanclient.changes
 2020-01-24 13:12:41.993470101 +0100
@@ -1,0 +2,6 @@
+Thu Jan 23 14:56:37 UTC 2020 - pgaj...@suse.com
+
+- removing 15 conditionals, LANG definition will be removed
+  later anyway
+
+---



Other differences:
--
++ python-mailmanclient.spec ++
--- /var/tmp/diff_new_pack.utehw9/_old  2020-01-24 13:12:43.189470581 +0100
+++ /var/tmp/diff_new_pack.utehw9/_new  2020-01-24 13:12:43.193470582 +0100
@@ -47,9 +47,7 @@
 %setup -q -n mailmanclient-%{version}
 
 %build
-%if 0%{?suse_version} <= 1500
 export LC_ALL=C.UTF-8
-%endif
 %python_build
 
 %install
@@ -62,9 +60,7 @@
 #   File "/usr/lib64/python3.7/logging/handlers.py", line 933, in emit
 # self.socket.send(msg)
 # OSError: [Errno 9] Bad file descriptor
-%if 0%{?suse_version} <= 1500
 export LC_ALL=C.UTF-8
-%endif
 %pytest -k 'not using.rst'
 
 %files %{python_files}




commit python-mailmanclient for openSUSE:Factory

2020-01-18 Thread root
Hello community,

here is the log from the commit of package python-mailmanclient for 
openSUSE:Factory checked in at 2020-01-18 12:18:00

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


Package is "python-mailmanclient"

Sat Jan 18 12:18:00 2020 rev:2 rq:765304 version:3.3.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-mailmanclient/python-mailmanclient.changes
2019-12-10 22:44:37.169760229 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-mailmanclient.new.26092/python-mailmanclient.changes
 2020-01-18 12:18:48.807160864 +0100
@@ -1,0 +2,5 @@
+Thu Jan 16 11:06:44 UTC 2020 - pgaj...@suse.com
+
+- be able to build also for 15
+
+---



Other differences:
--
++ python-mailmanclient.spec ++
--- /var/tmp/diff_new_pack.Vdb23V/_old  2020-01-18 12:18:49.815161404 +0100
+++ /var/tmp/diff_new_pack.Vdb23V/_new  2020-01-18 12:18:49.815161404 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-mailmanclient
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -47,6 +47,9 @@
 %setup -q -n mailmanclient-%{version}
 
 %build
+%if 0%{?suse_version} <= 1500
+export LC_ALL=C.UTF-8
+%endif
 %python_build
 
 %install
@@ -59,6 +62,9 @@
 #   File "/usr/lib64/python3.7/logging/handlers.py", line 933, in emit
 # self.socket.send(msg)
 # OSError: [Errno 9] Bad file descriptor
+%if 0%{?suse_version} <= 1500
+export LC_ALL=C.UTF-8
+%endif
 %pytest -k 'not using.rst'
 
 %files %{python_files}