From b27f94ce3571d5e812a16640974baadbbce71500aeb348c86ed633d234c0ecb6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 10 Feb 2023 10:37:02 +0000 Subject: [PATCH] - update to 2.0.1: * Bugfix: "tests" and "docs" in the sdist should be includes, not packages, so that they do not get put in site-packages. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiosmtplib?expand=0&rev=19 --- aiosmtplib-2.0.0.tar.gz | 3 --- aiosmtplib-2.0.1.tar.gz | 3 +++ python-aiosmtplib.changes | 7 +++++++ python-aiosmtplib.spec | 5 ++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 aiosmtplib-2.0.0.tar.gz create mode 100644 aiosmtplib-2.0.1.tar.gz diff --git a/aiosmtplib-2.0.0.tar.gz b/aiosmtplib-2.0.0.tar.gz deleted file mode 100644 index abae8c8..0000000 --- a/aiosmtplib-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:188230c5baee6851244a87ebc3390b714815d7c15360953c672caf170acb5474 -size 55843 diff --git a/aiosmtplib-2.0.1.tar.gz b/aiosmtplib-2.0.1.tar.gz new file mode 100644 index 0000000..7eeba76 --- /dev/null +++ b/aiosmtplib-2.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a20aae28f67169dd761beef4c62e4bb3073d035f9ee20c2e4f18baa1a73e7c88 +size 56019 diff --git a/python-aiosmtplib.changes b/python-aiosmtplib.changes index 63aaddb..3de0df9 100644 --- a/python-aiosmtplib.changes +++ b/python-aiosmtplib.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Feb 10 10:34:43 UTC 2023 - Dirk Müller + +- update to 2.0.1: + * Bugfix: "tests" and "docs" in the sdist should be includes, + not packages, so that they do not get put in site-packages. + ------------------------------------------------------------------- Thu Nov 10 16:08:50 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-aiosmtplib.spec b/python-aiosmtplib.spec index 5a058ac..c3d128e 100644 --- a/python-aiosmtplib.spec +++ b/python-aiosmtplib.spec @@ -1,7 +1,7 @@ # # spec file for package python-aiosmtplib # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-aiosmtplib -Version: 2.0.0 +Version: 2.0.1 Release: 0 Summary: Python asyncio SMTP client License: MIT @@ -52,7 +52,6 @@ Python asyncio SMTP client. %install %python_install -%python_expand rm -r %{buildroot}%{$python_sitelib}/{tests,docs} %python_expand %fdupes %{buildroot}%{$python_sitelib} %check