Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-aiosmtplib for openSUSE:Factory checked in at 2022-01-17 00:22:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-aiosmtplib (Old) and /work/SRC/openSUSE:Factory/.python-aiosmtplib.new.1892 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-aiosmtplib" Mon Jan 17 00:22:45 2022 rev:7 rq:946684 version:1.1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-aiosmtplib/python-aiosmtplib.changes 2021-05-08 22:08:43.133404484 +0200 +++ /work/SRC/openSUSE:Factory/.python-aiosmtplib.new.1892/python-aiosmtplib.changes 2022-01-17 00:22:46.376189699 +0100 @@ -1,0 +2,7 @@ +Sat Jan 15 17:24:42 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 1.1.6: + * update auth other than login +- remove failing_smtpd_tests.patch: not needed + +------------------------------------------------------------------- Old: ---- aiosmtplib-1.1.5.tar.gz failing_smtpd_tests.patch New: ---- aiosmtplib-1.1.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-aiosmtplib.spec ++++++ --- /var/tmp/diff_new_pack.gMfuj5/_old 2022-01-17 00:22:46.992190089 +0100 +++ /var/tmp/diff_new_pack.gMfuj5/_new 2022-01-17 00:22:46.996190092 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-aiosmtplib # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,17 +18,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +%define skip_python36 1 Name: python-aiosmtplib -Version: 1.1.5 +Version: 1.1.6 Release: 0 Summary: Python asyncio SMTP client License: MIT Group: Development/Languages/Python URL: https://github.com/cole/aiosmtplib Source: https://files.pythonhosted.org/packages/source/a/aiosmtplib/aiosmtplib-%{version}.tar.gz -# PATCH-FIX-UPSTREAM failing_smtpd_tests.patch gh#cole/aiosmtplib#171 mc...@suse.com -# fix tests/smtpd.py -Patch0: failing_smtpd_tests.patch BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros ++++++ aiosmtplib-1.1.5.tar.gz -> aiosmtplib-1.1.6.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aiosmtplib-1.1.5/PKG-INFO new/aiosmtplib-1.1.6/PKG-INFO --- old/aiosmtplib-1.1.5/PKG-INFO 2021-04-25 19:31:03.087155800 +0200 +++ new/aiosmtplib-1.1.6/PKG-INFO 2021-05-09 20:06:45.185800000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: aiosmtplib -Version: 1.1.5 +Version: 1.1.6 Summary: asyncio SMTP client Home-page: https://github.com/cole/aiosmtplib License: MIT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aiosmtplib-1.1.5/aiosmtplib/__init__.py new/aiosmtplib-1.1.6/aiosmtplib/__init__.py --- old/aiosmtplib-1.1.5/aiosmtplib/__init__.py 2021-04-25 19:31:01.233004600 +0200 +++ new/aiosmtplib-1.1.6/aiosmtplib/__init__.py 2021-05-09 20:06:43.399429800 +0200 @@ -32,7 +32,7 @@ __title__ = "aiosmtplib" -__version__ = "1.1.5" +__version__ = "1.1.6" __author__ = "Cole Maclean" __license__ = "MIT" __copyright__ = "Copyright 2021 Cole Maclean" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aiosmtplib-1.1.5/pyproject.toml new/aiosmtplib-1.1.6/pyproject.toml --- old/aiosmtplib-1.1.5/pyproject.toml 2021-04-25 19:31:01.233004600 +0200 +++ new/aiosmtplib-1.1.6/pyproject.toml 2021-05-09 20:06:43.399429800 +0200 @@ -4,7 +4,7 @@ [tool.poetry] name = "aiosmtplib" -version = "1.1.5" +version = "1.1.6" description = "asyncio SMTP client" authors = ["Cole Maclean <h...@colemaclean.dev>"] license = "MIT" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aiosmtplib-1.1.5/setup.py new/aiosmtplib-1.1.6/setup.py --- old/aiosmtplib-1.1.5/setup.py 2021-04-25 19:31:03.086809200 +0200 +++ new/aiosmtplib-1.1.6/setup.py 2021-05-09 20:06:45.185446500 +0200 @@ -13,7 +13,7 @@ setup_kwargs = { 'name': 'aiosmtplib', - 'version': '1.1.5', + 'version': '1.1.6', 'description': 'asyncio SMTP client', 'long_description': 'aiosmtplib\n==========\n\n|circleci| |codecov| |pypi-version| |pypi-python-versions| |pypi-status| |downloads|\n|pypi-license| |black|\n\n------------\n\naiosmtplib is an asynchronous SMTP client for use with asyncio.\n\nFor documentation, see `Read The Docs`_.\n\nQuickstart\n----------\n\n.. code-block:: python\n\n import asyncio\n from email.message import EmailMessage\n\n import aiosmtplib\n\n message = EmailMessage()\n message["From"] = "root@localhost"\n message["To"] = "someb...@example.com"\n message["Subject"] = "Hello World!"\n message.set_content("Sent via aiosmtplib")\n\n loop = asyncio.get_event_loop()\n loop.run_until_complete(aiosmtplib.send(message, hostname="127.0.0.1", port=25))\n\n\nRequirements\n------------\nPython 3.5.2+, compiled with SSL support, is required.\n\n\nBug reporting\n-------------\nBug reports (and feature requests) are welcome via Github issues.\n\n\n\n.. |circleci| image:: https://circleci.co m/gh/cole/aiosmtplib/tree/main.svg?style=shield\n :target: https://circleci.com/gh/cole/aiosmtplib/tree/main\n :alt: "aiosmtplib CircleCI build status"\n.. |pypi-version| image:: https://img.shields.io/pypi/v/aiosmtplib.svg\n :target: https://pypi.python.org/pypi/aiosmtplib\n :alt: "aiosmtplib on the Python Package Index"\n.. |pypi-python-versions| image:: https://img.shields.io/pypi/pyversions/aiosmtplib.svg\n.. |pypi-status| image:: https://img.shields.io/pypi/status/aiosmtplib.svg\n.. |pypi-license| image:: https://img.shields.io/pypi/l/aiosmtplib.svg\n.. |codecov| image:: https://codecov.io/gh/cole/aiosmtplib/branch/main/graph/badge.svg\n :target: https://codecov.io/gh/cole/aiosmtplib\n.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n :target: https://github.com/ambv/black\n :alt: "Code style: black"\n.. |downloads| image:: https://pepy.tech/badge/aiosmtplib\n :target: https://pepy.tech/project/aiosmtplib\n :alt: "aiosmtplib on pypy.tech"\n.. _Read The Docs: https://aiosmtplib.readthedocs.io/en/stable/overview.html\n', 'author': 'Cole Maclean', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aiosmtplib-1.1.5/tests/smtpd.py new/aiosmtplib-1.1.6/tests/smtpd.py --- old/aiosmtplib-1.1.5/tests/smtpd.py 2021-04-25 19:31:01.233004600 +0200 +++ new/aiosmtplib-1.1.6/tests/smtpd.py 2021-05-09 20:06:43.403429700 +0200 @@ -115,6 +115,8 @@ if arg[:5] == "LOGIN": await self.smtp_AUTH_LOGIN(arg[6:]) + else: + await self.push("504 Unsupported AUTH mechanism.") async def smtp_AUTH_LOGIN(self, arg): username = base64.b64decode(arg)