15
0

- 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
This commit is contained in:
2023-02-10 10:37:02 +00:00
committed by Git OBS Bridge
parent 2c444cfc3d
commit b27f94ce35
4 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:188230c5baee6851244a87ebc3390b714815d7c15360953c672caf170acb5474
size 55843

3
aiosmtplib-2.0.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a20aae28f67169dd761beef4c62e4bb3073d035f9ee20c2e4f18baa1a73e7c88
size 56019

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Feb 10 10:34:43 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <yarunachalam@suse.com>

View File

@@ -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