]> git.pld-linux.org Git - packages/python-sqlalchemy.git/commitdiff
up to 0.6.9 auto/th/python-SQLAlchemy-0.6.9-1 auto/ti/python-SQLAlchemy-0.6.9-1
authorElan Ruusamäe <glen@delfi.ee>
Sun, 27 Jan 2013 14:45:38 +0000 (16:45 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 27 Jan 2013 14:45:38 +0000 (16:45 +0200)
python-SQLAlchemy.spec

index bf7f1e1c3c3e4377bb154be0a204eddd385b6965..5f2f0ede33c1842f84e537074c07cded4131013d 100644 (file)
@@ -2,19 +2,19 @@
 # - examples and docs for python3
 # - builds, but got syntax errors when buildings
 #
-%bcond_without python3
-%bcond_without python2
+%bcond_without python2 # CPython 2.x module
+%bcond_without python3 # CPython 3.x module
+
 %define                module  SQLAlchemy
-#
 Summary:       Database Abstraction Library
 Summary(pl.UTF-8):     Biblioteka abstrakcji baz danych
 Name:          python-%{module}
-Version:       0.6.8
-Release:       2
+Version:       0.6.9
+Release:       1
 License:       MIT
 Group:         Libraries/Python
 Source0:       http://downloads.sourceforge.net/sqlalchemy/%{module}-%{version}.tar.gz
-# Source0-md5: af56550a6eb8b7a8874b02c97407d73c
+# Source0-md5: 518c5eeca5623bb1fbac74f6917f922a
 URL:           http://www.sqlalchemy.org/
 %if %{with python2}
 BuildRequires: python-devel >= 1:2.4
This page took 0.067607 seconds and 4 git commands to generate.