diff --git a/python-taskw.changes b/python-taskw.changes index 2f96665..f4d4c4d 100644 --- a/python-taskw.changes +++ b/python-taskw.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Dec 8 11:22:08 UTC 2020 - John Vandenberg + +- Update to v1.3.0 + * Pass taskrc via environment variable to subprocess. + * Adds testing for Python 3.7 and 3.8 + * Fix error raised when taskwarrior is not installed. + * Fix bug on deletion of completed task; disable confirmation for + recurring tasks; fix bug in numeric deserialization. + * Fixes bug in which UUIDs were improperly parsed + when creating recurring tasks. + * Fix a bug in which configuration values having an equal + sign in their value would be improperly parsed. + * Switched from nose to pytest. + * Dropped automated testing for Python 3.4. + ------------------------------------------------------------------- Sat Oct 19 13:19:31 UTC 2019 - John Vandenberg diff --git a/python-taskw.spec b/python-taskw.spec index 7348b36..aa8acf5 100644 --- a/python-taskw.spec +++ b/python-taskw.spec @@ -1,7 +1,7 @@ # # spec file for package python-taskw # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-taskw -Version: 1.2.0 +Version: 1.3.0 Release: 0 Summary: Python bindings for taskwarrior License: GPL-3.0-or-later @@ -36,7 +36,7 @@ Requires: taskwarrior BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module kitchen} -BuildRequires: %{python_module nose >= 1.3.4} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-dateutil} BuildRequires: %{python_module pytz} BuildRequires: %{python_module six} @@ -49,9 +49,6 @@ Python bindings for your taskwarrior database. %prep %setup -q -n taskw-%{version} -sed -i '/tox/d' test_requirements.txt -# https://github.com/ralphbean/taskw/pull/128 -sed -i 's/in e:/in str(e):/' taskw/warrior.py %build %python_build @@ -61,7 +58,7 @@ sed -i 's/in e:/in str(e):/' taskw/warrior.py %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pytest %files %{python_files} %doc README.rst diff --git a/taskw-1.2.0.tar.gz b/taskw-1.2.0.tar.gz deleted file mode 100644 index a6aae9d..0000000 --- a/taskw-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fadd8afc12df026c3c2d39b633c55d3337f7dca95602fce2239455a048bc85fe -size 41059 diff --git a/taskw-1.3.0.tar.gz b/taskw-1.3.0.tar.gz new file mode 100644 index 0000000..6a8f570 --- /dev/null +++ b/taskw-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7673d80b3d5bace5b35eb71f5035e313a92daab6e437694128d8ce7dcdaf66fb +size 43078