commit python-openstackclient for openSUSE:Factory

2020-10-26 Thread root
Hello community,

here is the log from the commit of package python-openstackclient for 
openSUSE:Factory checked in at 2020-10-26 16:16:12

Comparing /work/SRC/openSUSE:Factory/python-openstackclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-openstackclient.new.3463 (New)


Package is "python-openstackclient"

Mon Oct 26 16:16:12 2020 rev:22 rq:841197 version:5.4.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openstackclient/python-openstackclient.changes
2020-06-05 20:14:57.346702592 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-openstackclient.new.3463/python-openstackclient.changes
  2020-10-26 16:16:50.950960987 +0100
@@ -1,0 +2,63 @@
+Fri Oct  9 19:02:36 UTC 2020 - cloud-de...@suse.de
+
+- update to version 5.4.0
+  - Switch to newer openstackdocstheme and reno versions
+  - Add API check for server_groups.create
+  - Cleanup Python 2.7 support
+  - Remove congress
+  - Add 'address_scope' type support to network rbac commands
+  - Resolve PEP8
+  - Add system role assignment tests for users and groups
+  - Add '--force; parameter to 'openstack quota set'
+  - Show words indicating booted from volume for server image
+  - Fix reverted osc-lib interface change
+  - Fix compatibility issue in 5.3
+  - Support tagging Neutron ports on creation
+  - Add NUMA affinity policy parameter to "port"
+  - Add 'subnetpool' type support to rbac commands
+  - Use unittest.mock instead of third party mock
+  - Allow os quota list query to filter by project
+  - Output correct json for security groups in 'openstack server show'
+  - Add libc6-dev to bindep
+  - Add description field to portforwarding NAT rules
+  - switch to stevedore for entry points
+  - Fix gate due to switch to focal
+  - Revert "Format location columns in network commands"
+  - Remove enabling of glance v1 API
+  - Support for stateless security groups
+  - Add cliff to libs-from-git for devstack functional tips
+  - Fix uploading an signed image does not work if private signing key is 
encrypted
+  - Expose flag for forcing use of import for images
+  - Add a command to trigger entrypoint cache creation
+  - Add resource option immutable
+  - Be explicit about python version in image
+  - Delete the testcases that arent needed anymore
+  - Add py38 package metadata
+  - Make volume backup record commands available in v3
+  - bump py37 to py38 in tox.ini
+  - Update master for stable/ussuri
+  - Remove os-client-config references
+  - identity: autogenerate docs
+  - Fix --image-property option in 'create server'
+  - Adding options to user cli
+  - Allow openstack flavor set to update flavor description using name
+  - Replace assertItemsEqual with assertCountEqual
+  - Bypass user and group verification in RemoveRole
+  - Cleanup: remove a useless reference to "object"
+  - Add Python3 victoria unit tests
+  - image: autogenerate docs
+  - Remove translation sections from setup.cfg
+  - Client should parse string to boolean for value 'is_domain'
+  - Don't display Munch objects in the output
+  - port: add --host to list command
+  - Update developing.rst
+  - Add API check for server_groups.list
+  - Remove Babel from requirements
+  - Correct image lookup during server rebuild
+  - Remove install unnecessary packages
+  - Revert "Disallow setting default on internal network"
+  - Make container list --all work
+  - Add OpenStack Client for Manila docs
+  - Add command: router add/remove route --route
+
+---

Old:

  python-openstackclient-5.2.0.tar.gz

New:

  python-openstackclient-5.4.0.tar.gz



Other differences:
--
++ python-openstackclient.spec ++
--- /var/tmp/diff_new_pack.Pxw6Zh/_old  2020-10-26 16:16:51.462961398 +0100
+++ /var/tmp/diff_new_pack.Pxw6Zh/_new  2020-10-26 16:16:51.462961398 +0100
@@ -17,22 +17,23 @@
 
 
 Name:   python-openstackclient
-Version:5.2.0
+Version:5.4.0
 Release:0
 Summary:OpenStack Command-line Client
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/python-openstackclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-openstackclient/python-openstackclient-5.2.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-openstackclient/python-openstackclient-5.4.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-cinderclient >= 3.3.0
 BuildRequires:  python3-cliff >= 2.8.0
+BuildRequires:  python3-ddt
 BuildRequires:  python3-fixtures
 BuildRequires:  python3-glanceclient
 BuildRequires:  python3-keystoneclient >= 3.22.0
 BuildRequires:  python3-mock
 BuildRequires:  python3-novaclient >= 15.1.0

commit python-openstackclient for openSUSE:Factory

2020-06-05 Thread root
Hello community,

here is the log from the commit of package python-openstackclient for 
openSUSE:Factory checked in at 2020-06-05 20:12:43

Comparing /work/SRC/openSUSE:Factory/python-openstackclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-openstackclient.new.3606 (New)


Package is "python-openstackclient"

Fri Jun  5 20:12:43 2020 rev:21 rq:803579 version:5.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openstackclient/python-openstackclient.changes
2020-03-24 22:33:32.825124539 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-openstackclient.new.3606/python-openstackclient.changes
  2020-06-05 20:14:57.346702592 +0200
@@ -1,0 +2,73 @@
+Tue May 12 09:52:28 UTC 2020 - cloud-de...@suse.de
+
+- update to version 5.2.0
+  - Add bindep file
+  - Use 'KeyValueAppendAction' from osc-lib
+  - Bump lower constraint of MarkupSafe
+  - Replace six.iteritems() with .items()
+  - Don't look up project by id if given id
+  - Add storage policy option to create container command
+  - Stop configuring install_command in tox and stop use pip.
+  - Update http links in docs
+  - Doc: launchpad => storyboard
+  - Allow setting floating IP description
+  - Deflate .htaccess
+  - Fix network segment range "_get_ranges" function
+  - Fix copypaste errors in access rule command
+  - Remove redundant OpenStackShell.prepare_to_run_command
+  - Remove plugin projects from test-requirements.txt
+  - neutron: autogenerate docs
+  - Incorrect title for service provider
+  - Add plugin doc page for watcher
+  - Show correct name for resource with quota set to zero
+  - Disallow setting default on internal network
+  - Fix openstack server list --deleted --marker option
+  - Add support for app cred access rules
+  - Fix plugin autodoc generation
+  - Switch image to use SDK
+  - Provide stderr in exception when check_parser fails
+  - Microversion 2.79: Add delete_on_termination to volume-attach API
+  - Complete switch from glanceclient to SDK for image service
+  - Use autoprogram-cliff for remaining plugin docs
+  - Bump tox minversion
+  - Add unit tests and release note for dns_publish_fixed_ip
+  - common: autogenerate docs
+  - Update master for stable/train
+  - Create Volume v3 functional tests
+  - Change dockerhub password
+  - Honor endpoint override from config for volume
+  - Fix functional tests for py3
+  - Stop testing python 2 in tox and zuul.
+  - Raise hacking to more recent 2.0.0
+  - Now we can add description for role creation in OSC
+  - Build utility image for using osc
+  - Replace port 35357 with 5000 for "auth_url"
+  - Switch to using osc_lib.utils.tags
+  - Split plugin docs per project
+  - Fix router create/show if extraroute not supported
+  - Add qos_network_policy_id to network port tests
+  - Link to (some) plugin doc pages
+  - Refactor AggregateTests
+  - Remove trailing newline from dockerhub secret
+  - Update a stale doc reference to use :neutron-doc:
+  - Add dns_publish_fixed_ip attribute to subnets
+  - Fix osc-lib interface change: catch osc-lib Forbidden
+  - Use SDK to get compute API extensions
+  - Add placement to known plugins
+  - Update the content about Import Format
+  - compute: autogenerate docs
+  - versions: Fix 'versions show' help message
+  - Add parent project filter for listing projects
+  - Raise flake8-import-order version to latest
+  - Add "fields" parameter to ListSecurityGroup query
+  - openstack.cli: autogenerate docs
+  - Add redirect testing
+  - Stop silently ignoring invalid 'server create --hint' options
+  - Produce complete content for plugin docs
+  - Remove mention of meetings from docs
+  - Update image building jobs
+  - Add 'openstack server migrate (confirm|revert)' commands
+  - Complete "Drop python2 support" goal
+  - Fix faulthy state argument choice
+
+---

Old:

  python-openstackclient-4.0.0.tar.gz

New:

  python-openstackclient-5.2.0.tar.gz



Other differences:
--
++ python-openstackclient.spec ++
--- /var/tmp/diff_new_pack.jaqREI/_old  2020-06-05 20:14:58.026705094 +0200
+++ /var/tmp/diff_new_pack.jaqREI/_new  2020-06-05 20:14:58.026705094 +0200
@@ -17,29 +17,29 @@
 
 
 Name:   python-openstackclient
-Version:4.0.0
+Version:5.2.0
 Release:0
 Summary:OpenStack Command-line Client
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/python-openstackclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-openstackclient/python-openstackclient-4.0.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-openstackclient/python-openstackclient-5.2.0.tar.gz
 

commit python-openstackclient for openSUSE:Factory

2020-03-24 Thread root
Hello community,

here is the log from the commit of package python-openstackclient for 
openSUSE:Factory checked in at 2020-03-24 22:33:31

Comparing /work/SRC/openSUSE:Factory/python-openstackclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-openstackclient.new.3160 (New)


Package is "python-openstackclient"

Tue Mar 24 22:33:31 2020 rev:20 rq:787716 version:4.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openstackclient/python-openstackclient.changes
2019-12-04 14:18:58.654367198 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-openstackclient.new.3160/python-openstackclient.changes
  2020-03-24 22:33:32.825124539 +0100
@@ -1,0 +2,15 @@
+Tue Mar 24 09:48:59 UTC 2020 - Dirk Mueller 
+
+- add obsoletes
+
+---
+Mon Mar 23 14:46:35 UTC 2020 - Dirk Mueller 
+
+- remove nonsensical update-alternatives, which leaves an empty file behind 
+
+---
+Thu Mar 12 08:31:58 UTC 2020 - Dirk Mueller 
+
+- switch to python 3.x only package
+
+---



Other differences:
--
++ python-openstackclient.spec ++
--- /var/tmp/diff_new_pack.1QZUzK/_old  2020-03-24 22:33:33.953125088 +0100
+++ /var/tmp/diff_new_pack.1QZUzK/_new  2020-03-24 22:33:33.957125090 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-openstackclient
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,25 +25,6 @@
 URL:https://launchpad.net/python-openstackclient
 Source0:
