]> git.pld-linux.org Git - packages/python-sqlalchemy-migrate.git/commitdiff
- R: python-decorator auto/th/python-sqlalchemy-migrate-0_5_4-2
authorMateusz Korniak <matkor@pld-linux.org>
Mon, 6 Jul 2009 06:58:09 +0000 (06:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-sqlalchemy-migrate.spec -> 1.2

python-sqlalchemy-migrate.spec

index 7b95f4104ac41002384cd611b035b6e163e23e2d..adade94cf3fa98dac7486fae7d6142b11858ac2d 100644 (file)
@@ -3,10 +3,9 @@ Summary:       Schema migration tools for SQLAlchemy
 Summary(pl.UTF-8):     Narzędzia do migracji struktury bazy dla SQLAlchemy
 Name:          python-sqlalchemy-%{module}
 Version:       0.5.4
-Release:       0.1
+Release:       2
 License:       MIT
 Group:         Development/Languages/Python
-# http://sqlalchemy-migrate.googlecode.com/files/sqlalchemy-migrate-0.5.4.tar.gz
 Source0:       http://sqlalchemy-migrate.googlecode.com/files/sqlalchemy-%{module}-%{version}.tar.gz
 # Source0-md5: 7ad9e6d6dd6df701fc596bcb87380271
 URL:           http://code.google.com/p/sqlalchemy-migrate/
@@ -15,12 +14,15 @@ BuildRequires:      rpm-pythonprov
 # if py_postclean is used
 BuildRequires: rpmbuild(macros) >= 1.219
 Requires:      python-SQLAlchemy >= 0.5.1
+Requires:      python-decorator >= 3.0.0
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
+Schema migration tools for SQLAlchemy, designed to support an agile approach to database design, and make it easier to keep development and production databases in sync, as schema changes are required.
 
 %description -l pl.UTF-8
+Narzędzia migracji struktury bazy danych dla SQLAlchemy, zaprojektowane aby wspierać sprawne projektowanie i ułatwiać utrzymanie wersji rozwojowych i produkcyjnych baz danych w synchornizacji w miare zmian ich struktury.
 
 %prep
 %setup -q -n sqlalchemy-%{module}-%{version}
This page took 0.109093 seconds and 4 git commands to generate.