Commit Graph

71 Commits

Author SHA256 Message Date
Dominique Leuenberger
e201246422 Accepting request 835582 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/835582
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=35
2020-09-21 15:43:17 +00:00
Tomáš Chvátal
c7b6116815 Accepting request 835572 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/835572
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=69
2020-09-19 15:39:46 +00:00
Dominique Leuenberger
2245cfec47 Accepting request 834241 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/834241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=34
2020-09-14 10:33:34 +00:00
Tomáš Chvátal
511101c5cb Accepting request 834027 from home:apersaud:branches:devel:languages:python:numeric
in 823921, there was a comment about enabling tests.  I have to say that I don't understand bcond_with and how to set it to run tests (looks to me that they should be enabled?). Perhaps we can just accept this update and someone else can add the test independent of the update?

- update to version 2.26.0:
  * Add logging for adaptive start and stop (GH#4101) Matthew Rocklin
  * Don’t close a nannied worker if it hasn’t yet started (GH#4093)
    Matthew Rocklin
  * Respect timeouts when closing clients synchronously (GH#4096)
    Matthew Rocklin
  * Log when downloading a preload script (GH#4094) Matthew Rocklin
  * dask-worker --nprocs accepts negative values (GH#4089) Dror
    Speiser
  * Support zero-worker clients (GH#4090) Matthew Rocklin
  * Exclude fire-and-forget client from metrics (GH#4078) Tom
    Augspurger
  * Drop Serialized.deserialize() method (GH#4073) jakirkham
  * Add timeout= keyword to Client.wait_for_workers method (GH#4087)
    Matthew Rocklin

OBS-URL: https://build.opensuse.org/request/show/834027
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=67
2020-09-14 08:10:52 +00:00
Dominique Leuenberger
9f18c9d480 Accepting request 830500 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/830500
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=33
2020-08-31 14:51:09 +00:00
Tomáš Chvátal
2b71e5d1dc Accepting request 830487 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/830487
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=65
2020-08-29 18:42:57 +00:00
Dominique Leuenberger
13f51478df Accepting request 826937 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/826937
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=32
2020-08-17 10:02:51 +00:00
61a466e951 Accepting request 826870 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/826870
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=63
2020-08-16 02:17:23 +00:00
Dominique Leuenberger
934fb17ea9 Accepting request 821677 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/821677
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=31
2020-07-20 19:00:19 +00:00
Todd R
8819f8b8f3 Accepting request 821672 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/821672
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=61
2020-07-18 19:10:01 +00:00
Dominique Leuenberger
36f353a9c5 Accepting request 819722 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/819722
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=30
2020-07-10 12:12:47 +00:00
Tomáš Chvátal
9d3d5c37cc Accepting request 819716 from home:mcalabkova:branches:devel:languages:python:numeric
- update to 2.20.0
  * Link issue on using ``async`` with ``executor_submit`` (:pr:`3939`) `jakirkham`_
  * Make dashboard server listens on all IPs by default even when interface is set explicitly (:pr:`3941`) `Loïc Estève`_
  * Update logic for worker removal in check ttl (:pr:`3927`) `Benjamin Zaitlen`_
  * Close a created cluster quietly (:pr:`3935`) `Matthew Rocklin`_
  * Ensure ``Worker.run*`` handles ``kwargs`` correctly (:pr:`3937`) `jakirkham`_
  * Restore ``Scheduler.time_started`` for Dask Gateway (:pr:`3934`) `Tom Augspurger`_
  * Fix exception handling in ``_wait_until_connected`` (:pr:`3912`) `Alexander Clausen`_
  * Make local directory if it does not exist (:pr:`3928`) `Matthew Rocklin`_
  * Install vanilla status route if bokeh dependency is not satisfied (:pr:`3844`) `joshreback`_
  * Make ``Worker.delete_data`` sync (:pr:`3922`) `Peter Andreas Entschev`_
  * Fix ``ensure_bytes`` import location (:pr:`3919`) `jakirkham`_
  * Fix race condition in repeated calls to ``cluster.adapt()`` (:pr:`3915`) `Jacob Tomlinson`_
  2.19.0
  * Notify worker plugins when a task is released (:pr:`3817`) `Nick Evans`_
  * Update heartbeat checks in scheduler (:pr:`3896`) `Benjamin Zaitlen`_
  * Make encryption default if ``Security`` is given arguments (:pr:`3887`) `Matthew Rocklin`_
  * Show ``cpu_fraction`` on hover for dashboard workers circle plot. (:pr:`3906`) `Loïc Estève`_
  * Prune virtual client on variable deletion (:pr:`3910`) `Marco Neumann`_
  * Fix total aggregated metrics in dashboard (:pr:`3897`) `Loïc Estève`_
  * Support Bokeh 2.1 (:pr:`3904`) `Matthew Rocklin`_
  * Update ``related-work.rst`` (:pr:`3889`) `DomHudson`_
  * Skip ``test_pid_file`` in older versions of Python (:pr:`3888`) `Matthew Rocklin`_
  * Replace ``stream=`` with ``comm=`` in handlers (:pr:`3860`) `Julien Jerphanion`_
  * Check hosts for ``None`` value in SSH cluster. (:pr:`3883`) `Matthias Bussonnier`_
  * Allow dictionaries in ``security=`` keywords (:pr:`3874`) `Matthew Rocklin`_
  * Use pickle protocol 5 with NumPy object arrays (:pr:`3871`) `jakirkham`_
  * Cast any ``frame`` to ``uint8`` (same type as ``bytes``) (:pr:`3870`) `jakirkham`_
  * Use ``Enum`` for worker, scheduler and nanny status. (:pr:`3853`) `Matthias Bussonnier`_
  * Drop legacy ``buffer_interface`` assignment (:pr:`3869`) `jakirkham`_

OBS-URL: https://build.opensuse.org/request/show/819716
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=59
2020-07-09 13:09:31 +00:00
Dominique Leuenberger
0a750881a4 Accepting request 799810 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/799810
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=29
2020-05-03 20:47:04 +00:00
Tomáš Chvátal
33d9d76b4b Accepting request 799737 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/799737
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=57
2020-05-03 09:46:10 +00:00
Dominique Leuenberger
92abca8b56 Accepting request 797794 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/797794
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=28
2020-04-27 21:37:35 +00:00
Todd R
643e184cf3 Accepting request 797695 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/797695
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=55
2020-04-26 01:28:50 +00:00
Dominique Leuenberger
cf8b73d68e Accepting request 796505 from devel:languages:python:numeric
- Remove py2 deps as the package is py3 only

OBS-URL: https://build.opensuse.org/request/show/796505
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=27
2020-04-23 16:38:05 +00:00
Tomáš Chvátal
73cad8c074 - Remove py2 deps as the package is py3 only
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=53
2020-04-23 11:08:57 +00:00
Dominique Leuenberger
5e6096b413 Accepting request 782795 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/782795
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=26
2020-03-12 22:05:52 +00:00
Tomáš Chvátal
1ee499ab41 Accepting request 782718 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/782718
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=51
2020-03-09 06:52:16 +00:00
Dominique Leuenberger
3dba467f90 Accepting request 778511 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/778511
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=25
2020-02-24 14:52:47 +00:00
Tomáš Chvátal
03cbed9680 Accepting request 778456 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/778456
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=49
2020-02-23 07:53:45 +00:00
Dominique Leuenberger
d4586dd0db Accepting request 772458 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/772458
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=24
2020-02-10 20:53:26 +00:00
Tomáš Chvátal
d84d6152b4 Accepting request 772409 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/772409
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=47
2020-02-09 10:06:59 +00:00
Dominique Leuenberger
646c000176 Accepting request 765580 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/765580
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=23
2020-01-19 19:57:30 +00:00
Tomáš Chvátal
3e833d463f Accepting request 765493 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/765493
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=45
2020-01-19 14:43:40 +00:00
Dominique Leuenberger
7aaab5e32c Accepting request 763813 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/763813
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=22
2020-01-13 21:21:29 +00:00
Tomáš Chvátal
4955bde4df Accepting request 763375 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/763375
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=43
2020-01-13 08:39:19 +00:00
Dominique Leuenberger
8f98a01beb Accepting request 755172 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/755172
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=21
2019-12-09 20:36:49 +00:00
Tomáš Chvátal
e17b0d6114 Accepting request 754983 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/754983
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=41
2019-12-09 09:19:28 +00:00
Dominique Leuenberger
2ee601d69f Accepting request 750861 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/750861
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=20
2019-11-26 16:02:21 +00:00
Todd R
8ba2fff1aa Accepting request 750638 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/750638
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=39
2019-11-25 19:37:06 +00:00
Dominique Leuenberger
09bea5e44b Accepting request 749096 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/749096
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=19
2019-11-17 18:23:25 +00:00
Tomáš Chvátal
cbff62687d Accepting request 749080 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/749080
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=37
2019-11-17 07:45:49 +00:00
Yuchen Lin
281e158d04 Accepting request 731159 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/731159
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=18
2019-09-18 11:10:34 +00:00
Tomáš Chvátal
ccf1909145 Accepting request 730987 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/730987
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=35
2019-09-16 07:36:09 +00:00
Dominique Leuenberger
27a9189f19 Accepting request 727557 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/727557
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=17
2019-09-02 11:26:29 +00:00
Tomáš Chvátal
f73b8474eb Accepting request 727358 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/727358
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=33
2019-09-01 06:25:14 +00:00
Dominique Leuenberger
28abe5917a Accepting request 722044 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/722044
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=16
2019-08-13 11:16:55 +00:00
Todd R
947ca99646 Accepting request 722014 from home:mcalabkova:branches:devel:languages:python:numeric
- Update to version 2.2.0
  * Drop support for Python 2
  * Lots of other changes, see upstream changelog

OBS-URL: https://build.opensuse.org/request/show/722014
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=31
2019-08-09 16:35:27 +00:00
Todd R
d1e48df792 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=30 2019-07-23 20:18:02 +00:00
Todd R
642f9105fb OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=29 2019-07-23 20:17:57 +00:00
Todd R
17be83c959 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=28 2019-07-23 20:17:18 +00:00
Todd R
bb30e02992 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=27 2019-07-23 20:17:05 +00:00
Todd R
0f2d7b4d5a OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=26 2019-07-23 18:32:57 +00:00
Todd R
ae48c689d3 Accepting request 717982 from home:TheBlackCat:branches:devel:languages:python:numeric
- Update to 2.1.0
  * Fix typo that prevented error message
  * Remove ``dask-mpi``
  * Updates to use ``update_graph`` in task journey docs
  * Fix Client repr with ``memory_info=None``
  * Fix case where key, rather than ``TaskState``, could end up in ``ts.waiting_on``
  * Use Keyword-only arguments
  * Relax check for worker references in cluster context manager
  * Add HTTPS support for the dashboard
  * Use ``dask.utils.format_bytes``
- Update to 2.0.1
  * Add python_requires entry to setup.py
  * Correctly manage tasks beyond deque limit in TaskStream plot
  * Fix diagnostics page for memory_limit=None
- Update to 2.0.0
  * **Drop support for Python 2**
  * Relax warnings before release
  * Deprecate --bokeh/--no-bokeh CLI
  * Typo in bokeh service_kwargs for dask-worker
  * Update command line cli options docs
  * Remove "experimental" from TLS docs
  * Add warnings around ncores= keywords
  * Add --version option to scheduler and worker CLI
  * Raise when workers initialization times out
  * Replace ncores with nthreads throughout codebase
  * Add unknown pytest markers
  * Delay lookup of allowed failures.
  * Change address -> worker in ColumnDataSource for nbytes plot
  * Remove module state in Prometheus Handlers
  * Add stress test for UCX
  * Add nanny logs
  * Move some of the adaptive logic into the scheduler
  * Add SpecCluster.new_worker_spec method
  * Worker dashboard fixes
  * Add async context managers to scheduler/worker classes
  * Fix the resource key representation before sending graphs
  * Allow user to configure whether workers are daemon.
  * Pin pytest >=4 with pip in appveyor and python 3.5
  * Add Experimental UCX Comm
  * Close nannies gracefully
  * add kwargs to progressbars
  * Add back LocalCluster.__repr__.
  * Move bokeh module to dashboard
  * Close clusters at exit
  * Add SchedulerPlugin TaskState example
  * Add SpecificationCluster
  * Replace register_worker_callbacks with worker plugins
  * Proxy worker dashboards from scheduler dashboard
  * Add docstring to Scheduler.check_idle_saturated
  * Refer to LocalCluster in Client docstring
  * Remove special casing of Scikit-Learn BaseEstimator serialization
  * Fix two typos in Pub class docstring
  * Support uploading files with multiple modules
  * Change the main workers bokeh page to /status
  * Cleanly stop periodic callbacks in Client
  * Disable pan tool for the Progress, Byte Stored and Tasks Processing plot
  * Except errors in Nanny's memory monitor if process no longer exists
  * Handle heartbeat when worker has just left
  * Modify styling of histograms for many-worker dashboard plots
  * Add method to wait for n workers before continuing
  * Support computation on delayed(None)
  * Cleanup localcluster
  * Use 'temporary-directory' from dask.config for Worker's directory
  * Remove support for Iterators and Queues
- Update to 1.28.1
  * Use config accessor method for "scheduler-address"
- Update to 1.28.0
  * Add Type Attribute to TaskState
  * Add waiting task count to progress title bar
  * DOC: Clean up reference to cluster object
  * Allow scheduler to politely close workers as part of shutdown
  * Check direct_to_workers before using get_worker in Client
  * Fixed comment regarding keeping existing level if less verbose
  * Add idle timeout to scheduler
  * Avoid deprecation warnings
  * Use an LRU cache for deserialized functions
  * Rename Worker._close to Worker.close
  * Add Comm closed bookkeeping
  * Explain LocalCluster behavior in Client docstring
  * Add last worker into KilledWorker exception to help debug
  * Set working worker class for dask-ssh
  * Add as_completed methods to docs
  * Add timeout to Client._reconnect
  * Limit test_spill_by_default memory, reenable it
  * Use proper address in worker -> nanny comms
  * Fix deserialization of bytes chunks larger than 64MB
- Update to 1.27.1
  * Adaptive: recommend close workers when any are idle
  * Increase GC thresholds
  * Add interface= keyword to LocalCluster
  * Add worker_class argument to LocalCluster
  * Remove Python 2.7 from testing matrix
  * Add number of trials to diskutils test
  * Fix parameter name in LocalCluster docstring
  * Integrate stacktrace for low-level profiling
  * Apply Black to standardize code styling
  * added missing whitespace to start_worker cmd
  * Updated logging module doc links from docs.python.org/2 to docs.python.org/3.
- Update to 1.27.0
  * Add basic health endpoints to scheduler and worker bokeh.
  * Improved description accuracy of --memory-limit option.
  * Check self.dependencies when looking at dependent tasks in memory
  * Add RabbitMQ SchedulerPlugin example
  * add resources to scheduler update_graph plugin
  * Use ensure_bytes in serialize_error
  * Specify data storage explicitly from Worker constructor
  * Change bokeh port keywords to dashboard_address
  * .detach_() pytorch tensor to serialize data as numpy array.
  * Add warning if creating scratch directories takes a long time
  * Fix typo in pub-sub doc.
  * Allow return_when='FIRST_COMPLETED' in wait
  * Forward kwargs through Nanny to Worker
  * Use ensure_dict instead of dict
  * Specify protocol in LocalCluster
- Update to 1.26.1
  * Fix LocalCluster to not overallocate memory when overcommitting threads per worker
  * Make closing resilient to lacking an address
  * fix typo in comment
  * Fix double init of prometheus metrics
  * Skip test_duplicate_clients without bokeh.
  * Add blocked_handlers to servers
  * Always yield Server.handle_comm coroutine
  * Use yaml.safe_load
  * Fetch executables from build root.
  * Fix Torando 6 test failures
  * Fix test_sync_closed_loop
- Update to 1.26.0
  * Update style to fix recent flake8 update
  * Fix typo in gen_cluster log message
  * Allow KeyError when closing event loop
  * Avoid thread testing for TCP ThreadPoolExecutor
  * Find Futures inside SubgraphCallable
  * Avoid AttributeError when closing and sending a message
  * Add deprecation warning to dask_mpi.py
  * Relax statistical profiling test
  * Support alternative --remote-dask-worker SSHCluster() and dask-ssh CLI
  * Iterate over full list of plugins in transition
  * Create Prometheus Endpoint
  * Use pytest.importorskip for prometheus test
  * MAINT skip prometheus test when no installed
  * Fix intermittent testing failures
  * Avoid using nprocs keyword in dask-ssh if set to one
  * Bump minimum Tornado version to 5.0

OBS-URL: https://build.opensuse.org/request/show/717982
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=25
2019-07-23 18:16:14 +00:00
Stephan Kulow
cffae0a034 Accepting request 670743 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/670743
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=15
2019-02-25 16:50:30 +00:00
Tomáš Chvátal
67d12aa802 Accepting request 670736 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/670736
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=23
2019-02-02 18:01:41 +00:00
Dominique Leuenberger
3bf0ff084e Accepting request 663294 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/663294
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=14
2019-01-08 11:29:06 +00:00
Tomáš Chvátal
931e5ab3ea Accepting request 663221 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/663221
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=21
2019-01-07 08:51:24 +00:00