https://files.pythonhosted.org/packages/source/p/python-openstackclient/python-openstackclient-4.0.0.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-devel
-BuildRequires:  python2-cinderclient >= 3.3.0
-BuildRequires:  python2-cliff >= 2.8.0
-BuildRequires:  python2-fixtures
-BuildRequires:  python2-glanceclient >= 2.8.0
-BuildRequires:  python2-keystoneclient >= 3.17.0
-BuildRequires:  python2-mock
-BuildRequires:  python2-novaclient >= 15.0.0
-BuildRequires:  python2-openstacksdk >= 0.17.0
-BuildRequires:  python2-os-client-config
-BuildRequires:  python2-osc-lib >= 1.14.0
-BuildRequires:  python2-oslotest
-BuildRequires:  python2-osprofiler
-BuildRequires:  python2-requests
-BuildRequires:  python2-requests-mock
-BuildRequires:  python2-stestr
-BuildRequires:  python2-stevedore
-BuildRequires:  python2-testtools
-BuildRequires:  python2-wrapt
 BuildRequires:  python3-cinderclient >= 3.3.0
 BuildRequires:  python3-cliff >= 2.8.0
 BuildRequires:  python3-devel
@@ -63,55 +44,60 @@
 BuildRequires:  python3-stevedore
 BuildRequires:  python3-testtools
 BuildRequires:  python3-wrapt
-Requires:   python-Babel >= 2.3.4
-Requires:   python-cinderclient >= 3.3.0
-Requires:   python-cliff >= 2.8.0
-Requires:   python-glanceclient >= 2.8.0
-Requires:   python-heatclient
-Requires:   python-keystoneauth1 >= 3.6.2
-Requires:   python-keystoneclient >= 3.17.0
-Requires:   python-novaclient >= 15.0.0
-Requires:   python-openstacksdk >= 0.17.0
-Requires:   python-osc-lib >= 1.14.0
-Requires:   python-oslo.i18n >= 3.15.3
-Requires:   python-oslo.utils >= 3.33.0
-Requires:   python-six >= 1.10.0
 BuildArch:  noarch
+
+%description
+python-openstackclient is a unified command-line client for the OpenStack APIs.
+It is a thin wrapper to the stock python-*client modules that implement the
+actual REST API client actions.
+
+%package -n python3-openstackclient
+Summary:OpenStack Command-line Client
+Group:  Development/Languages/Python
+Requires:   python3-Babel >= 2.3.4
+Requires:   python3-cinderclient >= 3.3.0
+Requires:   python3-cliff >= 2.8.0
+Requires:   python3-glanceclient >= 2.8.0
+Requires:   python3-heatclient
+Requires:   python3-keystoneauth1 >= 3.6.2
+Requires:   python3-keystoneclient >= 3.17.0
+Requires:   python3-novaclient >= 15.0.0
+Requires:   python3-openstacksdk >= 0.17.0
+Requires:   python3-osc-lib >= 1.14.0
+Requires:   python3-oslo.i18n >= 3.15.3
+Requires:   python3-oslo.utils >= 3.33.0
+Requires:   python3-six >= 1.10.0
 %if 0%{?suse_version}
-Requires(post): update-alternatives
-Requires(postun): update-alternatives
-%else
-# on RDO, update-alternatives is in chkconfig
-Requires(post): chkconfig
-Requires(postun): chkconfig
+Obsoletes:  python2-openstackclient < 4.0.0
 %endif
-%python_subpackages
 
-%description
+%description -n python3-openstackclient
 

commit python-openstackclient for openSUSE:Factory

2019-12-04 Thread root
Hello community,

here is the log from the commit of package python-openstackclient for 
openSUSE:Factory checked in at 2019-12-04 13:48:55

Comparing /work/SRC/openSUSE:Factory/python-openstackclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-openstackclient.new.4691 (New)


Package is "python-openstackclient"

Wed Dec  4 13:48:55 2019 rev:19 rq:736667 version:4.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openstackclient/python-openstackclient.changes
2019-05-03 22:41:40.703146956 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-openstackclient.new.4691/python-openstackclient.changes
  2019-12-04 14:18:58.654367198 +0100
@@ -1,0 +2,87 @@
+Wed Oct  9 13:05:47 UTC 2019 - cloud-de...@suse.de
+
+- update to version 4.0.0
+  - Batch up minor cleanups for release
+  - Bump min osc-lib to 1.14.0
+  - Fix RuntimeError when showing project which has extra properties
+  - Fix BFV server list handling with --name-lookup-one-by-one
+  - Fix typo: "to and endpoint"
+  - Fix functional.base.TestCase.openstack() to optionally omit --os-auth-type
+  - Use cliff formattable columns in image commands
+  - Add server add/remove volume description for microversion 2.20
+  - Document that server dump create requires 2.17
+  - Remove code migrated to osc-lib long ago
+  - Fix docs bug link to go to storyboard rather than launchpad
+  - Mention compute service set --up|--down requires 2.11 or greater
+  - Update master for stable/stein
+  - Compute: Add description support for server
+  - Remove deprecated volume commands and args
+  - Volume backup functional test tweak
+  - Use cliff formattable columns in network commands
+  - Deprecate openstack server migrate --host option
+  - Ignore case in security group rule --ethertype
+  - Add host and hypervisor_hostname to create servers
+  - Delete the LB object quotas set command in openstackclient
+  - Rename review.openstack.org to review.opendev.org
+  - Fix: incorrect check when no shared/private input
+  - Remove deprecated image commands
+  - Tweak network segment range fiunction tests
+  - Default to Cinder v3 API
+  - Fix  description for --block-device-mapping
+  - Add floating IP Port Forwarding commands
+  - Format aggregate command fields and de-race functional tests
+  - docs: clarify compute service --service option
+  - Fix bug in endpoint group deletion
+  - Format location columns in network commands
+  - Fix --limit option in image list sub-command
+  - Add 'openstack server resize (confirm|revert)' commands
+  - openstack port create support --extra-dhcp-option
+  - Update release table for Train and 4.0.0
+  - Update api-ref location
+  - Add openstack server create --boot-from-volume option
+  - Microversion 2.73: Support adding the reason behind a server lock
+  - Aggregate functional test tweak
+  - Bump lower constraint of python-zunclient
+  - Follow-up: fix the invalid releasenote link
+  - Change default security group protocol to 'any'
+  - Followup opendev cleanup and test jobs
+  - OpenDev Migration Patch
+  - Fix link to new opendev repo
+  - Remove token_endpoint auth type
+  - Allow "server migrate" (not live) to take "--host" option
+  - Add 'security_group' type support to network rbac commands
+  - Bump hacking version
+  - Fix: set invalid None project_id on range creation
+  - Stop leaving temp files after unit test runs
+  - Support type=image with --block-device-mapping option
+  - Remove races in floating ip functional tests
+  - Remove deprecated network options
+  - Use cliff formattable columns in volume v1 commands
+  - Fix compute service set handling for 2.53+
+  - Add changes-before attribute to server list
+  - Use cliff formattable columns in identity commands
+  - Support IPv6 addresses better
+  - Fix service discovery in functional tests
+  - Serialize more aggregate functional tests
+  - Update the constraints url
+  - Add CLI argument tests before making changes
+  - More aggregate functional race chasing
+  - Dropping the py35 testing
+  - Remove deprecated compute commands
+  - Add Python 3 Train unit tests
+  - Blacklist Bandit 1.6.0 due to directory exclusion bug
+  - Remove deprecated identity commands and args
+  - Microversion 2.77: Support Specifying AZ to unshelve
+  - Use cliff formattable columns in object storage commands
+  - Document 2.53 behavior for compute service list/delete
+  - document the --timing option
+  - Add server event command documentation for compute API 2.21
+  - Update sphinx requirement.
+  - Fix module paths for volumev3 volume backup commands
+  - Make configuration show not require auth
+  - Before writing object data to stdout, re-open it in binary mode
+  - Add doc and relnote for review 639652
+  - Clean up app initialization and config
+  - Use cliff formattable columns in volume v2 commands
+

commit python-openstackclient for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-openstackclient for 
openSUSE:Factory checked in at 2019-05-03 22:41:39

Comparing /work/SRC/openSUSE:Factory/python-openstackclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-openstackclient.new.5148 (New)


Package is "python-openstackclient"

Fri May  3 22:41:39 2019 rev:18 rq:692845 version:3.18.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openstackclient/python-openstackclient.changes
2018-12-06 12:17:29.289508768 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-openstackclient.new.5148/python-openstackclient.changes
  2019-05-03 22:41:40.703146956 +0200
@@ -1,0 +2,82 @@
+Mon Apr  8 12:07:55 UTC 2019 - cloud-de...@suse.de
+
+- update to version 3.18.0
+  - Fix missing trailing spaces in network help messages
+  - Add volume backend capability show command
+  - Add metavar for name parameter in subnet create
+  - Modify the help message for 'registered limit set'
+  - image/v2: support multiple property filters
+  - Add note about version 2.5 when listing servers using --ip6
+  - Add dns-domain support to Network object
+  - Fix broken gate jobs
+  - Fix 'project purge' deleting wrong project's servers and volumes
+  - Support enable/disable uplink status propagation
+  - Allow endpoint filtering on both project and project-domain
+  - Add --key-name and --key-unset option for server rebuild API.
+  - Remove invalid 'unlock-volume' migration arg
+  - Default --nic to 'auto' if creating a server with >= 2.37
+  - Add monascaclient to `not plugins` list
+  - import zuul job settings from project-config
+  - Add DNS support to floating IP commands
+  - More state handling in volume transfer requests functional tests
+  - Updated the take_actions for unified limits
+  - More volume functional test fixes
+  - Use devstack functional base job
+  - Add --property option to 'server rebuild' command
+  - This fix removes an erroneous underscore found within the function named
+  - Partially Revert "Add command to unset information from Subnet-pools"
+  - API microversion 2.69: Handles Down Cells
+  - Don't display router's is_ha and is_distributed attributes always
+  - trivial: modify spelling error of project
+  - Disabling c-backup service for osc-functional-devstack-tips job
+  - Detailed help message for QoS max-burst-kbps value
+  - Update release note version reference table
+  - Update reno for stable/rocky
+  - Update the Neutron CLI decoder document
+  - Make use of keystoneauth service-type filtering for versions
+  - add python 3.6 unit test job
+  - Deprecate volume create --project and --user options
+  - trivial: remove commented-out code
+  - Typo fix
+  - Change openstack-dev to openstack-discuss
+  - Remove str() when setting network objects names
+  - Add Python 3.6 classifier to setup.cfg
+  - Replace assertEqual(True/False, expr) with assertTrue/assertFalse
+  - Remove testr.conf as it's been replaced by stestr
+  - Add py36 env
+  - add lib-forward-testing-python3 test job
+  - Fix inconsistency (nit)
+  - osc-included image signing (using openstacksdk)
+  - Update the URL in doc
+  - Add possibility to filter images using member_status
+  - Handle multiple ports in AddFloatingIP
+  - Mention 2.51 in help for openstack server event show
+  - Add osc repo to the base job definition
+  - Add --name-lookup-one-by-one option to server list
+  - switch documentation job to new PTI
+  - Add floating IP filter to floating IP list command
+  - Address issues from volume backend commands
+  - Paginate over usage list to return all usages
+  - fix tox python3 overrides
+  - Fix i18n issue
+  - Add network segment range command object
+  - Improve document 'openstack complete'
+  - Add volume backup import/export commands
+  - Supports router gateway IP QoS
+  - Add volume backend pool list command
+  - fix multiple server delete produce multiple new lines
+  - Fix some spaces in help messages
+  - Fix: Restore output 'VolumeBackupsRestore' object is not iterable
+  - Fix help message for subnetpool default-quota value
+  - Use os-cloud instead of OS env vars for functional tests
+  - Fix help message of image add project
+  - Handle not having cinderclient.v1 available
+  - Mention compute API 2.50 in openstack quota show --class
+  - Add support for get details of Quota
+  - Add --attached / --detached parameter to volume set
+  - add python 3.7 unit test job
+  - Remove python-ceilometerclient
+  - Use templates for cover and lower-constraints
+  - Add project param in LimitList parser
+
+---

