Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-azure-ai-translation-text for
openSUSE:Factory checked in at 2024-05-23 15:36:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-ai-translation-text (Old)
and
/work/SRC/openSUSE:Factory/.python-azure-ai-translation-text.new.24587 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-ai-translation-text"
Thu May 23 15:36:07 2024 rev:3 rq:1176443 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-ai-translation-text/python-azure-ai-translation-text.changes
2024-04-07 22:05:42.557950469 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-ai-translation-text.new.24587/python-azure-ai-translation-text.changes
2024-05-23 15:36:48.290978534 +0200
@@ -1,0 +2,12 @@
+Thu May 23 08:14:14 UTC 2024 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 1.0.0
+ + For detailed information about changes see the
+ CHANGELOG.md file provided with this package
+- Remove temporary version override
+- Remove unzip package from BuildRequires
+- Switch source archive format to TAR.GZ
+- Update Requires from setup.py
+
+-------------------------------------------------------------------
Old:
----
azure-ai-translation-text-1.0.0b1.zip
New:
----
azure-ai-translation-text-1.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-ai-translation-text.spec ++++++
--- /var/tmp/diff_new_pack.8Wz05u/_old 2024-05-23 15:36:48.714993920 +0200
+++ /var/tmp/diff_new_pack.8Wz05u/_new 2024-05-23 15:36:48.714993920 +0200
@@ -16,17 +16,15 @@
#
-%define realversion 1.0.0b1
-
%{?sle15_python_module_pythons}
Name: python-azure-ai-translation-text
-Version: 1.0.0~b1
+Version: 1.0.0
Release: 0
Summary: Azure Text Translation 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-ai-translation-text/azure-ai-translation-text-%{realversion}.zip
+Source:
https://files.pythonhosted.org/packages/source/a/azure-ai-translation-text/azure-ai-translation-text-%{version}.tar.gz
Source1: LICENSE.txt
BuildRequires: %{python_module azure-ai-nspkg >= 1.0.0}
BuildRequires: %{python_module azure-ai-translation-nspkg >= 1.0.0}
@@ -35,13 +33,12 @@
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-BuildRequires: unzip
Requires: python-azure-ai-nspkg >= 1.0.0
Requires: python-azure-ai-translation-nspkg >= 1.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.24.0 with python-azure-core < 2.0.0)
-Requires: (python-typing_extensions >= 4.3.0 if python-base < 3.8)
+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 python-base < 3.8)
Conflicts: python-azure-sdk <= 2.0.0
%if 0%{?sle_version} >= 150400
Obsoletes: python3-azure-ai-translation-text < 1.0.0~b1
@@ -63,10 +60,10 @@
* Return grammatical structure and context examples for the source term and
target term pair.
%prep
-%setup -q -n azure-ai-translation-text-%{realversion}
+%setup -q -n azure-ai-translation-text-%{version}
%build
-install -m 644 %{SOURCE1} %{_builddir}/azure-ai-translation-text-%{realversion}
+install -m 644 %{SOURCE1} %{_builddir}/azure-ai-translation-text-%{version}
%pyproject_wheel
%install