Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-ai-translation-document 
for openSUSE:Factory checked in at 2024-11-14 16:08:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-ai-translation-document (Old)
 and      
/work/SRC/openSUSE:Factory/.python-azure-ai-translation-document.new.2017 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-azure-ai-translation-document"

Thu Nov 14 16:08:26 2024 rev:6 rq:1223946 version:1.1.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-azure-ai-translation-document/python-azure-ai-translation-document.changes
        2024-04-07 22:05:40.585878249 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-ai-translation-document.new.2017/python-azure-ai-translation-document.changes
      2024-11-14 16:09:00.459577618 +0100
@@ -1,0 +2,15 @@
+Wed Nov 13 08:40:30 UTC 2024 - John Paul Adrian Glaubitz 
<adrian.glaub...@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
+
+-------------------------------------------------------------------

Old:
----
  LICENSE.txt
  azure-ai-translation-document-1.0.0.zip

New:
----
  azure_ai_translation_document-1.1.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-azure-ai-translation-document.spec ++++++
--- /var/tmp/diff_new_pack.U5fsaN/_old  2024-11-14 16:09:00.931597276 +0100
+++ /var/tmp/diff_new_pack.U5fsaN/_new  2024-11-14 16:09:00.935597444 +0100
@@ -16,18 +16,15 @@
 #
 
 
-%define realversion 1.0.0
-
 %{?sle15_python_module_pythons}
 Name:           python-azure-ai-translation-document
-Version:        1.0.0.0
+Version:        1.1.0
 Release:        0
 Summary:        Microsoft Azure Document 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-document/azure-ai-translation-document-%{realversion}.zip
-Source1:        LICENSE.txt
+Source:         
https://files.pythonhosted.org/packages/source/a/azure_ai_translation_document/azure_ai_translation_document-%{version}.tar.gz
 BuildRequires:  %{python_module azure-ai-nspkg >= 1.0.0}
 BuildRequires:  %{python_module azure-ai-translation-nspkg >= 1.0.0}
 BuildRequires:  %{python_module pip}
@@ -35,11 +32,11 @@
 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.6.21
-Requires:       (python-azure-core >= 1.14.0 with python-azure-core < 2.0.0)
+Requires:       python-typing_extensions >= 4.6.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)
 Conflicts:      python-azure-sdk <= 2.0.0
 %if 0%{?sle_version} >= 150400
 Obsoletes:      python3-azure-ai-translation-document < 1.0.0.0
@@ -58,10 +55,9 @@
  * Apply a custom translation model or glossaries to tailor translation to 
your specific case.
 
 %prep
-%setup -q -n azure-ai-translation-document-%{realversion}
+%setup -q -n azure_ai_translation_document-%{version}
 
 %build
-install -m 644 %{SOURCE1} 
%{_builddir}/azure-ai-translation-document-%{realversion}
 %pyproject_wheel
 
 %install
@@ -78,7 +74,7 @@
 
 %files %{python_files}
 %doc CHANGELOG.md README.md
-%license LICENSE.txt
+%license LICENSE
 %{python_sitelib}/azure/ai/translation/document
 %{python_sitelib}/azure_ai_translation_document-*.dist-info
 

Reply via email to