[python-storm] Update to 0.17

Michel Alexandre Salim salimma at fedoraproject.org
Fri Sep 17 13:41:28 UTC 2010


commit 4634569a77e41e776780c3522029be9827a7e29f
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Fri Sep 17 15:27:35 2010 +0200

    Update to 0.17

 .gitignore        |    2 +-
 python-storm.spec |   11 +++++++----
 sources           |    2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1297de0..d9a983f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-storm-0.15.tar.bz2
+/storm-0.17.tar.bz2
diff --git a/python-storm.spec b/python-storm.spec
index 109cf07..f5af934 100644
--- a/python-storm.spec
+++ b/python-storm.spec
@@ -1,8 +1,8 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-storm
-Version:        0.15
-Release:        4%{?dist}
+Version:        0.17
+Release:        1%{?dist}
 Summary:        An object-relational mapper (ORM) for Python
 
 Group:          Development/Languages
@@ -80,8 +80,8 @@ cp -p %{SOURCE1} .
 
 %check
 # Disable Django tests for now
-mkdir off-tests
-mv tests/django off-tests/
+#mkdir off-tests
+#mv tests/django off-tests/
 ./test
 
 
@@ -122,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/storm/databases/postgres.*
 
 %changelog
+* Fri Sep 17 2010 Michel Salim <salimma at fedoraproject.org> - 0.17-1
+- Update to 0.17
+
 * Fri Jul 30 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 0.15-4
 - Fix test for failing build
 
diff --git a/sources b/sources
index c32c830..32ed550 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-65ef57156e129ab09b2237dad76cdffe  storm-0.15.tar.bz2
+9d14de7df788749860fde074487929cb  storm-0.17.tar.bz2


More information about the scm-commits mailing list