[python-pybloomfiltermmap] - Update to 0.3.12 - Add Cython a build requirement - Enable the testsuite since it passes now

Athmane Madjoudj athmane at fedoraproject.org
Wed Feb 26 21:12:03 UTC 2014


commit 58880b76b4229e29846e03bf0e8218f9b9c3c437
Author: Athmane Madjoudj <athmane at fedoraproject.org>
Date:   Wed Feb 26 22:12:08 2014 +0100

    - Update to 0.3.12
    - Add Cython a build requirement
    - Enable the testsuite since it passes now

 .gitignore                    |    1 +
 python-pybloomfiltermmap.spec |   13 +++++++++----
 sources                       |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 562982c..e72c717 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /pybloomfiltermmap-0.3.2.tar.gz
 /pybloomfiltermmap-0.3.11.tar.gz
+/pybloomfiltermmap-0.3.12.tar.gz
diff --git a/python-pybloomfiltermmap.spec b/python-pybloomfiltermmap.spec
index e98955a..e611322 100644
--- a/python-pybloomfiltermmap.spec
+++ b/python-pybloomfiltermmap.spec
@@ -5,15 +5,15 @@
 }
 
 Name:           python-pybloomfiltermmap
-Version:        0.3.11
-Release:        3%{?dist}
+Version:        0.3.12
+Release:        1%{?dist}
 Summary:        A Bloom filter (bloomfilter) for Python built on mmap
 
 License:        MIT
 URL:            http://github.com/axiak/pybloomfiltermmap/
 Source0:        http://pypi.python.org/packages/source/p/pybloomfiltermmap/pybloomfiltermmap-%{version}.tar.gz
 
-BuildRequires:  python2-devel python-setuptools openssl-devel
+BuildRequires:  python2-devel python-setuptools openssl-devel Cython
 
 %description
 The goal of pybloomfiltermmap is to provide a fast, simple, scalable,
@@ -28,7 +28,7 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
 
 %check
 # Disable check section for now since test-suite fails
-#%{__python} setup.py test
+%{__python} setup.py test
 
 %install
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
@@ -40,6 +40,11 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
 
 
 %changelog
+* Wed Feb 26 2014 Athmane Madjoudj <athmane at fedoraproject.org> 0.3.12-1
+- Update to 0.3.12
+- Add Cython a build requirement
+- Enable the testsuite since it passes now
+
 * Sat Feb 22 2014 Athmane Madjoudj <athmane at fedoraproject.org> 0.3.11-3
 - Comment check section since test suite is failing
 
diff --git a/sources b/sources
index 6ec5f24..d6f56b7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f16eb18b69d2a4d2dd5f9ed3a5d1c2e1  pybloomfiltermmap-0.3.11.tar.gz
+549693d33a4bd52a236d05931204e931  pybloomfiltermmap-0.3.12.tar.gz


More information about the scm-commits mailing list