forked from pool/python-pamqp
- Switch to github tarball to get tests
- Run tests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pamqp?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
f2f215d97b
commit
44a2b55540
3
1.6.1.tar.gz
Normal file
3
1.6.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0fc6032023b884c2384a52cd673ca3ddeeef06419ab4fc76abdb95604b7d33b
|
||||
size 54423
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a092a479226a0e54bc89ec53fe86e030effad23ce7575e3dabff48faddfbeee
|
||||
size 24323
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 29 13:54:56 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
- Switch to github tarball to get tests
|
||||
- Run tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 7 01:55:55 UTC 2017 - sean.marlow@suse.com
|
||||
|
||||
|
||||
@@ -25,8 +25,9 @@ Summary: A pure-python AMQP 0-9-1 frame encoder and decoder
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/gmr/pamqp
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pamqp/pamqp-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
Source: https://github.com/gmr/pamqp/archive/%{version}.tar.gz
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module nose}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
@@ -54,6 +55,9 @@ encoding should be run through the pamqp.frame module.
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}/pamqp*
|
||||
|
||||
%check
|
||||
%python_expand nosetests-%{$python_bin_suffix} tests/
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
|
||||
Reference in New Issue
Block a user