[python-lettuce] Updated to version 0.2.19.

Bohuslav Kabrda bkabrda at fedoraproject.org
Mon Feb 24 16:15:39 UTC 2014


commit 99ad8b1b1ffe9f0516cdaf4ed7765587a159105b
Author: Slavek Kabrda <bkabrda at redhat.com>
Date:   Mon Feb 24 17:16:25 2014 +0100

    Updated to version 0.2.19.

 .gitignore          |    2 ++
 python-lettuce.spec |    7 +++++--
 sources             |    4 ++--
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b31e1aa..addcb98 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,5 @@
 /lettuce-0.2.14.tar.gz
 /lettuce-0.2.18-tests.tgz
 /lettuce-0.2.18.tar.gz
+/lettuce-0.2.19.tar.gz
+/lettuce-0.2.19-tests.tgz
diff --git a/python-lettuce.spec b/python-lettuce.spec
index 94effe7..97e2e77 100644
--- a/python-lettuce.spec
+++ b/python-lettuce.spec
@@ -2,7 +2,7 @@
 %global pypi_name lettuce
 
 Name:           python-%{pypi_name}
-Version:        0.2.18
+Version:        0.2.19
 Release:        1%{?dist}
 Summary:        Behaviour Driven Development for Python
 
@@ -11,7 +11,7 @@ URL:            http://lettuce.it/
 Source0:        http://pypi.python.org/packages/source/l/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
 # to get tests:
 # git clone https://github.com/gabrielfalcao/lettuce.git && cd lettuce
-# git checkout 0.2.18 && tar -czf lettuce-0.2.18-tests.tgz tests/
+# git checkout a6461d0 && tar -czf lettuce-0.2.19-tests.tgz tests/
 Source1:        %{pypi_name}-%{version}-tests.tgz
 BuildArch:      noarch
 
@@ -69,6 +69,9 @@ nosetests -s tests/functional
 %{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
 
 %changelog
+* Mon Feb 24 2014 Bohuslav Kabrda <bkabrda at redhat.com> - 0.2.19-1
+- Updated to version 0.2.19.
+
 * Tue Aug 06 2013 Bohuslav Kabrda <bkabrda at redhat.com> - 0.2.18-1
 - Updated to version 2.18.1.
 - Don't run integration tests - not officially supported by upstream.
diff --git a/sources b/sources
index 783696a..eede007 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-2e345594ad0e41de9d71f6a152d61c8b  lettuce-0.2.18-tests.tgz
-e6158cbbd5235a0f29f65cc955eb6135  lettuce-0.2.18.tar.gz
+208723511568917608a90e3832351a9c  lettuce-0.2.19.tar.gz
+cbef5cf6de74a0a74d17bbf772cb610d  lettuce-0.2.19-tests.tgz


More information about the scm-commits mailing list