commit 7e0084147e7b98d405b0299ce95d0bbac0cca215cefa03c78f0b714ac08734ca Author: Robert Schweikert Date: Tue Aug 28 23:59:30 2018 +0000 Accepting request 632044 from home:seanmarlow:branches:devel:languages:python:misc Add package back to d:l:p. OBS-URL: https://build.opensuse.org/request/show/632044 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pamqp?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/pamqp-1.6.1.tar.gz b/pamqp-1.6.1.tar.gz new file mode 100644 index 0000000..facddde --- /dev/null +++ b/pamqp-1.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a092a479226a0e54bc89ec53fe86e030effad23ce7575e3dabff48faddfbeee +size 24323 diff --git a/python-pamqp.changes b/python-pamqp.changes new file mode 100644 index 0000000..bebfa33 --- /dev/null +++ b/python-pamqp.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Thu Dec 7 01:55:55 UTC 2017 - sean.marlow@suse.com + +- Initial release v1.6.1 diff --git a/python-pamqp.spec b/python-pamqp.spec new file mode 100644 index 0000000..8509abf --- /dev/null +++ b/python-pamqp.spec @@ -0,0 +1,64 @@ +# +# spec file for package python-pamqp +# +# Copyright (c) 2017 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# 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/ +# + +%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%bcond_without test +Name: python-pamqp +Version: 1.6.1 +Release: 0 +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-rpm-macros +BuildRequires: %{python_module devel} +BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch + +%python_subpackages + +%description +pamqp is a pure-python AMQP 0-9-1 frame encoder and decoder. + +pamqp is not a end-user client library for talking to RabbitMQ but +rather is used by client libraries for marshaling and unmarshaling +AMQP frames. + +AMQP class/method command class mappings can be found in the +pamqp.specification module while actual frame encoding and +encoding should be run through the pamqp.frame module. + +%prep +%setup -q -n pamqp-%{version} + +%build +%python_build + +%install +%python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib}/pamqp* + +%files %{python_files} +%defattr(-,root,root) +%doc LICENSE README.rst +%{python_sitelib}/* + +%changelog +