Sat, 27 Apr 2024 01:08:50 UTC | login

Information for build python-alembic-1.6.0-1.el9s

ID34197
Package Namepython-alembic
Version1.6.0
Release1.el9s
Epoch
Sourcegit+https://git.centos.org/rpms/python-alembic.git#61d3a509d8d9a264856b62b4fee9a28ce092917c
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 byamoralej
State complete
Volume DEFAULT
StartedTue, 07 Sep 2021 15:51:13 UTC
CompletedTue, 07 Sep 2021 15:52:14 UTC
Taskbuild (cloud9s-openstack-xena-el9s, /rpms/python-alembic.git:61d3a509d8d9a264856b62b4fee9a28ce092917c)
Extra{'source': {'original_url': 'git+https://git.centos.org/rpms/python-alembic.git#61d3a509d8d9a264856b62b4fee9a28ce092917c'}}
Tags
cloud9s-openstack-xena-testing
RPMs
src
python-alembic-1.6.0-1.el9s.src.rpm (info) (download)
noarch
python3-alembic-1.6.0-1.el9s.noarch.rpm (info) (download)
Logs
noarch
root.log
hw_info.log
installed_pkgs.log
mock_output.log
build.log
noarch_rpmdiff.json
state.log
Changelog * Tue May 04 2021 Kevin Fenzi <kevin@scrye.com> - 1.6.0-1 - Update to 1.6.0. Fixes rhbz#1956482 * Sat Mar 27 2021 Kevin Fenzi <kevin@scrye.com> - 1.5.8-1 - Update to 1.5.8. Fixes rhbz#1935790 * Mon Feb 22 2021 Kevin Fenzi <kevin@scrye.com> - 1.5.5-1 - Update to 1.5.5. Fixes rhbz#1931142 * Fri Feb 12 2021 Kevin Fenzi <kevin@scrye.com> - 1.5.3-1 - Update to 1.5.3. Fixes rhbz#1922496 * Thu Jan 28 2021 Kevin Fenzi <kevin@scrye.com> - 1.5.0-1 - Update to 1.5.0. Fixes rhbz#1917596 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Thu Nov 19 2020 Joel Capitao <jcapitao@redhat.com> - 1.4.3-1 - Update to 1.4.3 (rhbz#1878203) * Thu Aug 20 2020 Merlin Mathesius <mmathesi@redhat.com> - 1.4.2-5 - Correct macro usage to fix Rawhide and ELN FTBFS errors * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-4 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 1.4.2-2 - Rebuilt for Python 3.9 * Sun Mar 22 2020 Carl George <carl@george.computer> - 1.4.2-1 - Latest upstream rhbz#1808866 * Wed Feb 19 2020 Randy Barlow <bowlofeggs@fedoraproject.org> - 1.4.0-1 - Update to 1.4.0 (#1784129). - https://alembic.sqlalchemy.org/en/latest/changelog.html#change-1.4.0 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Mon Nov 18 2019 Randy Barlow <bowlofeggs@fedoraproject.org> - 1.3.1-1 - Update to 1.3.1 (#1767518). - https://alembic.sqlalchemy.org/en/latest/changelog.html#change-1.3.1 * Fri Sep 27 2019 Randy Barlow <bowlofeggs@fedoraproject.org> - 1.2.1-1 - Update to 1.2.1 (#1754016). - https://alembic.sqlalchemy.org/en/latest/changelog.html#change-1.2.1 * Tue Sep 17 2019 Randy Barlow <bowlofeggs@fedoraproject.org> - 1.1.0-2 - Drop python2-alembic (#1751088). * Tue Sep 03 2019 Randy Barlow <bowlofeggs@fedoraproject.org> - 1.1.0-1 - Upgrade to 1.1.0 (#1747053). - https://alembic.sqlalchemy.org/en/latest/changelog.html#change-1.1.0 * Sun Aug 18 2019 Miro Hrončok <mhroncok@redhat.com> - 1.0.11-3 - Rebuilt for Python 3.8 * Mon Jul 22 2019 Petr Viktorin <pviktori@redhat.com> - 1.0.11-2 - Make /usr/bin/alembic point to alembic-3 on Fedora 31+ See https://fedoraproject.org/wiki/Changes/Python_means_Python3 - Avoid absolute symlinks - Conditionalize the Python 2/Python 3 parts with bcond * Sun Jun 30 2019 Kevin Fenzi <kevin@scrye.com> - 1.0.11-1 - Update to 1.0.11. Fixes bug #1723981 * Wed Jun 19 2019 Troy Dawson <tdawson@redhat.com> - 1.0.10-1.1 - Make python2 optional - Do not build python2 on RHEL8 * Wed Jun 05 2019 Randy Barlow <bowlofeggs@fedoraproject.org> - 1.0.10-1 - Update to 1.0.10 (#1700050). - https://alembic.sqlalchemy.org/en/latest/changelog.html#change-1.0.10