From ebde49eace7264332957f6dc05a09f3459be7c7d Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Jul 11 2016 16:15:41 +0000 Subject: Latest upstream. --- diff --git a/.gitignore b/.gitignore index 4d87e1f..b6ed66b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ stomper-0.2.4.tar.gz /stomper-0.2.8.tar.gz /stomper-9b9fddf596a77e6b7e0407f0e45d02ca3a5ba5e1.tar.gz /stomper-0.3.0.tar.gz +/stomper-0.4.0.tar.gz diff --git a/python-stomper.spec b/python-stomper.spec index d168107..724d948 100644 --- a/python-stomper.spec +++ b/python-stomper.spec @@ -8,20 +8,23 @@ %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: python-stomper -Version: 0.3.0 -Release: 3%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: A python client implementation of the STOMP protocol Group: Development/Languages License: ASL 2.0 -URL: https://pypi.python.org/pypi/stomper +URL: https://pypi.io/project/stomper -Source0: https://pypi.python.org/packages/source/s/stomper/stomper-%{version}.tar.gz +Source0: https://pypi.io/packages/source/s/stomper/stomper-%{version}.tar.gz BuildArch: noarch BuildRequires: python-devel BuildRequires: python-setuptools BuildRequires: python-nose +BuildRequires: python-future + +Requires: python-future %if 0%{?el5} BuildRequires: python-uuid @@ -50,6 +53,10 @@ PYTHONPATH=. nosetests -q %{python2_sitelib}/* %changelog +* Mon Jul 11 2016 Ralph Bean - 0.4.0-1 +- new version +- New dep on python-future + * Thu Feb 04 2016 Fedora Release Engineering - 0.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 279d5ec..2df9374 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -886eaa3b6b69d4749e88a4d4eb594b02 stomper-0.3.0.tar.gz +999946b01bc34f1e683bd50aa0d20683 stomper-0.4.0.tar.gz