diff --git a/python-sqlalchemy-migrate.spec b/python-sqlalchemy-migrate.spec index 1ca5ef60ab3180aa57d10e8eb6ede4af3c268b81..db2df9c192c7c6ba6bca8b301de6f5ed8f10eab8 100644 --- a/python-sqlalchemy-migrate.spec +++ b/python-sqlalchemy-migrate.spec @@ -1,65 +1,64 @@ %global _empty_manifest_terminate_build 0 Name: python-sqlalchemy-migrate -Version: 0.13.0 -Release: 2 +Version: 0.11.0 +Release: 1 Summary: Database schema migration for SQLAlchemy -License: MIT License +License: MIT URL: http://www.openstack.org/ -Source0: https://files.pythonhosted.org/packages/36/bb/40f66b12b18fb03da76dcee31df75cca9e54b71d9d8a784bb95bfbadee2c/sqlalchemy-migrate-0.13.0.tar.gz +Source0: https://files.pythonhosted.org/packages/05/18/6d339bd6222f7a7613638fafc9ff4c4f0e312843d359e85489dc07b21df5/sqlalchemy-migrate-0.11.0.tar.gz BuildArch: noarch - -Requires: python3-pbr -Requires: python3-sqlalchemy -Requires: python3-decorator -Requires: python3-six -Requires: python3-sqlparse -Requires: python3-tempita - %description -Fork from http://code.google.com/p/sqlalchemy-migrate/ to get it working with -SQLAlchemy 0.8. -Inspired by Ruby on Rails' migrations, Migrate provides a way to deal with -database schema changes in `SQLAlchemy `_ projects. -Migrate extends SQLAlchemy to have database changeset handling. It provides a -database change repository mechanism which can be used from the command line as -well as from inside python code. +sqlalchemy-migrate Fork from to get it working with SQLAlchemy 0.8.Inspired by +Ruby on Rails' migrations, Migrate provides a way to deal with database schema +changes in SQLAlchemy <> projects.Migrate extends SQLAlchemy to have database +changeset handling. It provides a database change repository mechanism which can +be used from the command line as well as from inside python code.Help Sphinx +documentation is available at the project page readthedocs.org < and developers +can be found at openstack-dev on Freenode IRC network and at the public users +mailing list migrate-users <. -%package -n python3-sqlalchemy-migrate +%package -n python2-sqlalchemy-migrate Summary: Database schema migration for SQLAlchemy -Provides: python-sqlalchemy-migrate -BuildRequires: python3-devel -BuildRequires: python3-pbr -BuildRequires: python3-pip -BuildRequires: python3-setuptools -%description -n python3-sqlalchemy-migrate -Fork from http://code.google.com/p/sqlalchemy-migrate/ to get it working with -SQLAlchemy 0.8. -Inspired by Ruby on Rails' migrations, Migrate provides a way to deal with -database schema changes in `SQLAlchemy `_ projects. -Migrate extends SQLAlchemy to have database changeset handling. It provides a -database change repository mechanism which can be used from the command line as -well as from inside python code. +Provides: python2-sqlalchemy-migrate +BuildRequires: python2-devel +BuildRequires: python2-setuptools +Requires: python2-SQLAlchemy +Requires: python2-Tempita +Requires: python2-decorator +Requires: python2-pbr +Requires: python2-six +Requires: python2-sqlparse +%description -n python2-sqlalchemy-migrate +sqlalchemy-migrate Fork from to get it working with SQLAlchemy 0.8.Inspired by +Ruby on Rails' migrations, Migrate provides a way to deal with database schema +changes in SQLAlchemy <> projects.Migrate extends SQLAlchemy to have database +changeset handling. It provides a database change repository mechanism which can +be used from the command line as well as from inside python code.Help Sphinx +documentation is available at the project page readthedocs.org < and developers +can be found at openstack-dev on Freenode IRC network and at the public users +mailing list migrate-users <. %package help Summary: Development documents and examples for sqlalchemy-migrate -Provides: python3-sqlalchemy-migrate-doc +Provides: python2-sqlalchemy-migrate-doc %description help -Fork from http://code.google.com/p/sqlalchemy-migrate/ to get it working with -SQLAlchemy 0.8. -Inspired by Ruby on Rails' migrations, Migrate provides a way to deal with -database schema changes in `SQLAlchemy `_ projects. -Migrate extends SQLAlchemy to have database changeset handling. It provides a -database change repository mechanism which can be used from the command line as -well as from inside python code. +sqlalchemy-migrate Fork from to get it working with SQLAlchemy 0.8.Inspired by +Ruby on Rails' migrations, Migrate provides a way to deal with database schema +changes in SQLAlchemy <> projects.Migrate extends SQLAlchemy to have database +changeset handling. It provides a database change repository mechanism which can +be used from the command line as well as from inside python code.Help Sphinx +documentation is available at the project page readthedocs.org < and developers +can be found at openstack-dev on Freenode IRC network and at the public users +mailing list migrate-users <. %prep -%autosetup -n sqlalchemy-migrate-0.13.0 +%autosetup -n sqlalchemy-migrate-0.11.0 %build -%py3_build +%py2_build %install -%py3_install +%py2_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi @@ -86,12 +85,12 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . -%files -n python3-sqlalchemy-migrate -f filelist.lst -%dir %{python3_sitelib}/* +%files -n python2-sqlalchemy-migrate -f filelist.lst +%dir %{python2_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog -* Mon Nov 23 2020 Python_Bot +* Tue May 11 2021 OpenStack_SIG - Package Spec generated diff --git a/sqlalchemy-migrate-0.11.0.tar.gz b/sqlalchemy-migrate-0.11.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f97a7839379e70af1de6804fd79657aaaa81036e Binary files /dev/null and b/sqlalchemy-migrate-0.11.0.tar.gz differ diff --git a/sqlalchemy-migrate-0.13.0.tar.gz b/sqlalchemy-migrate-0.13.0.tar.gz deleted file mode 100644 index 570b9455a614464510733a2f20e36c19b1b2a7c9..0000000000000000000000000000000000000000 Binary files a/sqlalchemy-migrate-0.13.0.tar.gz and /dev/null differ