From 09735066982148982c265086cc8e5c1b07a9dc43 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Feb 21 2015 18:41:31 +0000 Subject: 0.3.0 --- diff --git a/.gitignore b/.gitignore index b5f6d49..4d87e1f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ stomper-0.2.2.tar.gz stomper-0.2.4.tar.gz /stomper-0.2.8.tar.gz /stomper-9b9fddf596a77e6b7e0407f0e45d02ca3a5ba5e1.tar.gz +/stomper-0.3.0.tar.gz diff --git a/python-stomper.spec b/python-stomper.spec index 8ce4f6f..f6b6edb 100644 --- a/python-stomper.spec +++ b/python-stomper.spec @@ -8,7 +8,7 @@ %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: python-stomper -Version: 0.2.9 +Version: 0.3.0 Release: 1%{?dist} Summary: A python client implementation of the STOMP protocol @@ -16,10 +16,7 @@ Group: Development/Languages License: ASL 2.0 URL: https://pypi.python.org/pypi/stomper -# Latest releases didn't appear on pypi. -# https://github.com/oisinmulvihill/stomper/issues/8 -#Source0: https://pypi.python.org/packages/source/s/stomper/stomper-%{version}.tar.gz -Source0: https://github.com/oisinmulvihill/stomper/archive/%{commit}/stomper-%{commit}.tar.gz +Source0: https://pypi.python.org/packages/source/s/stomper/stomper-%{version}.tar.gz BuildArch: noarch BuildRequires: python-devel @@ -37,7 +34,7 @@ attempting to be transport layer neutral. This module provides functions to create and parse STOMP messages in a programatic fashion. %prep -%setup -q -n stomper-%{commit} +%setup -q -n stomper-%{version} %build %{__python2} setup.py build @@ -53,6 +50,9 @@ PYTHONPATH=. nosetests -q %{python2_sitelib}/* %changelog +* Sat Feb 21 2015 Ralph Bean - 0.3.0-1 +- new version + * Mon Sep 15 2014 Ralph Bean - 0.2.9-1 - New upstream supporting STOMP-1.1. - Use github tarball, https://github.com/oisinmulvihill/stomper/issues/8 diff --git a/sources b/sources index 959736b..279d5ec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9a86b59224aa322a46598cd0b1d72177 stomper-9b9fddf596a77e6b7e0407f0e45d02ca3a5ba5e1.tar.gz +886eaa3b6b69d4749e88a4d4eb594b02 stomper-0.3.0.tar.gz