commit python-gnocchiclient for openSUSE:Factory

2017-11-24 Thread root
Hello community,

here is the log from the commit of package python-gnocchiclient for 
openSUSE:Factory checked in at 2017-11-25 08:42:07

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


Package is "python-gnocchiclient"

Sat Nov 25 08:42:07 2017 rev:5 rq:528057 version:3.1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-gnocchiclient/python-gnocchiclient.changes
2017-08-28 15:30:30.532199394 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-gnocchiclient.new/python-gnocchiclient.changes
   2017-11-25 08:42:08.319395214 +0100
@@ -1,0 +2,5 @@
+Thu Sep 21 09:58:47 UTC 2017 - dmuel...@suse.com
+
+- drop runtime dependency on openstack-doc-tools
+
+---



Other differences:
--
++ python-gnocchiclient.spec ++
--- /var/tmp/diff_new_pack.g3nTzz/_old  2017-11-25 08:42:08.919373355 +0100
+++ /var/tmp/diff_new_pack.g3nTzz/_new  2017-11-25 08:42:08.923373209 +0100
@@ -30,7 +30,6 @@
 BuildRequires:  python-devel
 BuildRequires:  python-futurist >= 0.11.0
 BuildRequires:  python-keystoneauth1 >= 2.21.0
-BuildRequires:  python-openstack-doc-tools >= 1.4.0
 BuildRequires:  python-osc-lib >= 1.5.1
 BuildRequires:  python-oslo.serialization >= 1.10.0
 BuildRequires:  python-oslo.utils >= 3.20.0
@@ -46,7 +45,6 @@
 Requires:   python-cliff >= 2.6.0
 Requires:   python-futurist >= 0.11.0
 Requires:   python-keystoneauth1 >= 2.21.0
-Requires:   python-openstack-doc-tools >= 1.4.0
 Requires:   python-osc-lib >= 1.5.1
 Requires:   python-oslo.serialization >= 1.10.0
 Requires:   python-oslo.utils >= 3.20.0
@@ -64,6 +62,7 @@
 Group:  Documentation
 BuildRequires:  python-Sphinx
 BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstack-doc-tools >= 1.4.0
 
 %description  doc
 This is a client library for Gnocchi built on the Gnocchi API. It




commit python-gnocchiclient for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-gnocchiclient for 
openSUSE:Factory checked in at 2017-08-28 15:30:26

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


Package is "python-gnocchiclient"

Mon Aug 28 15:30:26 2017 rev:4 rq:514884 version:3.1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-gnocchiclient/python-gnocchiclient.changes
2017-02-21 13:43:29.262370051 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-gnocchiclient.new/python-gnocchiclient.changes
   2017-08-28 15:30:30.532199394 +0200
@@ -1,0 +2,16 @@
+Mon Aug  7 09:07:24 UTC 2017 - cloud-de...@suse.de
+
+- update to version 3.1.1
+  - Fix data display when listing resources
+  - Use new keystoneauth1 helper
+  - shell: make client works with default Gnocchi installation
+  - Stop always encoding resource
+  - doc: Add authentication examples
+  - Trivial: remove support for py34
+  - docs: Add all commands help
+  - allow to pass session and adapter options
+  - add note when using OS_AUTH_TYPE
+  - Remove pbr cap
+  - exceptions: make sure resource type not found is checked before resource 
not found
+
+---

Old:

  gnocchiclient-2.8.2.tar.gz

New:

  gnocchiclient-3.1.1.tar.gz



Other differences:
--
++ python-gnocchiclient.spec ++
--- /var/tmp/diff_new_pack.TNuGSo/_old  2017-08-28 15:30:31.748028472 +0200
+++ /var/tmp/diff_new_pack.TNuGSo/_new  2017-08-28 15:30:31.772025098 +0200
@@ -18,7 +18,7 @@
 
 %global sname gnocchiclient
 Name:   python-gnocchiclient
