15
0
forked from pool/python-pifpaf

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
This commit is contained in:
2016-08-31 08:43:47 +00:00
committed by Git OBS Bridge
parent 5e606c5c7e
commit c425a04208
4 changed files with 68 additions and 5 deletions

3
pifpaf-0.12.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d8becfc5222cf37b9fc3807a6596ac7a409be5643492472e67f3d7b1a20f56fe
size 25181

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:acf716f622aaf18843043964d31b8507a26619527ab0dea43831150157b93970
size 21677

View File

@@ -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

View File

@@ -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