Hello community, here is the log from the commit of package python-azure-cognitiveservices-search-entitysearch for openSUSE:Factory checked in at 2018-09-26 16:12:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-azure-cognitiveservices-search-entitysearch (Old) and /work/SRC/openSUSE:Factory/.python-azure-cognitiveservices-search-entitysearch.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-azure-cognitiveservices-search-entitysearch" Wed Sep 26 16:12:48 2018 rev:2 rq:637927 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-azure-cognitiveservices-search-entitysearch/python-azure-cognitiveservices-search-entitysearch.changes 2018-02-14 09:47:49.172130351 +0100 +++ /work/SRC/openSUSE:Factory/.python-azure-cognitiveservices-search-entitysearch.new/python-azure-cognitiveservices-search-entitysearch.changes 2018-09-26 16:12:50.003345574 +0200 @@ -1,0 +2,13 @@ +Mon Sep 3 09:46:31 UTC 2018 - John Paul Adrian Glaubitz <adrian.glaubitz@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 + + acse_drop-compatible-releases-operator.patch +- Update Requires from setup.py +- Update %description from setup.py + +------------------------------------------------------------------- Old: ---- azure-cognitiveservices-search-entitysearch-0.1.0.zip New: ---- azure-cognitiveservices-search-entitysearch-1.0.0.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-azure-cognitiveservices-search-entitysearch.spec ++++++ --- /var/tmp/diff_new_pack.trR0XC/_old 2018-09-26 16:12:50.563344646 +0200 +++ /var/tmp/diff_new_pack.trR0XC/_new 2018-09-26 16:12:50.567344639 +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-entitysearch -Version: 0.1.0 +Version: 1.0.0 Release: 0 Summary: Microsoft Azure Cognitive Services Entity Search Client Library License: MIT @@ -26,20 +27,20 @@ Source: https://files.pythonhosted.org/packages/source/a/azure-cognitiveservices-search-entitysearch/azure-cognitiveservices-search-entitysearch-%{version}.zip Source1: LICENSE.txt Patch1: acse_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 Entity Search 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-entitysearch-%{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/entitysearch %{python_sitelib}/azure_cognitiveservices_search_entitysearch-*.egg-info + %changelog ++++++ acse_drop-compatible-releases-operator.patch ++++++ --- /var/tmp/diff_new_pack.trR0XC/_old 2018-09-26 16:12:50.595344593 +0200 +++ /var/tmp/diff_new_pack.trR0XC/_new 2018-09-26 16:12:50.599344586 +0200 @@ -1,10 +1,10 @@ -diff -Nru azure-cognitiveservices-search-entitysearch-0.1.0.orig/setup.py azure-cognitiveservices-search-entitysearch-0.1.0/setup.py ---- azure-cognitiveservices-search-entitysearch-0.1.0.orig/setup.py 2018-01-10 20:08:04.000000000 +0100 -+++ azure-cognitiveservices-search-entitysearch-0.1.0/setup.py 2018-01-23 12:01:43.253278712 +0100 -@@ -79,7 +79,7 @@ +diff -Nru azure-cognitiveservices-search-entitysearch-1.0.0.orig/setup.py azure-cognitiveservices-search-entitysearch-1.0.0/setup.py +--- azure-cognitiveservices-search-entitysearch-1.0.0.orig/setup.py 2018-05-02 19:33:22.000000000 +0200 ++++ azure-cognitiveservices-search-entitysearch-1.0.0/setup.py 2018-09-03 11:45:07.874496646 +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', ],
participants (1)
-
root