From 906a3db9337438878372e47408a14a06e65168db9940f08314ba946be24212f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 10 Sep 2018 07:13:11 +0000 Subject: [PATCH] - Update to 2.4.2: * Install license file out of the box OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqpstorm?expand=0&rev=6 --- AMQPStorm-2.4.1.tar.gz | 3 --- AMQPStorm-2.4.2.tar.gz | 3 +++ LICENSE | 21 --------------------- python-amqpstorm.changes | 6 ++++++ python-amqpstorm.spec | 6 +++--- 5 files changed, 12 insertions(+), 27 deletions(-) delete mode 100644 AMQPStorm-2.4.1.tar.gz create mode 100644 AMQPStorm-2.4.2.tar.gz delete mode 100644 LICENSE diff --git a/AMQPStorm-2.4.1.tar.gz b/AMQPStorm-2.4.1.tar.gz deleted file mode 100644 index 728f4be..0000000 --- a/AMQPStorm-2.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8021e966f65d05fba510613680514075bab83cc9023f14fb28c51cb28a83e51 -size 64596 diff --git a/AMQPStorm-2.4.2.tar.gz b/AMQPStorm-2.4.2.tar.gz new file mode 100644 index 0000000..d35334b --- /dev/null +++ b/AMQPStorm-2.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4f95109dff52a3dc1ec86027bf32e72bda1a6ae8d2a03f1455f1da3d8112ede +size 66213 diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 4a73b51..0000000 --- a/LICENSE +++ /dev/null @@ -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. \ No newline at end of file diff --git a/python-amqpstorm.changes b/python-amqpstorm.changes index d0d3f76..a1d6350 100644 --- a/python-amqpstorm.changes +++ b/python-amqpstorm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Sep 10 06:56:40 UTC 2018 - Tomáš Chvátal + +- Update to 2.4.2: + * Install license file out of the box + ------------------------------------------------------------------- Wed Aug 29 13:47:38 UTC 2018 - tchvatal@suse.com diff --git a/python-amqpstorm.spec b/python-amqpstorm.spec index 27f3486..d11cd43 100644 --- a/python-amqpstorm.spec +++ b/python-amqpstorm.spec @@ -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