[python-stomper] 0.3.0

Ralph Bean ralph at fedoraproject.org
Sat Feb 21 18:41:32 UTC 2015


commit 09735066982148982c265086cc8e5c1b07a9dc43
Author: Ralph Bean <rbean at redhat.com>
Date:   Sat Feb 21 13:41:31 2015 -0500

    0.3.0

 .gitignore          |  1 +
 python-stomper.spec | 12 ++++++------
 sources             |  2 +-
 3 files changed, 8 insertions(+), 7 deletions(-)
---
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 <rbean at redhat.com> - 0.3.0-1
+- new version
+
 * Mon Sep 15 2014 Ralph Bean <rbean at redhat.com> - 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


More information about the scm-commits mailing list