Hello community, here is the log from the commit of package azure-cli-find for openSUSE:Factory checked in at 2018-05-13 16:04:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/azure-cli-find (Old) and /work/SRC/openSUSE:Factory/.azure-cli-find.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "azure-cli-find" Sun May 13 16:04:53 2018 rev:3 rq:605150 version:0.2.9 Changes: -------- --- /work/SRC/openSUSE:Factory/azure-cli-find/azure-cli-find.changes 2018-02-14 09:30:58.396890446 +0100 +++ /work/SRC/openSUSE:Factory/.azure-cli-find.new/azure-cli-find.changes 2018-05-13 16:04:54.190686227 +0200 @@ -1,0 +2,14 @@ +Fri May 4 14:19:52 UTC 2018 - [email protected] + +- Fix typo in Requires: + + python3-whoosh => python3-Whoosh + +------------------------------------------------------------------- +Wed Apr 18 13:41:35 UTC 2018 - [email protected] + +- New upstream release + + Version 0.2.9 +- Move LICENSE.txt from %doc to %license section +- Update Requires from setup.py + +------------------------------------------------------------------- Old: ---- azure-cli-find-0.2.8.tar.gz New: ---- azure-cli-find-0.2.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ azure-cli-find.spec ++++++ --- /var/tmp/diff_new_pack.avP3wA/_old 2018-05-13 16:04:55.138651643 +0200 +++ /var/tmp/diff_new_pack.avP3wA/_new 2018-05-13 16:04:55.142651497 +0200 @@ -17,7 +17,7 @@ Name: azure-cli-find -Version: 0.2.8 +Version: 0.2.9 Release: 0 Summary: Microsoft Azure CLI 'find' Command Module License: MIT @@ -34,6 +34,7 @@ Requires: azure-cli-command-modules-nspkg Requires: azure-cli-core Requires: azure-cli-nspkg +Requires: python3-Whoosh Requires: python3-azure-nspkg Conflicts: azure-cli < 2.0.0 @@ -63,7 +64,8 @@ %files %defattr(-,root,root,-) -%doc HISTORY.rst LICENSE.txt README.rst +%doc HISTORY.rst README.rst +%license LICENSE.txt %{python3_sitelib}/azure/cli/command_modules/find %{python3_sitelib}/azure_cli_find-*.egg-info ++++++ azure-cli-find-0.2.8.tar.gz -> azure-cli-find-0.2.9.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-find-0.2.8/HISTORY.rst new/azure-cli-find-0.2.9/HISTORY.rst --- old/azure-cli-find-0.2.8/HISTORY.rst 2018-01-05 22:11:35.000000000 +0100 +++ new/azure-cli-find-0.2.9/HISTORY.rst 2018-04-06 19:33:13.000000000 +0200 @@ -3,6 +3,11 @@ Release History =============== +0.2.9 +++++++ + +* `sdist` is now compatible with wheel 0.31.0 + 0.2.8 ++++++ * Update for CLI core changes. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-find-0.2.8/PKG-INFO new/azure-cli-find-0.2.9/PKG-INFO --- old/azure-cli-find-0.2.8/PKG-INFO 2018-01-05 22:12:40.000000000 +0100 +++ new/azure-cli-find-0.2.9/PKG-INFO 2018-04-06 19:33:50.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: azure-cli-find -Version: 0.2.8 +Version: 0.2.9 Summary: Microsoft Azure Command-Line Tools Find Command Module Home-page: https://github.com/Azure/azure-cli Author: Microsoft Corporation @@ -18,6 +18,11 @@ Release History =============== + 0.2.9 + ++++++ + + * `sdist` is now compatible with wheel 0.31.0 + 0.2.8 ++++++ * Update for CLI core changes. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-find-0.2.8/azure_cli_find.egg-info/PKG-INFO new/azure-cli-find-0.2.9/azure_cli_find.egg-info/PKG-INFO --- old/azure-cli-find-0.2.8/azure_cli_find.egg-info/PKG-INFO 2018-01-05 22:12:40.000000000 +0100 +++ new/azure-cli-find-0.2.9/azure_cli_find.egg-info/PKG-INFO 2018-04-06 19:33:50.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: azure-cli-find -Version: 0.2.8 +Version: 0.2.9 Summary: Microsoft Azure Command-Line Tools Find Command Module Home-page: https://github.com/Azure/azure-cli Author: Microsoft Corporation @@ -18,6 +18,11 @@ Release History =============== + 0.2.9 + ++++++ + + * `sdist` is now compatible with wheel 0.31.0 + 0.2.8 ++++++ * Update for CLI core changes. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-find-0.2.8/setup.py new/azure-cli-find-0.2.9/setup.py --- old/azure-cli-find-0.2.8/setup.py 2018-01-05 22:11:35.000000000 +0100 +++ new/azure-cli-find-0.2.9/setup.py 2018-04-06 19:33:13.000000000 +0200 @@ -15,7 +15,7 @@ cmdclass = {} -VERSION = "0.2.8" +VERSION = "0.2.9" CLASSIFIERS = [ 'Development Status :: 4 - Beta', 'Intended Audience :: Developers',
