15
0

Accepting request 634658 from devel:languages:python

- Update to 2.4.2:
  * Install license file out of the box

OBS-URL: https://build.opensuse.org/request/show/634658
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-amqpstorm?expand=0&rev=2
This commit is contained in:
2018-09-10 10:32:05 +00:00
committed by Git OBS Bridge
5 changed files with 12 additions and 27 deletions

View File

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

3
AMQPStorm-2.4.2.tar.gz Normal file
View File

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

21
LICENSE
View File

@@ -1,21 +0,0 @@
The MIT License (MIT)
Copyright (c) 2014-2017 Erik Olof Gunnar Andersson
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Sep 10 06:56:40 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.4.2:
* Install license file out of the box
-------------------------------------------------------------------
Wed Aug 29 13:47:38 UTC 2018 - tchvatal@suse.com

View File

@@ -18,14 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-amqpstorm
Version: 2.4.1
Version: 2.4.2
Release: 0
Summary: Thread-safe Python RabbitMQ Client & Management library
License: MIT
Group: Development/Languages/Python
URL: https://github.com/eandersson/amqpstorm
Source: https://files.pythonhosted.org/packages/source/A/AMQPStorm/AMQPStorm-%{version}.tar.gz
Source1: https://raw.githubusercontent.com/eandersson/amqpstorm/master/LICENSE
BuildRequires: %{python_module mock}
BuildRequires: %{python_module nose-timer}
BuildRequires: %{python_module nose}
@@ -48,12 +47,13 @@ When using a SSL connection, TLSv1 or higher is required.
%prep
%setup -q -n AMQPStorm-%{version}
cp %{SOURCE1} .
%build
export LANG="en_US.UTF8"
%python_build
%install
export LANG="en_US.UTF8"
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}/amqpstorm
%python_expand %fdupes %{buildroot}%{$python_sitelib}/examples