From 947ca996467973007ab2363c58e7293322117efed9c58384d9c75c1b7f9d7401 Mon Sep 17 00:00:00 2001 From: Todd R Date: Fri, 9 Aug 2019 16:35:27 +0000 Subject: [PATCH] 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 --- distributed-1.25.3.tar.gz | 3 --- distributed-2.2.0.tar.gz | 3 +++ python-distributed.changes | 7 +++++++ python-distributed.spec | 14 +++++++------- 4 files changed, 17 insertions(+), 10 deletions(-) delete mode 100644 distributed-1.25.3.tar.gz create mode 100644 distributed-2.2.0.tar.gz diff --git a/distributed-1.25.3.tar.gz b/distributed-1.25.3.tar.gz deleted file mode 100644 index e4992b2..0000000 --- a/distributed-1.25.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa9dc4fde7523c4b791cb044424e02d2f8e38c71e6a00affcb84024b0ea7722f -size 523623 diff --git a/distributed-2.2.0.tar.gz b/distributed-2.2.0.tar.gz new file mode 100644 index 0000000..55634db --- /dev/null +++ b/distributed-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1101d441137d5aa345cd17c136f5f2f0ea186ee0857dfb0c6c12a6e262e2de35 +size 544198 diff --git a/python-distributed.changes b/python-distributed.changes index b3da8bc..0fd3004 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Aug 9 14:39:26 UTC 2019 - Marketa Calabkova + +- Update to version 2.2.0 + * Drop support for Python 2 + * Lots of other changes, see upstream changelog + ------------------------------------------------------------------- Sat Feb 2 17:10:13 UTC 2019 - Arun Persaud diff --git a/python-distributed.spec b/python-distributed.spec index 72cd7f1..896928a 100644 --- a/python-distributed.spec +++ b/python-distributed.spec @@ -16,11 +16,12 @@ # +%define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} # Test requires network connection %bcond_with test Name: python-distributed -Version: 1.25.3 +Version: 2.2.0 Release: 0 Summary: Library for distributed computing with Python License: BSD-3-Clause @@ -99,12 +100,11 @@ clusters. %files %{python_files} %doc README.rst %license LICENSE.txt -%python3_only %{_bindir}/dask-ssh -%python3_only %{_bindir}/dask-submit -%python3_only %{_bindir}/dask-remote -%python3_only %{_bindir}/dask-scheduler -%python3_only %{_bindir}/dask-worker -%python3_only %{_bindir}/dask-mpi +%{_bindir}/dask-ssh +%{_bindir}/dask-submit +%{_bindir}/dask-remote +%{_bindir}/dask-scheduler +%{_bindir}/dask-worker %{python_sitelib}/distributed* %changelog