From c425a04208d336db8ca5f510f9aa5e5f05caddec1660e628e1594acba1487006 Mon Sep 17 00:00:00 2001 From: Alberto Planas Dominguez Date: Wed, 31 Aug 2016 08:43:47 +0000 Subject: [PATCH] Accepting request 423959 from home:tbechtold:branches:devel:languages:python - update to 0.12.0: * Add support for s3rver * fakes3: export HTTP url * Mention CouchDB support in README * Add support for CouchDB * gnocchi: Catch a working line for metricd * Fix virtualenv handling * Revert "mysql: add --basedir=/usr" * mysql: fix typo * tests: fix mysqld database name * mysql: use pifpaf as the name of the database * mysql: add --basedir=/usr * mysql: use mysql_install_db if mysqld --initialize-insecure fails * mysql: add --no-defaults and --tmpdir to mysqld * Indicate we support etcd clustering * Support etcdctl * etcd: add clustering support * etcd: change default port to IANA and allow to change peer port * Print PID of process when logging output * Support for Aodh 3 * Better reporting on wait_for_line * Print actual output when we don't find the expected line * tests: fix a port collision * tests: fix Popen usage with Python 3 * Fix Python 3 * Fix pep8 errors * influxdb: fix wait_for_line with re * ceph: fix output matching with re * Gnocchi: bugfix on wait_for_line on API * gnocchi: fix URL in waiting OBS-URL: https://build.opensuse.org/request/show/423959 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pifpaf?expand=0&rev=2 --- pifpaf-0.12.0.tar.gz | 3 +++ pifpaf-0.2.0.tar.gz | 3 --- python-pifpaf.changes | 58 +++++++++++++++++++++++++++++++++++++++++++ python-pifpaf.spec | 9 +++++-- 4 files changed, 68 insertions(+), 5 deletions(-) create mode 100644 pifpaf-0.12.0.tar.gz delete mode 100644 pifpaf-0.2.0.tar.gz diff --git a/pifpaf-0.12.0.tar.gz b/pifpaf-0.12.0.tar.gz new file mode 100644 index 0000000..d6e73df --- /dev/null +++ b/pifpaf-0.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8becfc5222cf37b9fc3807a6596ac7a409be5643492472e67f3d7b1a20f56fe +size 25181 diff --git a/pifpaf-0.2.0.tar.gz b/pifpaf-0.2.0.tar.gz deleted file mode 100644 index 7595f90..0000000 --- a/pifpaf-0.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:acf716f622aaf18843043964d31b8507a26619527ab0dea43831150157b93970 -size 21677 diff --git a/python-pifpaf.changes b/python-pifpaf.changes index 4dfa1c5..180f2ce 100644 --- a/python-pifpaf.changes +++ b/python-pifpaf.changes @@ -1,3 +1,61 @@ +------------------------------------------------------------------- +Wed Aug 31 08:28:38 UTC 2016 - tbechtold@suse.com + +- update to 0.12.0: + * Add support for s3rver + * fakes3: export HTTP url + * Mention CouchDB support in README + * Add support for CouchDB + * gnocchi: Catch a working line for metricd + * Fix virtualenv handling + * Revert "mysql: add --basedir=/usr" + * mysql: fix typo + * tests: fix mysqld database name + * mysql: use pifpaf as the name of the database + * mysql: add --basedir=/usr + * mysql: use mysql_install_db if mysqld --initialize-insecure fails + * mysql: add --no-defaults and --tmpdir to mysqld + * Indicate we support etcd clustering + * Support etcdctl + * etcd: add clustering support + * etcd: change default port to IANA and allow to change peer port + * Print PID of process when logging output + * Support for Aodh 3 + * Better reporting on wait_for_line + * Print actual output when we don't find the expected line + * tests: fix a port collision + * tests: fix Popen usage with Python 3 + * Fix Python 3 + * Fix pep8 errors + * influxdb: fix wait_for_line with re + * ceph: fix output matching with re + * Gnocchi: bugfix on wait_for_line on API + * gnocchi: fix URL in waiting + * keystone: disable tests + * zookeeper: wait for ZooKeeper to start before returning + * Fix Redis driver with Redis 3.2.1 + * drivers: support regexp for wait_for_line + * gnocchi: support latest master/2.2 changes on gnocchi-api + * aodh: run aodh-evaluator + * Install software via tox + * keystone: simplify wait for line for admin + * drivers: translate OSError to a more readable error + * keystone: simplify wait_for_line + * keystone: fix pep8 error in test + * Add a Keystone driver + * Better debugging on errors + * Add a pifpaf_stop function to stop pifpaf + * Fix typo in InfluxDB driver + * influxdb: fix Python >= 3.0 & < 3.5 + * travis: Remove missing etcd from install + * travis: install InfluxDB with wget + * Add PyPI version badge + * postgresql: allow to configure host, set to none by default + * aodh: set AODH_ENDPOINT for aodh client + * gnocchi: fix a regression on variable names +- Adjust Requires +- Use pypi.io as Source url + ------------------------------------------------------------------- Fri May 13 12:48:05 UTC 2016 - tbechtold@suse.com diff --git a/python-pifpaf.spec b/python-pifpaf.spec index 7cd08e1..e3b5a5e 100644 --- a/python-pifpaf.spec +++ b/python-pifpaf.spec @@ -17,19 +17,24 @@ Name: python-pifpaf -Version: 0.2.0 +Version: 0.12.0 Release: 0 Summary: Suite of tools and fixtures to manage daemons for testing License: Apache-2.0 Group: Development/Languages/Python Url: https://github.com/jd/pifpaf -Source: https://pypi.python.org/packages/46/af/6bfd3ec3515d5e579b839a763c121c5532f7c67ef4ab5be1604150ba3fee/pifpaf-%{version}.tar.gz +Source: https://pypi.io/packages/source/p/pifpaf/pifpaf-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-pbr Requires: python-cliff Requires: python-fixtures +Requires: python-os-testr +Requires: python-oslotest +Requires: python-requests Requires: python-six Requires: python-stevedore +Requires: python-testrepository +Requires: python-testtools Requires: python-xattr BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch