15
0
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:
Tomáš Chvátal
2018-08-29 13:55:45 +00:00
committed by Git OBS Bridge
parent f2f215d97b
commit 44a2b55540
4 changed files with 15 additions and 5 deletions

3
1.6.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e0fc6032023b884c2384a52cd673ca3ddeeef06419ab4fc76abdb95604b7d33b
size 54423

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8a092a479226a0e54bc89ec53fe86e030effad23ce7575e3dabff48faddfbeee
size 24323

View File

@@ -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

View File

@@ -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