17
0

Compare commits

2 Commits

Author SHA256 Message Date
d288bc8483 Accepting request 1312368 from devel:languages:python:azure
- New upstream release
  + Version 1.1.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package
- Adjust upstream source name in spec file
- Drop extra LICENSE.txt as upstream now ships its own
- Remove temporary version override
- Remove unzip package from BuildRequires
- Rename LICENSE.txt to LICENSE in %files section
- Switch source archive format to TAR.GZ
- Update Requires from setup.py (forwarded request 1312321 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1312368
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-communication-email?expand=0&rev=5
2025-10-21 09:15:49 +00:00
868a21b34b - New upstream release
+ Version 1.1.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package
- Adjust upstream source name in spec file
- Drop extra LICENSE.txt as upstream now ships its own
- Remove temporary version override
- Remove unzip package from BuildRequires
- Rename LICENSE.txt to LICENSE in %files section
- Switch source archive format to TAR.GZ
- Update Requires from setup.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-communication-email?expand=0&rev=9
2025-10-20 11:00:13 +00:00
5 changed files with 25 additions and 36 deletions

View File

@@ -1,21 +0,0 @@
The MIT License (MIT)
Copyright (c) 2020 Microsoft Corporation. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

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

View File

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Oct 20 08:10:04 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 1.1.0
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
- Adjust upstream source name in spec file
- Drop extra LICENSE.txt as upstream now ships its own
- Remove temporary version override
- Remove unzip package from BuildRequires
- Rename LICENSE.txt to LICENSE in %files section
- Switch source archive format to TAR.GZ
- Update Requires from setup.py
-------------------------------------------------------------------
Thu Apr 4 12:50:09 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -15,19 +15,15 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define realversion 1.0.0
%{?sle15_python_module_pythons}
Name: python-azure-communication-email
Version: 1.0.0.0
Version: 1.1.0
Release: 0
Summary: Azure Communication Email client library for Python
License: MIT
Group: Development/Languages/Python
URL: https://github.com/Azure/azure-sdk-for-python
Source: https://files.pythonhosted.org/packages/source/a/azure-communication-email/azure-communication-email-%{realversion}.zip
Source1: LICENSE.txt
Source: https://files.pythonhosted.org/packages/source/a/azure_communication_email/azure_communication_email-%{version}.tar.gz
BuildRequires: %{python_module azure-communication-nspkg >= 0.0.0b1}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module pip}
@@ -35,12 +31,12 @@ BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
Requires: python-azure-communication-nspkg >= 0.0.0b1
Requires: python-azure-nspkg >= 3.0.0
Requires: python-msrest >= 0.7.1
Requires: (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
Requires: (python-azure-core >= 1.3.2 with python-azure-core < 2.0.0)
Requires: (python-azure-core >= 1.30.0 with python-azure-core < 2.0.0)
Requires: (python-isodate >= 0.6.1 with python-isodate < 1.0.0)
Requires: python-typing_extensions >= 4.6.0
%if 0%{?sle_version} >= 150400
Obsoletes: python3-azure-communication-email < 1.0.0.0
%endif
@@ -57,10 +53,9 @@ The Azure Communication Email package is used to do following:
* Query the status of a sent email message
%prep
%setup -q -n azure-communication-email-%{realversion}
%setup -q -n azure_communication_email-%{version}
%build
install -m 644 %{SOURCE1} %{_builddir}/azure-communication-email-%{realversion}
%pyproject_wheel
%install
@@ -75,7 +70,7 @@ rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__
%files %{python_files}
%doc CHANGELOG.md README.md
%license LICENSE.txt
%license LICENSE
%{python_sitelib}/azure/communication/email
%{python_sitelib}/azure_communication_email-*.dist-info