Revisions of python-flower

buildservice-autocommit accepted request 1137292 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 18)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 17)
- update to 2.0.1:
  * Ask for safe args strings when calling inspect.active
  * Enable basic auth for api, fixes
  * Allow non integer rate limits like 3/m
  * Provide support for Python 3.10 and 3.11
  * Drop python 3.6 support
  * Improve error message
- drop remove-mock.patch: upstream
- drop backport_run_in_executor.patch: obsolete
- add python-rpm-macros dependency
  * Fixing GitHub OAuth callback handling
  * Switch away from Google+ OAuth2
  * Fix a bug in humanizing timestamps on the tasks page
  * Removed 500px height limitation
  * Fixed Python 3 mistake in Github Login Handler
  * Support environment variables in tornado 4.2.0 and >=4.3
  * Fix XSS on tasks page
  * Replace websokets with ajax
  * Fix bug in tasks page template
  * Fix celery version comparsion
  * Refactor version comparision
  * Use redis as default broker
  * Update dashboard counters on worker table updates
  * Move shut down group button to worker page
  * Update navbar title
  * Add a script for calling tasks
  * Add a link to worker name
  * Remove active task start time from worker page
  * Fix py3 json serialization
  * Enable all tasks columns with --tasks-options=all
buildservice-autocommit accepted request 988794 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 16)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 15)
- Update to 1.1.0:
  * Disable authentication of /metrics endpoint. (#1129)
  * read custom histogram latency buckets from env (#1134)
  * making PrometheusMetrics class singleton (#1149)
  * Fix attribute error caused by newest humanize package. (#1156)
  * pass sentinel_kwargs to Sentinel() broker (#1208)
  * Fixing CORS support (#1200)
  * Encode worker and task names in URL (#1204)
  * Add compatibility with older humanize versions (#1196)
  * Diable API if auth is enabled (#1225)
- Remove patch python-flower-new-humanize.patch:
  * Included upstream.
- Add patch remove-mock.patch:
  * Remove dependency on mock.
- Remove python-mock from BuildRequires
- Clean up python 2 bcond, it is no longer supported.
buildservice-autocommit accepted request 977777 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 14)
baserev update by copy to link target
John Vandenberg's avatar John Vandenberg (jayvdb) accepted request 977774 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 13)
- version update to 1.0.0
  * no upstream changelog file found
  * Remove flower as individual command.
- modified patches
  % backport_run_in_executor.patch (refreshed)
- deleted patches
  - pr_1021.patch (upstreamed)
- added patches
  fix https://github.com/mher/flower/commit/70b1ae40b467a3febab9abef3ef52dea56ca6f12
  + python-flower-new-humanize.patch
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 12)
- add python-rpm-macros dependency
buildservice-autocommit accepted request 868495 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 11)
baserev update by copy to link target
John Vandenberg's avatar John Vandenberg (jayvdb) accepted request 868494 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 10)
- Add pr_1021.patch for Celery 5.0 support
- Update to v0.9.7
  * See https://github.com/mher/flower/compare/v0.9.3...v0.9.7
buildservice-autocommit accepted request 795818 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 9)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 8)
- Fix build without python2
buildservice-autocommit accepted request 748961 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 7)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 6)
- Use %pytest instead of python setup.py test combination.
buildservice-autocommit accepted request 687612 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 5)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 687482 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 4)
- Remove no longer needed remove-faulty-test.patch
- Use backport_run_in_executor.patch to be compatible with Tornado 4
- Increase minimum dependencies for celery >= 3.1.0 and Tornado >= 4.2.0
- Update to v0.9.3
  * Fix numeric sort and sort ordering
  * Support filtering tasks by received time
  * Fix "not JSON serializable" `TypeError` for /api/task/info
  * Fixed Auth redirect when -url_prefix is given
  * OpenAPI 2.0 swagger spec initial commit
  * Update tasks datatable to use POST method
  * Fix hanging issues with tornado 5.0.0
  * Add 'signal' query parameter to endpoint /api/task/revoke
  * Use parse_version instead of tuple comparisons
  * /tasks endpoint fails with 500
  * Add links for parent and root jobs
  * Make dropdown font colour white instead of grey
  * Fix incorrect response body
  * Removed some legacy code for Python 2.6
  * Document the GetQueueLengths API endpoint
  * Enable broker support for redis+socket connections
  * Fix docs for default inspect_timeout value
  * Fix typo in Google OAuth 2 redirect uri env variable
  * Upgrade tornado
  * Fix the out-dated doc link in Worker.html
  * Declare futures dependency using environment markers
  * Fixing GitHub OAuth callback handling 
  * Correct spelling error
  * Correct spelling and grammatical errors
  * Switch away from Google+ OAuth2 
  * restrict release dependencies with version upper-bound
