forked from pool/python-vine
Accepting request 688309 from home:pgajdos
- 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
OBS-URL: https://build.opensuse.org/request/show/688309
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vine?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
fa22de9757
commit
09ca2f4b1d
@@ -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
|
||||
|
||||
|
||||
@@ -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,-)
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52116d59bc45392af9fdd3b75ed98ae48a93e822cee21e5fda249105c59a7a72
|
||||
size 53791
|
||||
3
vine-1.3.0.tar.gz
Normal file
3
vine-1.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:133ee6d7a9016f177ddeaf191c1f58421a1dcc6ee9a42c58b34bed40e1d2cd87
|
||||
size 51953
|
||||
Reference in New Issue
Block a user