-Version:2.8.2
+Version:3.1.1
 Release:0
 Summary:Python API and CLI for OpenStack Gnocchi
 License:Apache-2.0
@@ -26,25 +26,32 @@
 Url:https://github.com/openstack/python-gnocchiclient
 Source0:
https://pypi.io/packages/source/g/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
+BuildRequires:  python-cliff >= 2.6.0
 BuildRequires:  python-devel
 BuildRequires:  python-futurist >= 0.11.0
-BuildRequires:  python-keystoneauth1 >= 2.17.0
+BuildRequires:  python-keystoneauth1 >= 2.21.0
+BuildRequires:  python-openstack-doc-tools >= 1.4.0
+BuildRequires:  python-osc-lib >= 1.5.1
+BuildRequires:  python-oslo.serialization >= 1.10.0
+BuildRequires:  python-oslo.utils >= 3.20.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
-BuildRequires:  python-pyparsing >= 2.0.7
+BuildRequires:  python-pbr >= 2.0.0
+BuildRequires:  python-pyparsing >= 2.1.0
 BuildRequires:  python-python-subunit >= 0.0.18
-BuildRequires:  python-requests >= 2.10.0
+BuildRequires:  python-requests >= 2.14.2
 BuildRequires:  python-setuptools >= 16.0
+BuildRequires:  python-six >= 1.9.0
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testtools >= 1.4.0
-Requires:   python-cliff >= 2.3.0
+Requires:   python-cliff >= 2.6.0
 Requires:   python-futurist >= 0.11.0
-Requires:   python-keystoneauth1 >= 2.17.0
-Requires:   python-osc-lib >= 1.2.0
+Requires:   python-keystoneauth1 >= 2.21.0
+Requires:   python-openstack-doc-tools >= 1.4.0
+Requires:   python-osc-lib >= 1.5.1
 Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.18.0
-Requires:   python-pbr >= 1.8
-Requires:   python-pyparsing >= 2.0.7
+Requires:   python-oslo.utils >= 3.20.0
+Requires:   python-pbr >= 2.0.0
+Requires:   python-pyparsing >= 2.1.0
 Requires:   python-six >= 1.9.0
 BuildArch:  noarch
 
@@ -75,9 +82,13 @@
 %install
 %py2_install
 
+# Some env variables required to successfully build our doc
+export PATH=$PATH:%{buildroot}%{_bindir}
+export PYTHONPATH=.
+export LANG=en_US.utf8
 %{__python2} setup.py build_sphinx
 # Fix hidden-file-or-dir warnings
-rm -rf html/.doctrees html/.buildinfo
+rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo
 
 %check
 # FIXME: only run unittests for now. Functional tests need gnocchi

++ _service ++
--- /var/tmp/diff_new_pack.TNuGSo/_old  2017-08-28 15:30:31.860012728 +0200
+++ /var/tmp/diff_new_pack.TNuGSo/_new  2017-08-28 15:30:31.872011042 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/gnocchiclient/gnocchiclient.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/gnocchiclient/gnocchiclient.spec.j2
 python-gnocchiclient.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
   

commit python-gnocchiclient for openSUSE:Factory

2017-02-21 Thread root
Hello community,

here is the log from the commit of package python-gnocchiclient for 
openSUSE:Factory checked in at 2017-02-21 13:43:28

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


Package is "python-gnocchiclient"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-gnocchiclient/python-gnocchiclient.changes
2016-09-30 15:30:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-gnocchiclient.new/python-gnocchiclient.changes
   2017-02-21 13:43:29.262370051 +0100