Old:

  python-openstackclient-3.16.2.tar.gz

New:

  python-openstackclient-3.18.0.tar.gz



Other differences:
--

commit python-openstackclient for openSUSE:Factory

2018-12-06 Thread root
Hello community,

here is the log from the commit of package python-openstackclient for 
openSUSE:Factory checked in at 2018-12-06 12:17:26

Comparing /work/SRC/openSUSE:Factory/python-openstackclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-openstackclient.new.19453 (New)


Package is "python-openstackclient"

Thu Dec  6 12:17:26 2018 rev:17 rq:655280 version:3.16.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openstackclient/python-openstackclient.changes
2018-11-29 23:01:15.147443396 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-openstackclient.new.19453/python-openstackclient.changes
 2018-12-06 12:17:29.289508768 +0100
@@ -1,0 +2,9 @@
+Wed Dec  5 09:50:05 UTC 2018 - cloud-de...@suse.de
+
+- update to version 3.16.2
+  - Fix 'project purge' deleting wrong project's servers and volumes
+  - Allow endpoint filtering on both project and project-domain
+  - Handle multiple ports in AddFloatingIP
+  - Default --nic to 'auto' if creating a server with >= 2.37
+
+---

Old:

  python-openstackclient-3.16.1.tar.gz

New:

  python-openstackclient-3.16.2.tar.gz



Other differences:
--
++ python-openstackclient.spec ++
--- /var/tmp/diff_new_pack.sPAOlV/_old  2018-12-06 12:17:29.801508218 +0100
+++ /var/tmp/diff_new_pack.sPAOlV/_new  2018-12-06 12:17:29.801508218 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   python-openstackclient
-Version:3.16.1
+Version:3.16.2
 Release:0
 Summary:OpenStack Command-line Client
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/python-openstackclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-openstackclient/python-openstackclient-3.16.1.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-openstackclient/python-openstackclient-3.16.2.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-cinderclient >= 3.3.0
@@ -122,15 +122,15 @@
 This package contains auto-generated documentation.
 
 %prep
-%autosetup -p1 -n python-openstackclient-3.16.1
+%autosetup -p1 -n python-openstackclient-3.16.2
 %py_req_cleanup
 sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{python_build}
 
-PBR_VERSION=3.16.1 sphinx-build -b html doc/source doc/build/html
-PBR_VERSION=3.16.1 sphinx-build -b man doc/source doc/build/man
+PBR_VERSION=3.16.2 sphinx-build -b html doc/source doc/build/html
+PBR_VERSION=3.16.2 sphinx-build -b man doc/source doc/build/man
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 

++ python-openstackclient-3.16.1.tar.gz -> 
python-openstackclient-3.16.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-openstackclient-3.16.1/AUTHORS 
new/python-openstackclient-3.16.2/AUTHORS
--- old/python-openstackclient-3.16.1/AUTHORS   2018-09-05 21:39:11.0 
+0200
+++ new/python-openstackclient-3.16.2/AUTHORS   2018-11-19 21:59:57.0 
+0100
@@ -303,7 +303,6 @@
 ZhaoBo 
 Zhenguo Niu 
 Zhou Zhihong 
-Zuul 
 adrian-turjak 
 blue55 
 caoyuan 
@@ -339,6 +338,7 @@
 liyingjun 
 lrqrun 
 lvjiawei 
+melanie witt 
 melissaml 
 nidhimittalhada 
 npraveen35 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-openstackclient-3.16.1/ChangeLog 
new/python-openstackclient-3.16.2/ChangeLog
--- old/python-openstackclient-3.16.1/ChangeLog 2018-09-05 21:39:11.0 
+0200
+++ new/python-openstackclient-3.16.2/ChangeLog 2018-11-19 21:59:57.0 
+0100
@@ -1,6 +1,14 @@
 CHANGES
 ===
 
+3.16.2
+--
+
+* Handle multiple ports in AddFloatingIP
+* Default --nic to 'auto' if creating a server with >= 2.37
+* Allow endpoint filtering on both project and project-domain
+* Fix 'project purge' deleting wrong project's servers and volumes
+
 3.16.1
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-openstackclient-3.16.1/PKG-INFO 
new/python-openstackclient-3.16.2/PKG-INFO
--- old/python-openstackclient-3.16.1/PKG-INFO  2018-09-05 21:39:16.0 
+0200
+++ new/python-openstackclient-3.16.2/PKG-INFO  2018-11-19 21:59:58.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-openstackclient
-Version: 3.16.1
+Version: 3.16.2
 Summary: OpenStack Command-line Client
 Home-page: https://docs.openstack.org/python-openstackclient/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-openstackclient-3.16.1/RELEASENOTES.rst 

commit python-openstackclient for openSUSE:Factory

2018-11-29 Thread root
Hello community,

here is the log from the commit of package python-openstackclient for 
openSUSE:Factory checked in at 2018-11-29 23:01:12

Comparing /work/SRC/openSUSE:Factory/python-openstackclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-openstackclient.new.19453 (New)


Package is "python-openstackclient"

Thu Nov 29 23:01:12 2018 rev:16 rq:652504 version:3.16.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openstackclient/python-openstackclient.changes
2018-09-07 15:38:19.718605402 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-openstackclient.new.19453/python-openstackclient.changes
 2018-11-29 23:01:15.147443396 +0100
@@ -1,0 +2,9 @@
+Wed Nov 28 23:52:50 UTC 2018 - cloud-de...@suse.de
+
+- update to version 3.16.1
+  - Update UPPER_CONSTRAINTS_FILE for stable/rocky
+  - Update .gitreview for stable/rocky
+  - import zuul job settings from project-config
+  - Fix broken gate jobs
+
+---

Old:

  python-openstackclient-3.16.0.tar.gz

New:

  python-openstackclient-3.16.1.tar.gz



Other differences:
--
++ python-openstackclient.spec ++
--- /var/tmp/diff_new_pack.dt2dCX/_old  2018-11-29 23:01:16.147442162 +0100
+++ /var/tmp/diff_new_pack.dt2dCX/_new  2018-11-29 23:01:16.147442162 +0100
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   python-openstackclient
-Version:3.16.0
+Version:3.16.1
 Release:0
 Summary:OpenStack Command-line Client
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/python-openstackclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-openstackclient/python-openstackclient-3.16.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-openstackclient/python-openstackclient-3.16.1.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-cinderclient >= 3.3.0
@@ -122,15 +122,15 @@
 This package contains auto-generated documentation.
 
 %prep
-%autosetup -p1 -n python-openstackclient-3.16.0
+%autosetup -p1 -n python-openstackclient-3.16.1
 %py_req_cleanup
 sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{python_build}
 
-PBR_VERSION=3.16.0 sphinx-build -b html doc/source doc/build/html
-PBR_VERSION=3.16.0 sphinx-build -b man doc/source doc/build/man
+PBR_VERSION=3.16.1 sphinx-build -b html doc/source doc/build/html
+PBR_VERSION=3.16.1 sphinx-build -b man doc/source doc/build/man
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 

++ python-openstackclient-3.16.0.tar.gz -> 
python-openstackclient-3.16.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-openstackclient-3.16.0/.zuul.yaml 
new/python-openstackclient-3.16.1/.zuul.yaml
--- old/python-openstackclient-3.16.0/.zuul.yaml2018-07-26 
11:16:46.0 +0200
+++ new/python-openstackclient-3.16.1/.zuul.yaml2018-09-05 
21:35:32.0 +0200
@@ -192,6 +192,12 @@
 templates:
   - openstackclient-plugin-jobs
   - osc-tox-unit-tips
+  - openstack-python-jobs
+  - openstack-python35-jobs
+  - publish-openstack-sphinx-docs
+  - check-requirements
+  - release-notes-jobs
+  - lib-forward-testing
 check:
   jobs:
 - osc-functional-devstack
@@ -210,3 +216,6 @@
   jobs:
 - osc-functional-devstack
 - openstack-tox-lower-constraints
+post:
+  jobs:
+- openstack-tox-cover
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-openstackclient-3.16.0/AUTHORS 
new/python-openstackclient-3.16.1/AUTHORS
--- old/python-openstackclient-3.16.0/AUTHORS   2018-07-26 11:20:13.0 
+0200
+++ new/python-openstackclient-3.16.1/AUTHORS   2018-09-05 21:39:11.0 
+0200
@@ -84,6 +84,7 @@
 Elena Ezhova 
 Emilien Macchi 
 Eric Brown 
+Fan Zhang 
 Fang Zhen 
 Fei Long Wang 
 Flavio Percoco 
@@ -343,6 +344,7 @@
 npraveen35 
 phil-hopkins-a 
 qinchunhua 
+qingszhao 
 qtang 
 rabi 
 reedip 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-openstackclient-3.16.0/ChangeLog 
new/python-openstackclient-3.16.1/ChangeLog
--- old/python-openstackclient-3.16.0/ChangeLog 2018-07-26 11:20:13.0 
+0200
+++ new/python-openstackclient-3.16.1/ChangeLog 2018-09-05 

commit python-openstackclient for openSUSE:Factory

2018-09-07 Thread root
Hello community,

here is the log from the commit of package python-openstackclient for 
openSUSE:Factory checked in at 2018-09-07 15:38:19

