Fri, 27 Sep 2024 13:00:25 UTC | login

Information for build python-alembic-1.0.0-1.fc29

ID69899
Package Namepython-alembic
Version1.0.0
Release1.fc29
Epoch
SummaryDatabase migration tool for SQLAlchemy
DescriptionAlembic is a new database migrations tool, written by the author of SQLAlchemy. A migrations tool offers the following functionality: * Can emit ALTER statements to a database in order to change the structure of tables and other constructs. * Provides a system whereby "migration scripts" may be constructed; each script indicates a particular series of steps that can "upgrade" a target database to a new version, and optionally a series of steps that can "downgrade" similarly, doing the same steps in reverse. * Allows the scripts to execute in some sequential manner. Documentation and status of Alembic is at http://readthedocs.org/docs/alembic/
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 12 Aug 2018 19:36:27 UTC
CompletedSun, 12 Aug 2018 19:36:27 UTC
Tags
f29
f30
f31
RPMs
src
python-alembic-1.0.0-1.fc29.src.rpm (info) (download)
noarch
python2-alembic-1.0.0-1.fc29.noarch.rpm (info) (download)
python3-alembic-1.0.0-1.fc29.noarch.rpm (info) (download)
Changelog * Wed Jul 25 2018 Pierre-Yves Chibon <pingou@pingoured.fr> - 1.0.0-1 - Update to 1.0.0 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.7-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.9.7-6 - Rebuilt for Python 3.7 * Sun Jun 17 2018 Miro Hrončok <mhroncok@redhat.com> - 0.9.7-5 - Rebuilt for Python 3.7 * Wed Feb 21 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.9.7-4 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Thu Feb 08 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 0.9.7-3 - The python3-alembic package now provides only alembic-3 and alembic-3.y. - The python2-alembic package now provides alembic, alembic-2, and alembic-2.y. * Sat Jan 27 2018 Ralph Bean <rbean@redhat.com> - 0.9.7-2 - The python3-alembic package now provides the alembic executable. * Thu Jan 18 2018 Ralph Bean <rbean@redhat.com> - 0.9.7-1 - new version - New dependency on python-dateutil. * Tue Aug 08 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.9.1-3 - Python 2 binary package renamed to python2-alembic See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Thu Mar 02 2017 Ralph Bean <rbean@redhat.com> - 0.9.1-1 - new version * Wed Mar 01 2017 Ralph Bean <rbean@redhat.com> - 0.9.0-1 - new version * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Tue Jan 17 2017 Ralph Bean <rbean@redhat.com> - 0.8.10-1 - new version * Tue Dec 27 2016 Kevin Fenzi <kevin@scrye.com> - 0.8.9-1 - Update to 0.8.9. Fixes bug #1400111 * Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.8.8-2 - Rebuild for Python 3.6 * Sat Sep 17 2016 Kevin Fenzi <kevin@scrye.com> - 0.8.8-1 - Update to 0.8.8. Fixes bug #1376235 * Wed Jul 27 2016 Ralph Bean <rbean@redhat.com> - 0.8.7-1 - new version