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