Comparing /work/SRC/openSUSE:Factory/python-openstackclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-openstackclient.new (New)


Package is "python-openstackclient"

Fri Sep  7 15:38:19 2018 rev:15 rq:633086 version:3.16.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openstackclient/python-openstackclient.changes
2018-03-19 23:35:16.308077047 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-openstackclient.new/python-openstackclient.changes
   2018-09-07 15:38:19.718605402 +0200
@@ -1,0 +2,80 @@
+Mon Sep  3 17:17:11 UTC 2018 - cloud-de...@suse.de
+
+- update to version 3.16.0
+  - Implement support for registered limits
+  - Prevent "server migrate --wait" from hanging
+  - Pass volume snapshot size to volume create
+  - Update reno for stable/queens
+  - neutron: add --mtu for create/set network
+  - Make osc-functional-devstack-tips actually use tips
+  - Update role document to include system parameter
+  - Imported Translations from Zanata
+  - Format port_details field of Floating IP
+  - Rename python-openstacksdk to openstacksdk
+  - Fix limits show command without Nova and Cinder
+  - Clean up W503 and E402 pep8 errors
+  - Correct application credential usage doc
+  - Use Server.to_dict() rather than Server._info
+  - Support filtering port with IP address substring
+  - Retry floating IP tests
+  - Remove deprecated ip floating commands
+  - Fix volume type functional tests
+  - Display private flavors in server list
+  - Fix server show for microversion 2.47
+  - compute: host: expand kwargs in host_set() call
+  - Zuul: Remove project name
+  - Add release note link in README
+  - Fix docs from I0dc80bee3ba6ff4ec8cc3fc113b6de7807e0bf2a
+  - Add support for endpoint group commands
+  - Fix crashing "console log show"
+  - Add project tags functionality
+  - Fix additional output encoding issues
+  - Add ability to filter image list by tag
+  - Replace pbr autodoc with sphinxcontrib-apidoc
+  - Add help for nova interface-list to decoder
+  - Slow down and retry aggregate create/delete to lessen race
+  - Add --image-property parameter in 'server create'
+  - Change bug url to a correct one
+  - Add support for "--dns-domain" argument
+  - Add cliff project link
+  - Update command test for volume.v3
+  - Fix the `role implies list` command.
+  - Add command to show all service versions
+  - compute: limit the service's force down command above 2.10
+  - Update help text for encryption provider
+  - Update links in README
+  - Trivial: Update pypi url to new url
+  - Add system role functionality
+  - Remove duplicated network attributes
+  - Fix tox -e venv -- reno new 
+  - Implement support for project limits
+  - Add bgp commands to neutron decoder
+  - Add support to list image members
+  - Release note cleanup for 3.16.0 release
+  - Allow setting network-segment on subnet update
+  - Use find_ip from openstacksdk
+  - Network: Add tag support for security group
+  - Skip calls to glance and nova when got no servers
+  - Network: Add tag support for floating ip
+  - Fix typo in 'floating ip associate' command and doc
+  - Fix functional job failed
+  - Cleanup error messages on failure
+  - Don't sent disk_over_commit if nova api > 2.24
+  - Add CRUD support for application credentials
+  - Optimize _prep_server_detail to avoid redundant find_resource
+  - Fix error with image show when image name is None
+  - Make max_burst_kbps option as optional for bw limit QoS rule
+  - Fix subnet host_routes error
+  - add lower-constraints job
+  - Re-implement novaclient bits removed in 10.0
+  - Adding api_version to FakeApp
+  - Make functional-tips job voting
+  - Do not require port argument when updating floating IP
+  - Support --community in openstack image list
+  - Fix lower-constraints.txt
+  - Compute: Add description support for flavor
+  - Updated from global requirements
+  - Make Profile fallback go bye-bye
+  - Fix urls in README.rst
+
+---

Old:

  python-openstackclient-3.14.0.tar.gz

New:

  python-openstackclient-3.16.0.tar.gz



Other differences:
--
++ python-openstackclient.spec ++
--- /var/tmp/diff_new_pack.hvjctc/_old  2018-09-07 15:38:20.278604801 +0200
+++ /var/tmp/diff_new_pack.hvjctc/_new  2018-09-07 15:38:20.278604801 +0200
@@ -17,64 +17,64 @@
 
 
 Name:   python-openstackclient
-Version:3.14.0
+Version:3.16.0
 Release:0
 Summary:OpenStack Command-line Client
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:

commit python-openstackclient for openSUSE:Factory

2018-03-19 Thread root
Hello community,

here is the log from the commit of package python-openstackclient for 
openSUSE:Factory checked in at 2018-03-19 23:35:03

Comparing /work/SRC/openSUSE:Factory/python-openstackclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-openstackclient.new (New)


Package is "python-openstackclient"

Mon Mar 19 23:35:03 2018 rev:14 rq:583326 version:3.14.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openstackclient/python-openstackclient.changes
2018-02-14 10:50:40.495728908 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-openstackclient.new/python-openstackclient.changes
   2018-03-19 23:35:16.308077047 +0100
@@ -1,0 +2,5 @@
+Fri Feb 23 13:14:48 UTC 2018 - tbecht...@suse.com
+
+- Switch to stable/queens spec template
+
+---



Other differences:
--
++ python-openstackclient.spec ++
--- /var/tmp/diff_new_pack.mm4pXO/_old  2018-03-19 23:35:20.539924385 +0100
+++ /var/tmp/diff_new_pack.mm4pXO/_new  2018-03-19 23:35:20.555923808 +0100
@@ -105,11 +105,11 @@
 #BuildRequires:  python-congressclient >= 1.9.0
 #BuildRequires:  python-designateclient >= 2.7.0
 #BuildRequires:  python-heatclient >= 1.10.0
-#BuildRequires:  python-ironicclient >= 1.14.0
+#BuildRequires:  python-ironicclient >= 2.2.0
 #BuildRequires:  python-mistralclient >= 3.1.0
 #BuildRequires:  python-muranoclient >= 0.8.2
 #BuildRequires:  python-neutronclient >= 6.3.0
-BuildRequires:  python-openstackdocstheme >= 1.17.0
+BuildRequires:  python-openstackdocstheme >= 1.18.1
 #BuildRequires:  python-ironic-inspector-client >= 1.5.0
 #BuildRequires:  python-saharaclient >= 1.4.0
 #BuildRequires:  python-zaqarclient >= 1.0.0

++ _service ++
--- /var/tmp/diff_new_pack.mm4pXO/_old  2018-03-19 23:35:20.59991 +0100
+++ /var/tmp/diff_new_pack.mm4pXO/_new  2018-03-19 23:35:20.59991 +0100
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/python-openstackclient/python-openstackclient.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/openstack/python-openstackclient/python-openstackclient.spec.j2
 python-openstackclient.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/master/requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/requirements.txt
 cloud-de...@suse.de
 gh,openstack,python-openstackclient
   




commit python-openstackclient for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-openstackclient for 
openSUSE:Factory checked in at 2018-02-14 10:50:39

Comparing /work/SRC/openSUSE:Factory/python-openstackclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-openstackclient.new (New)


Package is "python-openstackclient"

Wed Feb 14 10:50:39 2018 rev:13 rq:575941 version:3.14.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openstackclient/python-openstackclient.changes
2018-01-24 15:28:21.992361455 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-openstackclient.new/python-openstackclient.changes
   2018-02-14 10:50:40.495728908 +0100
