Hello community,

here is the log from the commit of package 
python-azure-cognitiveservices-search-websearch for openSUSE:Factory checked in 
at 2018-09-26 16:13:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing 
/work/SRC/openSUSE:Factory/python-azure-cognitiveservices-search-websearch (Old)
 and      
/work/SRC/openSUSE:Factory/.python-azure-cognitiveservices-search-websearch.new 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-azure-cognitiveservices-search-websearch"

Wed Sep 26 16:13:04 2018 rev:2 rq:637933 version:1.0.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-azure-cognitiveservices-search-websearch/python-azure-cognitiveservices-search-websearch.changes
  2018-02-14 10:49:30.998229835 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-cognitiveservices-search-websearch.new/python-azure-cognitiveservices-search-websearch.changes
     2018-09-26 16:13:06.715317857 +0200
@@ -1,0 +2,13 @@
+Mon Sep  3 11:34:04 UTC 2018 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- New upstream release
+  + Version 1.0.0
+  + For detailed information about changes see the
+    HISTORY.txt file provided with this package
+- Move LICENSE.txt from %doc to %license section
+- Refresh patches for new version
+  + acsw_drop-compatible-releases-operator.patch
+- Update Requires from setup.py
+- Update %description from setup.py
+
+-------------------------------------------------------------------

Old:
----
  azure-cognitiveservices-search-websearch-0.1.0.zip

New:
----
  azure-cognitiveservices-search-websearch-1.0.0.zip

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

Other differences:
------------------
++++++ python-azure-cognitiveservices-search-websearch.spec ++++++
--- /var/tmp/diff_new_pack.eXxFVk/_old  2018-09-26 16:13:07.123317180 +0200
+++ /var/tmp/diff_new_pack.eXxFVk/_new  2018-09-26 16:13:07.127317173 +0200
@@ -15,9 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-azure-cognitiveservices-search-websearch
-Version:        0.1.0
+Version:        1.0.0
 Release:        0
 Summary:        Microsoft Azure Cognitive Services WebSearch Client Library
 License:        MIT
@@ -26,20 +27,20 @@
 Source:         
https://files.pythonhosted.org/packages/source/a/azure-cognitiveservices-search-websearch/azure-cognitiveservices-search-websearch-%{version}.zip
 Source1:        LICENSE.txt
 Patch1:         acsw_drop-compatible-releases-operator.patch
+BuildRequires:  %{python_module azure-cognitiveservices-nspkg}
+BuildRequires:  %{python_module azure-cognitiveservices-search-nspkg}
+BuildRequires:  %{python_module azure-nspkg}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-BuildRequires:  %{python_module azure-cognitiveservices-search-nspkg}
-BuildRequires:  %{python_module azure-cognitiveservices-nspkg}
-BuildRequires:  %{python_module azure-nspkg}
-Requires:       python-azure-cognitiveservices-search-nspkg
 Requires:       python-azure-cognitiveservices-nspkg
-Requires:       python-azure-nspkg
-Requires:       python-azure-common >= 1.1
+Requires:       python-azure-cognitiveservices-search-nspkg
 Requires:       python-azure-common < 2.0.0
-Requires:       python-msrest >= 0.4.24
+Requires:       python-azure-common >= 1.1
+Requires:       python-azure-nspkg
 Requires:       python-msrest < 2.0.0
+Requires:       python-msrest >= 0.4.28
 Conflicts:      python-azure-sdk <= 2.0.0
 
 BuildArch:      noarch
@@ -49,7 +50,7 @@
 %description
 This is the Microsoft Azure Cognitive Services WebSearch Client Library.
 
-This package has been tested with Python 2.7, 3.3, 3.4, 3.5 and 3.6.
+This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.
 
 %prep
 %setup -q -n azure-cognitiveservices-search-websearch-%{version}
@@ -72,7 +73,9 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python_sitelib}/azure/cognitiveservices/search/websearch
 %{python_sitelib}/azure_cognitiveservices_search_websearch-*.egg-info
+
 %changelog

++++++ acsw_drop-compatible-releases-operator.patch ++++++
--- /var/tmp/diff_new_pack.eXxFVk/_old  2018-09-26 16:13:07.151317134 +0200
+++ /var/tmp/diff_new_pack.eXxFVk/_new  2018-09-26 16:13:07.155317127 +0200
@@ -1,10 +1,10 @@
-diff -Nru azure-cognitiveservices-search-websearch-0.1.0.orig/setup.py 
azure-cognitiveservices-search-websearch-0.1.0/setup.py
---- azure-cognitiveservices-search-websearch-0.1.0.orig/setup.py       
2018-01-10 20:15:12.000000000 +0100
-+++ azure-cognitiveservices-search-websearch-0.1.0/setup.py    2018-01-23 
14:55:49.542215813 +0100
-@@ -79,7 +79,7 @@
+diff -Nru azure-cognitiveservices-search-websearch-1.0.0.orig/setup.py 
azure-cognitiveservices-search-websearch-1.0.0/setup.py
+--- azure-cognitiveservices-search-websearch-1.0.0.orig/setup.py       
2018-05-02 19:35:30.000000000 +0200
++++ azure-cognitiveservices-search-websearch-1.0.0/setup.py    2018-09-03 
13:32:48.314635316 +0200
+@@ -78,7 +78,7 @@
      packages=find_packages(exclude=["tests"]),
      install_requires=[
-         'msrest>=0.4.24,<2.0.0',
+         'msrest>=0.4.28,<2.0.0',
 -        'azure-common~=1.1',
 +        'azure-common>=1.1',
      ],


Reply via email to