- from v0.9.2
  * Add logout button
  * Fix a bug in humanizing timestamps on the tasks page 
  * Handle errors in custom format_task functions
  * Pending tasks don't have a worker
  * Fix result encoding
  * Removed 500px height limitation 
  * Do not show debug information on 500 error
  * Fixed Python 3 mistake in Github Login Handler 
  * Support environment variables in tornado 4.2.0 and >=4.3 
  * Fix XSS on tasks page 
  * Enable cross-origin websockets
  * Fix bugreport
  * Resolve relative config file names
  * Fix broker api validation
  * Loosen broker api validation
  * Replace websokets with ajax 
  * Fix bug in tasks page template 
  * Fix celery version comparsion 
  * Refactor version comparision 
  * Fixes in config documents
  * Fix invalid URL used for datatable query
  * Use redis as default broker 
  * Update dashboard counters on worker table updates 
  * Move shut down group button to worker page 
  * Update navbar title 
  * Add a script for calling tasks 
  * Add a link to worker name 
  * Remove active task start time from worker page 
  * Fix py3 json serialization 
  * Fix Error 500 because task.worker is None
  * HTML escape task args
  * Disable broker cert verification
  * Enable all tasks columns with --tasks-options=all 
  * Add runtime to default tasks columns 
  * Document --tasks-columns=all 
  * Refactor redis broker 
  * Support CELERY_QUEUES option
  * Remove rabbitmq-plugins enable warning 
  * Fix broken link to celery configuration document
- from v0.9.1
  * Improve envvar handling
  * By default update worker cache
  * Fix task sorting for py3
  * Fix missing workername 
  * Fix monitor tab problem of missing graphs 
- from v0.9.0
  * workers can be sorted and filtered
  * tasks can be sorted, filtered by name, state, worker, runtime, etc.
  * tasks columns can be reordered and customized
  * tasks columns for worker, retries, revoked, expires, eta, etc.
  * pagination of tasks
  * GitHub Auth support
    --max_workers option for limiting the number of workers
    --unix_socket option for running with unix socket
  * bug fixes
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 676962 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 3)
initialized devel package after accepting 676962
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 677621 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 2)
- Remove flower-test_control.diff merged upstream
- Add remove-faulty-test.patch for useless test case
- Add more missing runtime dependencies Babel & pytz not covered by tests
- Update to v0.8.4
  * Fix /api/tasks #460
  * Disable tornado access logs
  * Fix #462
  * Improve error handling for unsupported brokers
  * Make sure Babel is at least 1.0
  * Updated a test to use assert_called_once_with
  * Updating readme for OAuth
  * The viewer tasks, has been enhanced to display the key word arguments
    and arguments showing now indented way information
  * Add logging.NullHandler backport #501
  * Fix github auth python3 support #498
  * Use timezone from celery settings if configured.
  * Add option `unix_socket`, deploy on docker and expose the sock file
  * Discover tests in tests/*.py
  * Fix bug, `events.Task.as_dict` is new in `Celery 3.1.7`
  * events.Task.as_dict is new in Celery 3.1.7
  * Refactor /api/tasks/ #515
  * Use pprint instead of ast #491	
  * Define CELERY_ACCEPT_CONTENT for examples
  * Fix task searching #480
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 676614 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 1)
- Update to use single spec for Python 2 & 3 support
- Add missing build dependency certifi
- Add missing runtime dependencies
- Remove unnecessary build dependency python-devel
- Use %license
Displaying all 18 revisions
openSUSE Build Service is sponsored by