[python-lettuce] Update to version 0.2.14.

Bohuslav Kabrda bkabrda at fedoraproject.org
Mon Feb 18 13:18:04 UTC 2013


commit 3cc8744e148c44a6089c8f8afee31d7a8186edeb
Author: Bohuslav Kabrda <bkabrda at redhat.com>
Date:   Mon Feb 18 14:17:58 2013 +0100

    Update to version 0.2.14.

 .gitignore          |    2 ++
 python-lettuce.spec |   11 ++++++++---
 sources             |    4 ++--
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1614281..c06200e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 /lettuce-0.2.5-tests.tgz
 /lettuce-0.2.5.tar.gz
+/lettuce-0.2.14-tests.tgz
+/lettuce-0.2.14.tar.gz
diff --git a/python-lettuce.spec b/python-lettuce.spec
index a272642..70357f7 100644
--- a/python-lettuce.spec
+++ b/python-lettuce.spec
@@ -2,8 +2,8 @@
 %global pypi_name lettuce
 
 Name:           python-%{pypi_name}
-Version:        0.2.5
-Release:        4%{?dist}
+Version:        0.2.14
+Release:        1%{?dist}
 Summary:        Behaviour Driven Development for Python
 
 License:        GPLv3+
@@ -11,18 +11,20 @@ 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.5 && tar -czf lettuce-0.2.5-tests.tgz tests/
+# git checkout 0.2.14 && tar -czf lettuce-0.2.14-tests.tgz tests/
 Source1:        %{pypi_name}-%{version}-tests.tgz
 BuildArch:      noarch
 
 Requires:       mailcap
 Requires:       python-fuzzywuzzy
+Requires:       python-sure
 # If file /etc/mime.types (from mailcap package) is not present, Python returns javascript mimetype
 # 'application/x-javascript'. This is IMHO wrong behaviour, as IANA specifies application/javascript.
 # application/x-javascript causes 3 tests to fail, so requiring mailcap for now.
 # Report to Python: http://bugs.python.org/issue15199
 BuildRequires:  mailcap
 BuildRequires:  python2-devel
+BuildRequires:  python-cssselect
 BuildRequires:  python-django
 BuildRequires:  python-fuzzywuzzy
 BuildRequires:  python-lxml
@@ -68,6 +70,9 @@ nosetests -s tests/integration
 %{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
 
 %changelog
+* Mon Feb 18 2013 Bohuslav Kabrda <bkabrda at redhat.com> - 0.2.14-1
+- Update to version 0.2.14.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.5-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index e5092a5..35e7ae5 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-efe7e39b07ef8d64944b0c8930d985b6  lettuce-0.2.5-tests.tgz
-2352c761aa34423b773a104810201f15  lettuce-0.2.5.tar.gz
+412b768a80c8a9061d0a95ea9f321e18  lettuce-0.2.14-tests.tgz
+26bc5946f8e09d652cc36db67b97d76c  lettuce-0.2.14.tar.gz


More information about the scm-commits mailing list