diff --git a/python-vine.changes b/python-vine.changes index abc0aa9..d26793e 100644 --- a/python-vine.changes +++ b/python-vine.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Mar 25 15:15:29 UTC 2019 - pgajdos@suse.com + +- version update to 1.3.0 + * Added the option to ignore the result of a function and simply + call the callback without arguments. + * Added Python 3.7 support. + * Handle bound methods in weak reference promise instances. + * Documentation fixes, CI adjustments and cleanups. +- run tests + ------------------------------------------------------------------- Mon Aug 21 08:51:25 UTC 2017 - tbechtold@suse.com diff --git a/python-vine.spec b/python-vine.spec index 21f5525..75213e4 100644 --- a/python-vine.spec +++ b/python-vine.spec @@ -1,7 +1,7 @@ # # spec file for package python-vine # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,27 +12,32 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-vine -Version: 1.1.4 +Version: 1.3.0 Release: 0 -Summary: promise, async, future +Summary: Python Promises License: BSD-3-Clause Group: Development/Languages/Python Url: http://github.com/celery/vine/ Source: https://pypi.io/packages/source/v/vine/vine-%{version}.tar.gz BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: python-rpm-macros +# SECTION test requirements +BuildRequires: %{python_module case} +BuildRequires: %{python_module pytest} +# /SECTION BuildArch: noarch %python_subpackages %description -promise, async, future +Promises implementation for python. %prep %setup -q -n vine-%{version} @@ -42,6 +47,10 @@ promise, async, future %install %python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +%pytest %files %python_files %defattr(-,root,root,-) diff --git a/vine-1.1.4.tar.gz b/vine-1.1.4.tar.gz deleted file mode 100644 index 9cf4f73..0000000 --- a/vine-1.1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52116d59bc45392af9fdd3b75ed98ae48a93e822cee21e5fda249105c59a7a72 -size 53791 diff --git a/vine-1.3.0.tar.gz b/vine-1.3.0.tar.gz new file mode 100644 index 0000000..29404d2 --- /dev/null +++ b/vine-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:133ee6d7a9016f177ddeaf191c1f58421a1dcc6ee9a42c58b34bed40e1d2cd87 +size 51953