forked from pool/python-pifpaf
- update to 1.9.2:
* Revert "Ensure pifpaf kill all processes" * Ensure pifpaf kill all processes * Add a new driver for Vault * Fix logging in \_kill * memcached: don't read stdout * swift: fix configuration typo * swiftclient default auth to 2.0 * swift: start a dedicated memcached * Disable elastic search tests * Ensure xattr are available for swift * swift: check we can upload file * Use subprocess to kill process * Fix decorator order * Simplify retry logic * Fix retry error catching * Wait 10 seconds processes to end, them kill them * Revert "gnocchi: use --reuse-port" * gnocchi: use --reuse-port * Do not use concurrency to run tests * Fix conflicting port in Gnocchi test * Use another port for test\_gnocchi\_with\_redis\_coordinator * Fix pep8 error * Revert "gnocchi: remove deprecated uwsgi option die-on-term" * gnocchi: ensure client don't use keepalive * gnocchi: add --no-orphans to uwsgi * gnocchi: remove deprecated uwsgi option die-on-term * gnocchi: only run 1 metricd * gnocchi: add missing backslash in re * gnocchi: chdir to tempdir in uwsgi OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pifpaf?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b2063a336608b65e337c43a395b72bd2e4fc9b1543a46020142a64dbc8c62a71
|
||||
size 28866
|
||||
3
pifpaf-1.9.2.tar.gz
Normal file
3
pifpaf-1.9.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f331252504c3f9d1ad1512a5b93293ac8db52d99c005e6aaa77042bef259905
|
||||
size 34899
|
||||
@@ -1,3 +1,73 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 28 12:55:57 UTC 2017 - tbechtold@suse.com
|
||||
|
||||
- update to 1.9.2:
|
||||
* Revert "Ensure pifpaf kill all processes"
|
||||
* Ensure pifpaf kill all processes
|
||||
* Add a new driver for Vault
|
||||
* Fix logging in \_kill
|
||||
* memcached: don't read stdout
|
||||
* swift: fix configuration typo
|
||||
* swiftclient default auth to 2.0
|
||||
* swift: start a dedicated memcached
|
||||
* Disable elastic search tests
|
||||
* Ensure xattr are available for swift
|
||||
* swift: check we can upload file
|
||||
* Use subprocess to kill process
|
||||
* Fix decorator order
|
||||
* Simplify retry logic
|
||||
* Fix retry error catching
|
||||
* Wait 10 seconds processes to end, them kill them
|
||||
* Revert "gnocchi: use --reuse-port"
|
||||
* gnocchi: use --reuse-port
|
||||
* Do not use concurrency to run tests
|
||||
* Fix conflicting port in Gnocchi test
|
||||
* Use another port for test\_gnocchi\_with\_redis\_coordinator
|
||||
* Fix pep8 error
|
||||
* Revert "gnocchi: remove deprecated uwsgi option die-on-term"
|
||||
* gnocchi: ensure client don't use keepalive
|
||||
* gnocchi: add --no-orphans to uwsgi
|
||||
* gnocchi: remove deprecated uwsgi option die-on-term
|
||||
* gnocchi: only run 1 metricd
|
||||
* gnocchi: add missing backslash in re
|
||||
* gnocchi: chdir to tempdir in uwsgi
|
||||
* Fix uwsgi wait for line
|
||||
* Revert "Make uwsgi loading module within a virtualenv"
|
||||
* gnocchi: remove --plugin options
|
||||
* Make uwsgi loading module within a virtualenv
|
||||
* Remove Python 3.4 support
|
||||
* Switch to uwsgi to run gnocchi-api
|
||||
* elasticsearch: fix new versions option passing
|
||||
* Add npm to Travis install
|
||||
* Fix logging being done on stdout instead of stderr
|
||||
* Stop using stevedore to load plugins
|
||||
* gnocchi: set verbose in config file to be sure info are printed
|
||||
* Revert "gnocchi: pass --verbose to daemon to be sure they're in INFO mode"
|
||||
* gnocchi: pass --verbose to daemon to be sure they're in INFO mode
|
||||
* Use daiquiri to setup logging
|
||||
* Fix error reporting in Python 3
|
||||
* Move Ceph requirements to an extra entry
|
||||
* Don't install xattr on win32 systems
|
||||
* Revert "aodh: use database-url for gnocchi indexer"
|
||||
* Set the actual dist for Travis
|
||||
* aodh: use database-url for gnocchi indexer
|
||||
* aodh: add database-url
|
||||
* fix DEFAULT\_PORT\_COORDINATOR variable name
|
||||
* gnocchi: allow to use redis coordinator
|
||||
* gnocchi: remove legacy resource types support
|
||||
* etcd: fix http url
|
||||
* gnocchi: enable debug mode when --debug is passed to pifpaf
|
||||
* Pass debug option to drivers
|
||||
* gnocchi: allow to use redis as storage
|
||||
* gnocchi: switch to basic auth as noauth is deprecated
|
||||
* fix s3/swift with username/password are None
|
||||
* Add link to Swift in README
|
||||
* gnocchi: unquote credentials for s3 backend
|
||||
* Allow Swift as Gnocchi storage backend
|
||||
* Add swift driver
|
||||
* Fix tox-travis deprecated warning
|
||||
* fix npm in travis
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 13 08:57:19 UTC 2017 - tbechtold@suse.com
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-pifpaf
|
||||
Version: 0.24.1
|
||||
Version: 1.9.2
|
||||
Release: 0
|
||||
Summary: Suite of tools and fixtures to manage daemons for testing
|
||||
License: Apache-2.0
|
||||
@@ -27,12 +27,14 @@ Source: https://pypi.io/packages/source/p/pifpaf/pifpaf-%{version}.tar.g
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-pbr
|
||||
Requires: python-cliff
|
||||
Requires: python-daiquiri
|
||||
Requires: python-fixtures
|
||||
Requires: python-os-testr
|
||||
Requires: python-oslotest
|
||||
Requires: python-requests
|
||||
Requires: python-six
|
||||
Requires: python-stevedore
|
||||
Requires: python-tenacity
|
||||
Requires: python-testrepository
|
||||
Requires: python-testtools
|
||||
Requires: python-xattr
|
||||
|
||||
Reference in New Issue
Block a user