@@ -1,0 +2,32 @@
+Mon Feb 13 11:33:12 UTC 2017 - cloud-de...@suse.de
+
+- update to version 2.8.2:
+  - Add "batch delete resource client"
+  - Remove unused method
+  - [doc] Note lack of constraints is a choice
+  - Add support for basic authentication
+  - support resample option
+  - Remove no more usefull help
+  - Use proper unicode type for help string
+  - Remove non working operator
+  - Bump hacking to 0.12
+  - Updated coverage configuration file
+  - Switch to basic auth in functional tests and fix encoding
+  - Add reaggregation function argument to measures aggregation
+  - fix 409 exception regex
+  - Update .coveragerc after the removal of openstack directory
+  - add support for refresh
+  - Add ResourceTypeNotFound exception
+  - support fill option
+  - metric: add support for `--create-metrics' in batch-resources-metrics
+  - Handles http error parse of keystone
+  - Allow to update resource_type
+  - Fix a has been deprecated api
+  - osc: Pass interface and region to gnocchi client
+  - enable pagination for metric list
+  - resource: Set correct attribute type
+  - Delete the useless code
+  - auth: fix header type
+  - Replaces uuid.uuid4 with uuidutils.generate_uuid()
+
+---

Old:

  gnocchiclient-2.5.0.tar.gz

New:

  gnocchiclient-2.8.2.tar.gz



Other differences:
--
++ python-gnocchiclient.spec ++
--- /var/tmp/diff_new_pack.MHidql/_old  2017-02-21 13:43:29.582324913 +0100
+++ /var/tmp/diff_new_pack.MHidql/_new  2017-02-21 13:43:29.586324349 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-gnocchiclient
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,32 +18,33 @@
 
 %global sname gnocchiclient
 Name:   python-gnocchiclient
-Version:2.5.0
+Version:2.8.2
 Release:0
 Summary:Python API and CLI for OpenStack Gnocchi
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://github.com/openstack/%{name}
+Url:https://github.com/openstack/python-gnocchiclient
 Source0:
https://pypi.io/packages/source/g/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python-futurist >= 0.11.0
+BuildRequires:  python-keystoneauth1 >= 2.17.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.6
-BuildRequires:  python-pyparsing >= 2.0.1
+BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pyparsing >= 2.0.7
 BuildRequires:  python-python-subunit >= 0.0.18
 BuildRequires:  python-requests >= 2.10.0
 BuildRequires:  python-setuptools >= 16.0
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testtools >= 1.4.0
-Requires:   python-cliff >= 1.15.0
+Requires:   python-cliff >= 2.3.0
 Requires:   python-futurist >= 0.11.0
-Requires:   python-keystoneauth1 >= 2.10.0
-Requires:   python-osc-lib >= 0.4.0
+Requires:   python-keystoneauth1 >= 2.17.0
+Requires:   python-osc-lib >= 1.2.0
 Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.16.0
-Requires:   python-pbr >= 1.6
-Requires:   python-pyparsing >= 2.0.1
+Requires:   python-oslo.utils >= 3.18.0
+Requires:   python-pbr >= 1.8
+Requires:   python-pyparsing >= 2.0.7
 Requires:   python-six >= 1.9.0
 BuildArch:  noarch
 
@@ -55,7 +56,7 @@
 Summary:Documentation for OpenStack Gnocchi API Client
 Group:  Documentation
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 2.5.0
+BuildRequires:  python-oslosphinx >= 4.7.0
 
 %description  doc
 This is a client library for Gnocchi built on the Gnocchi API. It
@@ -65,7 +66,8 @@
 This package contains auto-generated documentation.
 
 %prep
-%setup -q -n %{sname}-%{version}
+%autosetup -n %{sname}-%{version}
+%py_req_cleanup
 
 %build
 %py2_build

++ _service ++

commit python-gnocchiclient for openSUSE:Factory

2016-09-30 Thread h_root
Hello community,

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

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


Package is "python-gnocchiclient"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-gnocchiclient/python-gnocchiclient.changes
2016-05-04 08:19:05.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-gnocchiclient.new/python-gnocchiclient.changes
   2016-09-30 15:30:36.0 +0200
@@ -1,0 +2,88 @@
+Mon Sep  5 11:28:22 UTC 2016 - tbecht...@suse.com
+
+update to version 2.5.0
+  * Use osc-lib instead of openstackclient
+  * Remove redundant parentheses
+  * Fix bad entry points in setup.cfg
+  * [Trivial] Remove executable privilege of doc/source/conf.py
+  * noauth: fix endpoint envvar
+  * doc: use pbr to auto-generate doc
+  * Translate resource_id to UUID5 format.
+  * Add mailmap entry for sileht
+  * exceptions: use lower case everywhere
+  * Use pifpaf instead of overtest to run tests
+  * Fix gate failures
+  * Remove testscenarios dependency
+  * doc: some improvements
+  * Add granularity argument to measures aggregation
+  * Use overtest to run Gnocchi
+  * Raise the correct exception on archive policy rule not found
+  * Bump hacking to 0.11.0
+  * Switch from deprecated tempest-lib to tempest
+  * Quote query string when POST is used
+  * utils: allow to encode params with list/tuple
+  * Remove refernces to queues in the osc client
+  * Use extras in setup.cfg for deps
+  * fix typos in comment & help string
+  * Raise an error when metric name doesn't exists
+  * Make the wheel universal
+  * Allow to start Gnocchi command with OSC
+  * Prepare compatibility with OSC
+  * fix test debug
+  * Remove i18n support
+  * Supported resources list cli support
+  * Ensure description exists for HTTP error.
+  * Fix a spell typos
+  * exceptions: use url from Reponse object
+  * Show original_resource_id in resource list cmd
+  * Support newer version of MySQL
+  * Allow create resource type
+  * utils: allow UUID to not have any dash
+  * shell: document query parameters
+  * Allow to list resource-types
+  * utils: switch format function to functional
+  * Remove discover test-dependency
+  * Allow to show a resource type
+  * show and add unit for metric list and create
+  * doc: fix typo in shell
+  * Use tox to install Gnocchi
+  * Trival: Remove unused logging import
+  * utils: include 0 values
+  * cli: use type kwarg from argparse to parse queries
+  * Add granularity argument to measures show
+  * resource: show all attributes when requesting detailed history
+  * Make utils.dict_to_querystring result predictible
+  * [resource] fix custom formatting of metrics
+  * shell: disallow abbrev in argparse
+  * Clean flake8 ignore
+  * search: Ensure we didn't ignore extra chars
+  * Fix gnocchi new install deps and func test
+  * supplement the type of marker explaination
+  * benchmark: allow to wait for all measures to be processed
+  * Corrected docstring for create metric
+  * Fix delete metric on resource create/update
+  * resource: move --delete-metric to update only
+  * Add doc building for gnocchi.xyz
+  * exceptions: fix typo in class name
+  * Delete openstack/common from the exclude list of flake8 in tox
+  * Allow to delete a resource type
+  * benchmark: minimize client computed time
+  * metric: add support for groupby in aggregation
+  * Fix docstring in from_response
+  * Use overtest to run MySQL
+  * remove MANIFEST.in
+  * minimise report
+  * fix custom formatting of archive policy
+  * Add batching to client
+  * add support for update archive policy
+  * Update the home-page with developer documentation
+  * fix benchmark entry points
+  * tests: do not use "low" as archive policy name
+  * Add support for Python 3.5
+  * The search query is mandatory
+  * one type error in resource.py
+  * tests: Fix option names
+  * shell: remove "resource list-types"
+- Update _service and switch to upstream spec template
+
+---

Old:

  gnocchiclient-2.1.0.tar.gz

New:

  gnocchiclient-2.5.0.tar.gz



Other differences:
--
++ python-gnocchiclient.spec ++
--- /var/tmp/diff_new_pack.YsE8MO/_old  2016-09-30 15:30:38.0 +0200
+++ /var/tmp/diff_new_pack.YsE8MO/_new  2016-09-30 15:30:38.0 +0200
@@ -16,104 +16,81 @@
 #
 
 
-%define component gnocchiclient
-
-%define version_unconverted 2.1.0
-
-Name:   python-%{component}
-Version:2.1.0
+%global sname gnocchiclient
+Name:   python-gnocchiclient
+Version:2.5.0
 Release:0
-Summary:Pyth