@@ -1,0 +2,21 @@
+Mon Feb 12 10:01:50 UTC 2018 - cloud-de...@suse.de
+
+- update to version 3.14.0 (bsc#1078607)
+  - Fix use of new openstacksdk connection
+  - Fix func tests: Ensure to pass OS_CLOUD envvar
+  - Use Zuul v3 fetch-subunit-output
+  - Switch to use stestr directly
+  - Fix indentation in authentication.rst
+  - Allow ports filtering with device_id
+  - Rework Network client config for new SDK Connection
+  - Partially Revert "Update new documentation PTI jobs"
+  - Update new documentation PTI jobs
+  - Check that Glance returns image data before processing it
+  - Corrected spelling mistake
+  - Allow port list to shown undefined attributes
+  - Add floating IP qos_policy actions
+  - Replace assert with condition
+  - flavor: clarify --swap description
+  - Updated from global requirements
+
+---

Old:

  python-openstackclient-3.13.0.tar.gz

New:

  python-openstackclient-3.14.0.tar.gz



Other differences:
--
++ python-openstackclient.spec ++
--- /var/tmp/diff_new_pack.TYsvSn/_old  2018-02-14 10:50:41.291700263 +0100
+++ /var/tmp/diff_new_pack.TYsvSn/_new  2018-02-14 10:50:41.303699831 +0100
@@ -17,16 +17,16 @@
 
 
 Name:   python-openstackclient
-Version:3.13.0
+Version:3.14.0
 Release:0
 Summary:OpenStack Command-line Client
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://launchpad.net/python-openstackclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-openstackclient/python-openstackclient-3.13.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-openstackclient/python-openstackclient-3.14.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
-BuildRequires:  python2-cinderclient >= 3.2.0
+BuildRequires:  python2-cinderclient >= 3.3.0
 BuildRequires:  python2-cliff >= 2.8.0
 BuildRequires:  python2-fixtures >= 3.0.0
 BuildRequires:  python2-glanceclient >= 2.8.0
@@ -36,8 +36,8 @@
 BuildRequires:  python2-openstacksdk >= 0.9.19
 BuildRequires:  python2-os-client-config >= 1.28.0
 BuildRequires:  python2-os-testr >= 1.0.0
-BuildRequires:  python2-osc-lib >= 1.7.0
-BuildRequires:  python2-oslotest >= 1.10.0
+BuildRequires:  python2-osc-lib >= 1.8.0
+BuildRequires:  python2-oslotest >= 3.2.0
 BuildRequires:  python2-osprofiler >= 1.4.0
 BuildRequires:  python2-requests >= 2.14.2
 BuildRequires:  python2-requests-mock >= 1.1.0
@@ -45,7 +45,7 @@
 BuildRequires:  python2-testrepository >= 0.0.18
 BuildRequires:  python2-testtools >= 2.2.0
 BuildRequires:  python2-wrapt >= 1.7.0
-BuildRequires:  python3-cinderclient >= 3.2.0
+BuildRequires:  python3-cinderclient >= 3.3.0
 BuildRequires:  python3-cliff >= 2.8.0
 BuildRequires:  python3-devel
 BuildRequires:  python3-fixtures >= 3.0.0
@@ -56,8 +56,8 @@
 BuildRequires:  python3-openstacksdk >= 0.9.19
 BuildRequires:  python3-os-client-config >= 1.28.0
 BuildRequires:  python3-os-testr >= 1.0.0
-BuildRequires:  python3-osc-lib >= 1.7.0
-BuildRequires:  python3-oslotest >= 1.10.0
+BuildRequires:  python3-osc-lib >= 1.8.0
+BuildRequires:  python3-oslotest >= 3.2.0
 BuildRequires:  python3-osprofiler >= 1.4.0
 BuildRequires:  python3-requests >= 2.14.2
 BuildRequires:  python3-requests-mock >= 1.1.0
@@ -66,17 +66,17 @@
 BuildRequires:  python3-testtools >= 2.2.0
 BuildRequires:  python3-wrapt >= 1.7.0
 Requires:   python-Babel >= 2.3.4
-Requires:   python-cinderclient >= 3.2.0
+Requires:   python-cinderclient >= 3.3.0
 Requires:   python-cliff >= 2.8.0
 Requires:   python-glanceclient >= 2.8.0
 Requires:   python-heatclient >= 1.10.0
-Requires:   python-keystoneauth1 >= 3.2.0
+Requires:   python-keystoneauth1 >= 3.3.0
 Requires:   python-keystoneclient >= 3.8.0
 Requires:   python-novaclient >= 9.1.0
 Requires:   python-openstacksdk >= 0.9.19
-Requires:   python-osc-lib >= 1.7.0
+Requires:   python-osc-lib >= 1.8.0
 Requires:   python-oslo.i18n >= 3.15.3
-Requires:   

commit python-openstackclient for openSUSE:Factory

2018-01-24 Thread root
Hello community,

here is the log from the commit of package python-openstackclient for 
openSUSE:Factory checked in at 2018-01-24 15:28:18

Comparing /work/SRC/openSUSE:Factory/python-openstackclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-openstackclient.new (New)


Package is "python-openstackclient"

Wed Jan 24 15:28:18 2018 rev:12 rq:567473 version:3.13.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openstackclient/python-openstackclient.changes
2017-08-28 15:32:15.185486753 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-openstackclient.new/python-openstackclient.changes
   2018-01-24 15:28:21.992361455 +0100
@@ -1,0 +2,93 @@
+Thu Jan 18 15:56:45 UTC 2018 - tbecht...@suse.com
+
+- Convert to singlespec
+
+---
+Mon Jan 15 11:46:42 UTC 2018 - cloud-de...@suse.de
+
+- update to version 3.13.0
+  - Add RemoveNetwork command to server
+  - Accept 0 for --min-disk and --min-ram
+  - network functest: Remove condition for segment test
+  - Switch to $USER in post_test_hooks
+  - Remove a bunch of things we promised to remove in 2H 2017
+  - Attempt to de-race qos policy
+  - Make py27 and py35 versions and template of unit-tips jobs
+  - Make osc-tox-unit-tips work on other repos
+  - Support creating unaddress neutron port
+  - Imported Translations from Zanata
+  - Remove hard-coded policy choices for creating a server group
+  - Native DevStack jobs
+  - Update image cli doc and fix some typos
+  - Use instance variables for subnet tests
+  - Prepare for os-clinet-config to go away
+  - Show detailed message of neutron exception
+  - Neutron agent delete: remove the wrong argument
+  - Implied Roles
+  - Unroll the network qos policy functional tests
+  - Add wrapper around ostestr
+  - Be robust on import plugin module
+  - Replace %r with %s on printing string variable
+  - Add server rescue unit tests
+  - Send 'changes-since' instead of 'changes_since' query parameter
+  - openstack subnet create fails when tags is None
+  - Update the documentation link for doc migration
+  - Fix output for subnet show
+  - flake8-import-order: Ensure to place project imports last
+  - Fix 'project purge' deletes ALL images problem
+  - Updates for stestr
+  - Fix credentials in create, update and list.
+  - Added AddNetwork command to server
+  - Zuul: add file extension to playbook path
+  - Use flake8-import-order plugin
+  - Add support for endpoing filter commands
+  - Replace guildelines with guidelines
+  - Update release/stable branch table in docs
+  - auto-generate docs for v3 identity resources
+  - Release note cleanup
+  - Skip object-store functional tests when Swift is not available
+  - Allow PD as Subnetpool during Subnet creations
+  - Convert network segment functional tests to JSON
+  - Remove -U from pip install
+  - Fix "openstack image unset" command's help message typo
+  - Skip Volume v1 functional tests if v1 not present
+  - Add "volume service list --host" functional test case
+  - Move base functional test job in-repo
+  - Convert network security group functional tests to JSON
+  - Convert network qos functional tests to JSON
+  - Support icmp-type and icmp-code to be set as zero
+  - Convert 'server' commands to use autoprogram
+  - Add python-zunclient plugin
+  - Fix SDK Connection creation alternative to Profile
+  - Avoid default mutable values in arguments
+  - Add cliff and keystoneauth to tips jobs
+  - Allow creating security rules without protocol
+  - Correct import of keystoneauth1 session
+  - Add .htaccess for docs migration
+  - Attempt to work around chronically failing server issues with aggregates 
and qos
+  - Move more jobs in-repo
+  - Display Network QoS rule type details
+  - Set correct designate endpoint in docs
+  - Avoid tox_install.sh for constraints support
+  - Updated from global requirements
+  - Optimize getting endpoint list
+  - Zuul job updates
+  - Convert remaining network functional tests to JSON
+  - Update reno for stable/pike
+  - Use *_as_ids instead *_as_list
+  - Network: Add interfaces info in router show
+  - Remove setting of version/release from releasenotes
+  - Fix subunit collection in functional tests with ostestr>=1.0.0
+  - Add new commands for karbor osc plugin
+  - Revert "Disable karborclient until a fixed version is released"
+  - Network: Add supports rbac target-all-projects
+  - Fix file mode on network-topology.rst
+  - Rehome test units lib
+  - Useless line of code in shell.py
+  - Add python-rsdclient into plugin list
+  - Add functional test cases for "volume qos associate/disassociate"
+  - auto-generate object docs
+  - Add logic to handle old and new sdk constructor
+  - Add missing parameters on openstack server rescue
+

commit python-openstackclient for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-openstackclient for 
openSUSE:Factory checked in at 2017-08-28 15:32:12

Comparing /work/SRC/openSUSE:Factory/python-openstackclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-openstackclient.new (New)


Package is "python-openstackclient"

Mon Aug 28 15:32:12 2017 rev:11 rq:515033 version:3.12.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openstackclient/python-openstackclient.changes
2017-02-21 13:44:21.015069030 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-openstackclient.new/python-openstackclient.changes
   2017-08-28 15:32:15.185486753 +0200
@@ -1,0 +2,127 @@
+Mon Aug  7 14:49:24 UTC 2017 - cloud-de...@suse.de
+
+- update to version 3.12.0
+  - Don't show hint about vlan transparent in network set
+  - Explicitly set 'builders' option
+  - Minor followup to network agent docs
+  - Add python-octaviaclient plugin
+  - Structure FindFloatingIP() to work without ip_cache
+  - Fix 'domain' filter not work well in some commands
+  - Start using 'cliff.sphinxext'
+  - JSON-ify image functional tests
+  - Clean up password prompt work-arounds
+  - Add support for virtio-forwarder VNIC type
+  - Make test_server.py more elegant and simple
+  - volume functest: ensure snapshots deleted when volume delete
+  - Replace "Display Name" by "Name" in volume list
+  - Allow objects to be streamed to stdout
+  - wrong values in openstack quota show command
+  - Fix man page build
+  - Trivial Fix
+  - Split network tests
+  - Fix network list functional test
+  - Low-level Compute v2 API: security group
+  - Adds missing flavor information in the server list long command
+  - Add default-quota to subnet pool commands
+  - Use identity auth v3 the README examples
+  - Updated from global requirements
+  - Use Sphinx 1.5 warning-is-error
+  - Fix Mapping Guide Error
+  - Enable some off-by-default checks
+  - Simplify logic around option lists in port set
+  - Add the other commands for karbor osc plugin
+  - Fix Trivial Changes in [1]
+  - Create server with security group ID and name
+  - Introduce neutron flavor associate, disassociate to OSC
+  - Added 'openstack image set --visibility'
+  - Do not always init compute_client when doint port list
+  - Network L3 Router Commands for OSC
+  - Add --network and --port to server create
+  - Low-level Compute v2 API: network
+  - Fix server create with nova-net
+  - Update to tox.ini
+  - Fix quota functional tests for nova-net
+  - Low-level Compute v2 API: security group rules
+  - Remove inaccurate mapping of 'host-meta' in csv
+  - Ignore more exceptions in quota list
+  - Introduce Neutron DHCP agent commands to OSC
+  - Make MAC address of port updatable
+  - Funcional tests: quota list
+  - Enable to add/remove port to/from a server
+  - Skip floating ip attach functional test on nova-net
+  - Use openstackdocstheme in release note
+  - Rework floating ip functional tests
+  - Narrow expected responses for CheckUserInGroup
+  - Low-level Compute v2 API: floating ip pool
+  - Fix block-device-mapping when volume_size is empty
+  - Remove ipdb installation in tox debug section
+  - Nova net functional tests round 1
+  - Nova net functional tests round 2
+  - Nova net functional tests round 3
+  - Fix unit test failures related to new os-client-config and osc-lib
+  - Add help commands withouth auth in functional
+  - Fix volume qos spec list
+  - Fix NoneType error for volume snapshot create command
+  - When creating a trust, send role_ids instead or role_names
+  - Add domain parameter to Identity Provider
+  - Add direction field to QoS bandwidth limit.
+  - Correct flavor associate/disassociate commands in Mapping Guide
+  - Disable karborclient until a fixed version is released
+  - Functional tests: Identity v2 and DevStack
+  - Allow override of distributed router flag
+  - Release notes cleanup for 3.10.0 release
+  - Change noauth strategy for plugin loading
+  - Add project purge command to osc
+  - Release note cleanup for 3.12.0
+  - Add missing barbican commands
+  - Add extra filtering options to qos policy list
+  - Low-level Compute v2 API: floating ip
+  - Clean up the changes of os.environ in functional tests
+  - Add new parameter "is_default" to Network QoS policy.
+  - Trivial fix typos
+  - image-list should support filters 'name','status'
+  - Doc: Fix link in network flavors
+  - doc: Remove local fork of apidoc
+  - Enable to create legacy router
+  - Add optional parameter "user_id" and "type" to list credentials
+  - Remove log translations
+  - Nova-net functional tests: aggregates
+  - Support to add/remove multi users for "group add/remove user"
+  - Enable to specify which vm fixed-ip to publish
+  - update the docs URLs in the readme
+  - Split security group tests
+  - Convert volume functional 

commit python-openstackclient for openSUSE:Factory

2017-02-21 Thread root
Hello community,

here is the log from the commit of package python-openstackclient for 
openSUSE:Factory checked in at 2017-02-21 13:44:20

Comparing /work/SRC/openSUSE:Factory/python-openstackclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-openstackclient.new (New)


Package is "python-openstackclient"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openstackclient/python-openstackclient.changes
2016-09-30 15:30:42.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-openstackclient.new/python-openstackclient.changes
   2017-02-21 13:44:21.015069030 +0100
@@ -1,0 +2,142 @@
+Mon Feb 13 11:40:01 UTC 2017 - cloud-de...@suse.de
+
+- update to version 3.8.1:
+  - Tivial:update the description format in volume_snapshot.py
+  - Should support 'auto' and 'none' as network parameter when boot instances
+  - Fix all missing "os to openstack" transformation
+  - unskip port test
+  - Fix typo in release notes
+  - Fix floating IP delete and show by IP
+  - change os in command example to openstack(3)
+  - Fix network create --project
+  - Add one test for "backup set" command
+  - Update the description format
+  - Fix quota show --default command
+  - fix functional tests for network agents
+  - Avoid duplicated project_id when show network resources
+  - Fix quota set command error for SDK > 0.9.10
+  - Add options to allow filtering on agent list
+  - Error handling for delete commands in identity
+  - Update earliest-version number format in release notes
+  - Make 'object save' fast again
+  - Add --default option to "volume type list"
+  - change os in command example to openstack(2)
+  - Add --project and --project-domain option to "volume snapshot list"
+  - Add relnotes for the two recent bug fixes
+  - Update devref about "--no-property"
+  - Functional tests - flavor
+  - Release 3.7.0 cleanup
+  - Adjust the code sequence in consistency_group.py
+  - Fixes image api URL endpoint for certain scenario
+  - Fix the missing os in command in example
+  - Fix Octavia gate breakage caused by _get_columns()
+  - Fix flavor create help re swap size units
+  - OSC Network Meter
+  - Updated from global requirements
+  - Correct missspellings of secret
+  - update server migrate '--wait' description
+  - SDK Refactor: Prepare router commands
+  - Add support for clearing router gateway
+  - Add doc for Searchlight client
+  - Modified API calls in os usage
+  - change assert_show_fields to not fail on new fields
+  - SDK Refactor: Prepare port commands
+  - [TrivialFix] Fix typo error
+  - Add unit tests for usage commands in compute v2
+  - Fix network service provider functional test
+  - Add server test for image and flavor lookups
+  - Beef up floating IP functional tests
+  - Functional tests - port
+  - Fix filter error in os volume list
+  - Add support for setting router gateway
+  - Add plugin adoption for trove
+  - Update functional test for aggregate.
+  - Fix Network QoS rule CLI attrs parsing
+  - Introduce overwrite functionality in ``osc router set``
+  - Fix port command for SDK >0.9.10
+  - Remove the fixed set of choices for network_type
+  - Error in the return of command server show, create
+  - Fix subnet creating failure in functional test
+  - Fix Identity functional tests to not require OS_AUTH_URL
+  - Beef up address scope functional tests
+  - Add options to "server list" command
+  - Remove unneeded methods from OS_Config class
+  - Add "consistency group show" command
+  - Fix quota show output
+  - Cleanup for 3.8.0 release
+  - Fix creating a private flavor with ID auto
+  - Test-requirements.txt: Bump Hacking to 0.12
+  - Use git+file urls instead of directories
+  - Handle 403 error on creating trust
+  - Error in the return of command 'volume qos create'
+  - Add meter rule to OSC
+  - Add "dns-name" option to "os port create" and "os port set"
+  - Add 'allowed address pairs' option to 'port create/set/unset'
+  - Add support for QoS rule type commands
+  - Add two consistency group commands
+  - Add server_boot_from_volume() test
+  - add domain id to expected IdP fields, unskip tests
+  - SDK refactor: Prepare security group commands
+  - Add "consistency group set" command
+  - Support "--no-property" option in volume snapshot set
+  - functional test for volume
+  - Fix "ip availability show" command
+  - change os in command example to openstack
+  - Add extra filtering options to floating ip list
+  - Add support for Network QoS rule commands
+  - Trivial: update volume-qos.rst
+  - Remove auth_with_unscoped_saml decorator
+  - SDK refactor: Prepare network commands
+  - 3.5.0 release note cleanup
+  - Add support for Glance 'update image members' feature
+  - unskip network qos rule type functional test
+  - Fix a spelling error
+  - Add unit test for multi volume types delete
+  - Fix image member 

commit python-openstackclient for openSUSE:Factory

2016-09-30 Thread h_root
Hello community,

here is the log from the commit of package python-openstackclient for 
openSUSE:Factory checked in at 2016-09-30 15:30:41

Comparing /work/SRC/openSUSE:Factory/python-openstackclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-openstackclient.new (New)


Package is "python-openstackclient"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openstackclient/python-openstackclient.changes
2016-05-04 08:19:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-openstackclient.new/python-openstackclient.changes
   2016-09-30 15:30:42.0 +0200
@@ -1,0 +2,268 @@
+Fri Sep  9 07:50:02 UTC 2016 - tbecht...@suse.com
+
+- Remove some BuildRequires only needed for documentation.
+
+---
+Fri Sep  2 12:33:49 UTC 2016 - tbecht...@suse.com
+
+update to version 3.2.0
+  * [docs] fix incorrect rst markups
+  * Cleanup after install
+  * Provide fallback prompt function for current osc-lib
+  * Clean imports in code
+  * Fix six typos
+  * Fix auth prompt brokenness
+  * Updated from global requirements
+
+---
+Thu Sep  1 12:25:39 UTC 2016 - tbecht...@suse.com
+
+update to version 3.1.0
+  * Add create_one_image_member() in FakeImage class and update test
+  * Fix error for find_service() in identity
+  * fix one spelling mistake and two help messages
+  * Add "--project" option to "volume type create" command
+  * Remove discover from test-requirements
+  * Standardize import format
+  * Update Fakes.py and unit tests for commands in identity V2.0
+  * Add support of setting volume's state
+  * Remove execute permission on a few files
+  * Add a document for required options
+  * Add python-neutronclient to OSC plugins
+  * Add notes, modify notes in fakes docstring
+  * Rework clientmanager
+  * Fix doc issue for "compute agent list" command
+  * Pass security group id to novaclient
+  * Remove useless dest of option in "snapshot create" command
+  * Add port security option to network commands
+  * skip image tag tests
+  * Add "--marker" and "--limit" options to "snapshot list"
+  * Add --ip-version filtering option to subnet.rst
+  * Add support for domain specific roles
+  * Add command to unset information from ports
+  * Add Python3.5 to setup.cfg tox.ini
+  * Implement network agents functionality
+  * Updated from global requirements
+  * Pass security group id to novaclient while adding security
+  * Allow format selection in get_opts
+  * Add '--dhcp' and '--no-dhcp' options to os subnet list cmd
+  * Transfer "ip fixed add/remove" to "server add/remove fixed ip"
+  * Integ test cleanup
+  * arguments are not locale decoded into Unicode
+  * Support bulk deletion for delete commands in identityv3
+  * Fix OSC identity v3 functional tests
+  * "server list": "Image Name", "Image ID" columns
+  * skip failing tests due to bug 1599333 is fixed
+  * Add command to unset information from Subnet-pools
+  * remove unused LOG
+  * Add "--snapshot" option to "backup create" command in volumev2
+  * OS_DEFAULT_DOMAIN must be an ID
+  * Follow upper constraints for all tox targets
+  * Implement "network rbac set" command
+  * Modify some help and error messages in ec2creds identityv2
+  * Restore default auth-type for token/endpoint
+  * update requirements and test requirements
+  * Fix errors in volume set/unset image properties unit tests
+  * Support bulk deletion for delete commands in computev2
+  * Fix post and periodic jobs
+  * Support multi REST API calls error handling for "volume set" command
+  * Add support for deleting volumes with associated snapshots
+  * Implement rbac list and show command
+  * Support error handling for delete commands in volumev2
+  * Add unit tests for group commands in identity v3
+  * Add missing "Volume version 2 only" message in backup.rst
+  * Remove FakeService.get_services
+  * update plugin documentation
+  * Remove useless dest of option in volume v1
+  * Use identity fake classes instead of old unit tests data
+  * Unskip tests caused by bug 1599333
+  * Fix up last-minute imports to use osc-lib
+  * Implement network rbac create and delete commands
+  * osc-lib: shell
+  * Rename backup commands in volume v1 and v2
+  * Added a note on how to test changes
+  * Make set/unset command in volume pass normally when nothing specified
+  * image list: Add Checksum column
+  * Update the description of project in releasenotes.
+  * Temp work around for missing select_auth_plugin()
+  * Add '--force' option to 'backup delete' command in volumev2
+  * Modify some unusual help messages in computev2
+  * Exchange the check order for the dhcp and no-dhcp
+  * modify notes in the FakeHypervisorStats docstring
+  * Add command to unset information from Routers
+  * 

commit python-openstackclient for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package python-openstackclient for 
openSUSE:Factory checked in at 2016-05-04 08:19:23

Comparing /work/SRC/openSUSE:Factory/python-openstackclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-openstackclient.new (New)


Package is "python-openstackclient"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openstackclient/python-openstackclient.changes
2015-10-30 13:42:09.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-openstackclient.new/python-openstackclient.changes
   2016-05-04 08:19:24.0 +0200
@@ -1,0 +2,179 @@
+Fri Mar  4 09:00:16 UTC 2016 - tbecht...@suse.com
+
+- update to 2.2.0:
+  * Fix test_aggregate functional test
+  * Updated from global requirements
+  * Trivial: Reorder unit tests in alphabetical order in volume tests
+  * [Image] Check return value is None in image unit tests
+  * Support "network create" command in nova network
+  * Devref: Options with Choices
+  * Clean up unnecessary import of urlparse module
+  * Trivial: Update image_list v2 docs
+  * Fix regression in interactive client mode
+  * Fix 'code-block' tag format issues
+  * TrivialOrder: Rearrange Class Names
+  * add a checklist for creating a new plugin
+  * Trivial: Reorder flavor op order in flavor.py
+  * Subnet: Add "subnet delete" command using SDK
+  * fix: Exception message includes unnecessary class args
+  * Refactor security group list to use SDK
+  * take_action() method from command.Command shouldn't return
+  * Trivial: Reorder unit tests in test_type.py
+  * Fix return value of "image set" command
+  * [Compute] Check return value is None in compute unit tests
+  * Router: Add --route and --clear-routes options to "router set" command
+  * Add MultiKeyValueAction to custom parser action
+  * Make SetAggregate inherit from cliff.Command
+  * Make SetAgent inherit from cliff.Command
+  * Make SetSecurityGroup inherit from cliff.Command
+  * Make SetFlavor and UnsetFlavor inherit from cliff.Command
+  * Add missing command/configuration object
+  * Updated from global requirements
+  * Add shell --profile option to trigger osprofiler from CLI
+  * update heat object and command doc
+  * Add some test cases for "server list" command
+  * Floating IP: Neutron support for "ip floating show" command
+  * Improve tox to show coverage report on same window
+  * Py3 replace dict.iteritems with six.iteritems
+  * Updated from global requirements
+  * Defaults are ignored with flake8
+  * Fixed a bunch of spacing
+  * Add "security group rule show" command
+  * Fix wrong return value in TestDeleteFloatingIPNetwork
+  * Use update_parser_common() in ShowNetwork
+  * Use instanceof instead of type
+  * Add "os subnet show" command using SDK
+  * Initialize _keys in __init__() in FakeFlavorResource
+  * Add unit tests for 'hypervisor stats' command
+  * Clean redundant argument to dict.get
+  * Add functional tests for "volume" commands v2
+  * Add functional tests for "image" command v2
+  * Updated from global requirements
+  * Add unit test for "flavor show" command
+  * Refactor: Set "project_id" for FakeXXX in a consistent style
+  * Fix Mutable default argument
+  * gitignore .idea
+  * Trivial: Rename subnet_pool.rst to subnet-pool.rst
+  * Replace string format arguments with function parameters
+  * Support unscoped token request
+  * Use assertIsNone() instead of assertEqual(None, xxx)
+  * Don't use Mock.called_once_with that does not exist
+  * Floating IP: Fix "ip floating list" in neutron network
+  * Subnet Pool: Add "subnet pool show" command
+  * Subnet Pool: Add "subnet pool list" command
+  * Remove unused test-requirments
+  * Subnet Pool: Add "subnet pool delete" command
+  * Support "network show" command in nova network
+  * Support "network list" command in nova network
+  * Add release note for "network delete" command for nova network
+  * Define FakeFloatingIP class in tests/compute for nova network commands
+  * Add release note for "ip floating delete/list" commands for neutron network
+  * Fix 'openstack --help' fails if clouds.yaml cannot be read
+  * Rename parameter "identifier" to "network" in network commands
+  * Use assertRaises() to check if an exception is raised
+  * Support "network delete" command in nova network
+  * Floating IP: Neutron support for "ip floating list" command
+  * Floating IP: Neutron support for "ip floating delete" command
+  * Updated from global requirements
+  * Add quota functional tests
+  * Add NetworkAndCompute Lister and ShowOne classes
+  * Fix identity test_role functional tests
+  * Trivial: Fix a typo in test_network.py
+  * Updated from global requirements
+  * Refactor network AZ exception handling
+  * Refactor security group rule delete to use SDK
+  * Identity: Fix DisplayCommandBase comments for cliff ShowOne 

commit python-openstackclient for openSUSE:Factory

2015-10-30 Thread h_root
Hello community,

here is the log from the commit of package python-openstackclient for 
openSUSE:Factory checked in at 2015-10-30 13:42:08

Comparing /work/SRC/openSUSE:Factory/python-openstackclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-openstackclient.new (New)


Package is "python-openstackclient"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openstackclient/python-openstackclient.changes
2015-09-09 20:20:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-openstackclient.new/python-openstackclient.changes
   2015-10-30 13:42:09.0 +0100
@@ -1,0 +2,54 @@
+Sun Oct  4 07:16:35 UTC 2015 - tbecht...@suse.com
+
+- update to 1.7.1:
+  * Release notes 1.7.1
+  * docs: pip install -e needs an argument
+  * Glance `image set` Resolve Fracturing
+
+---
+Sat Sep 26 17:48:50 UTC 2015 - tbecht...@suse.com
+
+- update to 1.7.0:
+  * Add release notes for 1.7.0
+  * Use format_list instead of format_dict when listing images
+  * Format an images properties and tags
+  * Add image create support for image v2
+  * Change ignore-errors to ignore_errors
+  * Imported Translations from Zanata
+  * Remove backticks from help in role commands
+  * Move option logging back to start if initialize_app()
+  * Set default auth plugin back to 'password'
+  * Updated from global requirements
+  * set image api to 1 for functional tests
+  * Updated from global requirements
+  * Imported Translations from Transifex
+  * Use novaclient.client.Client for initialization Nova client
+  * Add filtering by user for 'openstack server list'
+  * Add support for listing servers of other projects
+  * Support listing users by group name
+  * Fix compute API version snafu
+  * Properly handle port arguments for ICMP
+  * Use a common decorator to log 'take_action' activation
+  * Fix 'auhentication' spelling error/mistake
+  * Volume v2 list does not show server name
+  * Ignore flavor and image find errors on server show
+  * Create log configuration class
+  * default OS_VOLUME_API_VERSION to v2
+  * Automate flavors, networks, and image get
+  * unwedge the osc gate
+  * additional functional tests for identity providers
+  * Adds documentation on weekly meeting
+  * Update the plugin docs for designate
+  * Added note to install openstackclient
+  * Running 'limits show' returns nothing
+  * Optimize log formatting
+  * Extract log level from configuration file
+  * Move options to log level out of shell.py
+  * Move set warnings filters to logging module
+  * Updated from global requirements
+  * Updated from global requirements
+  * Updated from global requirements
+  * Add tests for volume quota set
+- Adjust Requires according to requirements.txt
+
+---

Old:

  python-openstackclient-1.6.0.tar.gz

New:

  python-openstackclient-1.7.1.tar.gz



Other differences:
--
++ python-openstackclient.spec ++
--- /var/tmp/diff_new_pack.yXho2H/_old  2015-10-30 13:42:10.0 +0100
+++ /var/tmp/diff_new_pack.yXho2H/_new  2015-10-30 13:42:10.0 +0100
@@ -19,7 +19,7 @@
 %define component openstackclient
 
 Name:   python-%{component}
-Version:1.6.0
+Version:1.7.1
 Release:0
 Summary:OpenStack Unified Command Line Client
 License:Apache-2.0
@@ -62,10 +62,11 @@
 Requires:   python-glanceclient >= 0.18.0
 Requires:   python-keystoneclient >= 1.6.0
 Requires:   python-neutronclient >= 2.6.0
-Requires:   python-novaclient >= 2.26.0
-Requires:   python-oslo.config >= 1.11.0
+Requires:   python-novaclient >= 2.28.1
+Requires:   python-os-client-config >= 1.4.0
+Requires:   python-oslo.config >= 2.3.0
 Requires:   python-oslo.i18n >= 1.5.0
-Requires:   python-pbr >= 1.4
+Requires:   python-pbr >= 1.6
 Requires:   python-requests >= 2.5.2
 Requires:   python-six >= 1.9.0
 Requires:   python-stevedore >= 1.5.0

++ python-openstackclient-1.6.0.tar.gz -> 
python-openstackclient-1.7.1.tar.gz ++
 5854 lines of diff (skipped)




commit python-openstackclient for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package python-openstackclient for 
openSUSE:Factory checked in at 2015-09-09 20:20:49

Comparing /work/SRC/openSUSE:Factory/python-openstackclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-openstackclient.new (New)


Package is "python-openstackclient"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openstackclient/python-openstackclient.changes
2014-04-20 11:36:25.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-openstackclient.new/python-openstackclient.changes
   2015-09-09 20:20:50.0 +0200
@@ -2 +2 @@
-Mon Apr  7 16:42:07 UTC 2014 - dmuel...@suse.com
+Mon Aug 31 08:34:09 UTC 2015 - dmuel...@suse.com
@@ -4 +4,1096 @@
-- switch to released version (0.3.1) 
+- update to 1.6.0:
+  * Use correct domain to find project
+  * Updated from global requirements
+  * Skip functional test: test_server_up
+  * Remove non-existing hacking deviations from doc
+  * Update plugin documentation
+  * Add release notes for 1.6.0
+  * Add developer documentation
+  * Add --inherited to the role docs
+  * Rename command docs to remove underscores
+  * Inherited info/option when listing role assignment
+  * Alphabetize setup.cfg
+  * Add set feature to volume type v2
+  * Add list feature to volume v2
+  * Fixes inherited role assignments CRUD calls
+  * Fix quota show when there is no project id
+  * Add functional test for volume type create --property
+  * Imported Translations from Transifex
+  * Added a new function test for volume type set
+  * Introduce functional test for Identity Provider
+  * Add domain scoping in 'role assignment list'
+  * Removed unnecessary assignment of function result Joined lines together
+  * New test for configuration show --mask
+  * add new test for configuration show unmask
+  * Minor Documentation changes for code samples
+  * Set OS_VOLUME_API_VERSION before running functional tests
+  * Added test for `volume type show`
+  * Add functional tests for volume type list
+  * New test for configuration show
+  * Fix quota set failed problem
+  * Add support for volume v2 commands
+  * Add configuration show command
+  * Add plugin interface version
+  * Fix --os-auth-plugin in auth_with_unscoped_saml
+  * add doc for floatingip
+  * Fix yet more documentation warnings
+  * Make trustee/trustor/project searchable by ID
+  * Add create and list for volume type v2
+  * add image member commands for image API
+  * Fix the way auth_type default value is overriden
+  * Format volume type properties when showing
+  * Rename type.py to volume_type.py
+  * Removes trailing blank in trust show
+  * Add volume type show for volume v1
+  * --property should be required in `os unset` commands
+  * More minor docs fixes
+  * Minor identity documentation change
+  * Add functional tests server reboot
+  * Add functional tests server IP attach and detach
+  * Add details to the documentation
+  * Making --property as required when openstack flavor unset
+  * Do not set default versions in parsed args
+  * Add functional tests for servers that require wait
+  * enhance tests for user v3
+  * Remove unnecessary test extension mock
+  * Remove requirements.txt from tox.ini
+  * add functional tests for identity v3
+  * Add functional tests for volume qos
+  * Support multiple volume qos delete
+  * add functional tests for identity v2
+  * add --project-domain option for user v3
+  * only return endpoints that have url
+  * Fix the way we call find_resource when only using ID
+  * Fix image save with API v2
+  * Rename endpoint type to interface
+  * temporarily skip help tests
+  * Drop py33 support for Liberty
+  * Fix interactive password prompt
+  * Fix wrong mock method call
+  * add functional tests for identity v2
+  * Fixes modules index generated by Sphinx
+  * Fix address parsing for server ssh command
+  * openstack catalog list always returns publicURL for internalURL and 
adminURL
+  * Remove the --dhcp option to network list
+  * Remove testing of cliff command line options
+  * add functional tests for identity v3
+  * Add --os-endpoint-type cli optional argument
+  * Show which aggregate a hypervisor is member of
+  * Move update code from image create command
+  * Fix examples with cacert
+  * Add support for volume API v2 QoS commands
+  * Add tests for 'list' and 'show' for volume qos v1
+  * Alphabetize tests for v1 qos_specs
+  * Add docs for QoS specs
+  * No need for get_parser on QoS list
+  * Alphabetize QoS specs
+  * Add support for volume API v1 QoS commands
+  * fix confused domain argument for network create v2
+  * fix typo in network.rst
+  * Add support to inherited project role grant calls
+  * fix typo for server create in server.rst
+  * Fix typo in user.rst
+  * Update 1.4.0 release notes
+  * Refactor option handling for 

commit python-openstackclient for openSUSE:Factory

2014-04-20 Thread h_root
Hello community,

here is the log from the commit of package python-openstackclient for 
openSUSE:Factory checked in at 2014-04-20 11:36:24

Comparing /work/SRC/openSUSE:Factory/python-openstackclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-openstackclient.new (New)


Package is python-openstackclient

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openstackclient/python-openstackclient.changes
2014-04-09 19:09:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-openstackclient.new/python-openstackclient.changes
   2014-04-20 11:36:25.0 +0200
@@ -2 +2 @@
-Thu Mar 27 10:25:53 UTC 2014 - dmuel...@suse.com
+Mon Apr  7 16:42:07 UTC 2014 - dmuel...@suse.com
@@ -4,44 +4 @@
-- go back to released version (0.3.1) for Icehouse 
-

-Mon Mar 24 01:10:32 UTC 2014 -  cloud-de...@suse.de
-
-- Update to version python-openstackclient-0.3.1.23.gee22070:
-  * Correct display of project/tenant id on display of credentials
-

-Sun Mar 23 01:11:42 UTC 2014 -  cloud-de...@suse.de
-
-- Update to version python-openstackclient-0.3.1.21.g4900c64:
-  * Produce a useful error message for NoUniqueMatch
-

-Fri Mar 14 00:44:21 UTC 2014 -  cloud-de...@suse.de
-
-- Update to version python-openstackclient-0.3.1.20.g0c0803d:
-  * identity v3 allow project list filtering by domain
-  * Add ability to set key value pairs in projects
-

-Thu Mar 13 00:55:17 UTC 2014 -  cloud-de...@suse.de
-
-- Update to version python-openstackclient-0.3.1.17.g65f094e:
-  * Updated from global requirements
-

-Tue Mar 11 00:58:06 UTC 2014 -  cloud-de...@suse.de
-
-- Update to version python-openstackclient-0.3.1.16.gcf8506d:
-  * Fix 'keypair show' command output
-

-Mon Mar 10 15:39:48 UTC 2014 -  cloud-de...@suse.de
-
-- Update to version python-openstackclient-0.3.1.14.g4632238:
-  * add interface and url to endpoint list
-  * Fixed spelling error, compatability to compatibility
-  * Fixed Spelling errors - compatability to compatibility
-  * Fixed spelling errors - occurance to occurence
-  * Updated from global requirements
-  * Add --volume option to image create command
-  0.3.1
+- switch to released version (0.3.1) 



Other differences:
--
++ python-openstackclient.spec ++
--- /var/tmp/diff_new_pack.Jg2tzU/_old  2014-04-20 11:36:26.0 +0200
+++ /var/tmp/diff_new_pack.Jg2tzU/_new  2014-04-20 11:36:26.0 +0200
@@ -36,7 +36,6 @@
 %endif
 BuildRequires:  python-Babel = 1.3
 BuildRequires:  python-cliff = 1.4.3
-BuildRequires:  python-fixtures
 BuildRequires:  python-glanceclient = 0.9.0
 BuildRequires:  python-keyring = 1.6.1
 BuildRequires:  python-keystoneclient = 0.3.2
@@ -48,14 +47,13 @@
 BuildRequires:  python-six = 1.4.1
 BuildRequires:  python-testrepository = 0.0.17
 BuildRequires:  python-testtools = 0.9.32
-Requires:   python-WebOb = 1.2.3
 Requires:   python-cinderclient = 1.0.6
 Requires:   python-cliff = 1.4.3
 Requires:   python-glanceclient = 0.9.0
 Requires:   python-keyring = 1.6.1
-Requires:   python-keystoneclient = 0.6.0
+Requires:   python-keystoneclient = 0.3.2
 Requires:   python-novaclient = 2.15.0
-Requires:   python-pbr = 0.6
+Requires:   python-pbr = 0.5.21
 Requires:   python-pycrypto = 2.6
 Requires:   python-requests = 1.1
 Requires:   python-six = 1.4.1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-openstackclient for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package python-openstackclient for 
openSUSE:Factory checked in at 2014-04-09 19:09:57

Comparing /work/SRC/openSUSE:Factory/python-openstackclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-openstackclient.new (New)


Package is python-openstackclient

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openstackclient/python-openstackclient.changes
2014-03-09 20:16:22.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-openstackclient.new/python-openstackclient.changes
   2014-04-09 19:09:58.0 +0200
@@ -2 +2,108 @@
-Fri Feb 14 10:34:45 UTC 2014 - speili...@suse.com
+Thu Mar 27 10:25:53 UTC 2014 - dmuel...@suse.com
+
+- go back to released version (0.3.1) for Icehouse 
+
+---
+Mon Mar 24 01:10:32 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-openstackclient-0.3.1.23.gee22070:
+  * Correct display of project/tenant id on display of credentials
+
+---
+Sun Mar 23 01:11:42 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-openstackclient-0.3.1.21.g4900c64:
+  * Produce a useful error message for NoUniqueMatch
+
+---
+Fri Mar 14 00:44:21 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-openstackclient-0.3.1.20.g0c0803d:
+  * identity v3 allow project list filtering by domain
+  * Add ability to set key value pairs in projects
+
+---
+Thu Mar 13 00:55:17 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-openstackclient-0.3.1.17.g65f094e:
+  * Updated from global requirements
+
+---
+Tue Mar 11 00:58:06 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-openstackclient-0.3.1.16.gcf8506d:
+  * Fix 'keypair show' command output
+
+---
+Mon Mar 10 15:39:48 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-openstackclient-0.3.1.14.g4632238:
+  * add interface and url to endpoint list
+  * Fixed spelling error, compatability to compatibility
+  * Fixed Spelling errors - compatability to compatibility
+  * Fixed spelling errors - occurance to occurence
+  * Updated from global requirements
+  * Add --volume option to image create command
+  0.3.1
+
+---
+Sat Mar  1 00:55:19 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-openstackclient-0.3.0.50.g808fa65:
+  * Update release notes for 0.3.1
+  * Fix format errors in nova security group rule list
+
+---
+Thu Feb 27 01:40:09 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-openstackclient-0.3.0.46.gb7f673c:
+  * Use cacert values when creating identity client
+  * Fix volume commands with multiple regions
+
+---
+Tue Feb 25 01:02:45 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-openstackclient-0.3.0.43.g1253932:
+  * Updated from global requirements
+
+---
+Mon Feb 24 01:13:45 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-openstackclient-0.3.0.42.g8fe50fc:
+  * Fix some help strings
+
+---
+Sun Feb 23 00:39:05 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-openstackclient-0.3.0.40.g034a9d1:
+  * Add ability to prompt for passwords for user create and set
+
+---
+Sat Feb 22 01:34:54 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-openstackclient-0.3.0.38.g8b494f0:
+  * Update oslo incubator bits
+  * Rename Openstack to OpenStack
+
+---
+Fri Feb 21 01:42:34 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-openstackclient-0.3.0.34.g2958421:
+  * Python 3: the content of a FakeResponse must be bytes
+  * Glance client no longer isa http client
+
+---
+Fri Feb 14 09:04:45 UTC 2014 - speili...@suse.com
+
+- Run testr directly
+
+---
+Wed Feb 12 00:57:21 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-openstackclient-0.3.0.31.g2f5e823:
+  * FakeResponse: use a default status code
+  * Python 3: fix a syntax error
+  * Fix misspellings in python openstackclient
+

commit python-openstackclient for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package python-openstackclient for 
openSUSE:Factory checked in at 2014-03-09 20:16:22

Comparing /work/SRC/openSUSE:Factory/python-openstackclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-openstackclient.new (New)


Package is python-openstackclient

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openstackclient/python-openstackclient.changes
2013-10-29 09:34:30.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-openstackclient.new/python-openstackclient.changes
   2014-03-09 20:16:22.0 +0100
@@ -1,0 +2,11 @@
+Fri Feb 14 10:34:45 UTC 2014 - speili...@suse.com
+
+- Replace git_tarballs source service with download_files and set_version
+  + Use upstream URL as source (enables verification)
+
+---
+Wed Jan 29 09:12:37 UTC 2014 - speili...@suse.com
+
+- Add refresh_patches source service
+
+---



Other differences:
--
++ python-openstackclient.spec ++
--- /var/tmp/diff_new_pack.yAp06l/_old  2014-03-09 20:16:23.0 +0100
+++ /var/tmp/diff_new_pack.yAp06l/_new  2014-03-09 20:16:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-openstackclient
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://launchpad.net/python-openstackclient
-Source: python-openstackclient-0.2.2.tar.gz
+Source: 
http://tarballs.openstack.org/python-openstackclient/python-openstackclient-%{version}.tar.gz
 Patch0: 0001-Adjust-to-non-deprecated-names-in-Keyring-1.6.patch
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python

++ _service ++
--- /var/tmp/diff_new_pack.yAp06l/_old  2014-03-09 20:16:23.0 +0100
+++ /var/tmp/diff_new_pack.yAp06l/_new  2014-03-09 20:16:23.0 +0100
@@ -1,7 +1,11 @@
 services
-  service name=git_tarballs mode=disabled
-param 
name=urlhttp://tarballs.openstack.org/python-openstackclient/python-openstackclient-0.2.2.tar.gz/param
-param name=emailopensuse-cl...@opensuse.org/param
-param name=plain-versionTrue/param
+  service mode=disabled name=download_files 
+param name=changesgenerateenable/param
+  /service
+  service mode=disabled name=set_version
+param name=basenamepython-openstackclient/param
+  /service
+  service name=refresh_patches mode=disabled
+param name=changesgenerateenable/param
   /service
 /services

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org