Sun, 12 May 2024 14:36:35 UTC | login

Information for build python-sqlalchemy-1.2.8-4.fc29

ID65728
Package Namepython-sqlalchemy
Version1.2.8
Release4.fc29
Epoch
SummaryModular and flexible ORM library for python
DescriptionSQLAlchemy is an Object Relational Mappper (ORM) that provides a flexible, high-level interface to SQL databases. Database and domain concepts are decoupled, allowing both sides maximum flexibility and power. SQLAlchemy provides a powerful mapping layer that can work as automatically or as manually as you choose, determining relationships based on foreign keys or letting you define the join conditions explicitly, to bridge the gap between database and domain. This package includes the python 2 version of the module.
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 29 Jul 2018 02:07:33 UTC
CompletedSun, 29 Jul 2018 04:30:11 UTC
Taskbuild (f29-candidate, python-sqlalchemy-1.2.8-4.fc29.src.rpm)
Tags
f29
RPMs
src
python-sqlalchemy-1.2.8-4.fc29.src.rpm (info) (download)
noarch
python-sqlalchemy-doc-1.2.8-4.fc29.noarch.rpm (info) (download)
riscv64
python2-sqlalchemy-1.2.8-4.fc29.riscv64.rpm (info) (download)
python3-sqlalchemy-1.2.8-4.fc29.riscv64.rpm (info) (download)
python-sqlalchemy-debuginfo-1.2.8-4.fc29.riscv64.rpm (info) (download)
python-sqlalchemy-debugsource-1.2.8-4.fc29.riscv64.rpm (info) (download)
python2-sqlalchemy-debuginfo-1.2.8-4.fc29.riscv64.rpm (info) (download)
python3-sqlalchemy-debuginfo-1.2.8-4.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sun Jun 17 2018 Nils Philippsen <nils@tiptoe.de> - 1.2.8-3 - rename patch, apply with backups - fix failing test for sqlite 3.24 instead of skipping it * Thu Jun 14 2018 Miro HronĨok <mhroncok@redhat.com> - 1.2.8-2 - Rebuilt for Python 3.7 * Tue Jun 05 2018 Nils Philippsen <nils@tiptoe.de> - 1.2.8-1 - version 1.2.8 * Sun Apr 22 2018 Nils Philippsen <nils@tiptoe.de> - 1.2.7-1 - version 1.2.7 * Sat Mar 31 2018 Nils Philippsen <nils@tiptoe.de> - 1.2.6-1 - version 1.2.6 * Mon Mar 19 2018 Nils Philippsen <nils@tiptoe.de> - 1.2.5-1 - version 1.2.5 * Tue Feb 27 2018 Nils Philippsen <nils@tiptoe.de> - 1.2.4-1 - version 1.2.4 * Tue Feb 20 2018 Nils Philippsen <nils@tiptoe.de> - 1.2.3-2 - require gcc for building * Tue Feb 20 2018 Nils Philippsen <nils@tiptoe.de> - 1.2.3-1 - version 1.2.3 * Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.2.2-3 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Tue Jan 30 2018 Nils Philippsen <nils@tiptoe.de> - 1.2.2-1 - version 1.2.2 * Sun Dec 31 2017 Nils Philippsen <nils@tiptoe.de> - 1.2.0-1 - version 1.2.0 - fix version-releases in changelog * Fri Sep 29 2017 Troy Dawson <tdawson@redhat.com> - 1.1.13-2 - Cleanup spec file conditionals * Sat Aug 05 2017 Nils Philippsen <nils@tiptoe.de> - 1.1.13-1 - version 1.1.13 * Tue Aug 01 2017 Nils Philippsen <nils@tiptoe.de> - 1.1.12-1 - version 1.1.12 - remove comments with macros * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon Jun 26 2017 Nils Philippsen <nils@tiptoe.de> - 1.1.11-1 - version 1.1.11 * Sat May 27 2017 Nils Philippsen <nils@tiptoe.de> - 1.1.10-1 - version 1.1.10 * Thu Apr 06 2017 hguemar <hguemar@fedoraproject.org> - 1.1.9-1 - Upstream 1.1.9 (RHBZ#1436464) * Wed Mar 15 2017 Nils Philippsen <nils@tiptoe.de> - 1.1.6-1 - version 1.1.6 * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Fri Feb 03 2017 Nils Philippsen <nils@redhat.com> - 1.1.5-1 - version 1.1.5 * Tue Dec 13 2016 Charalampos Stratakis <cstratak@redhat.com> - 1.1.4-3 - Enable tests * Mon Dec 12 2016 Charalampos Stratakis <cstratak@redhat.com> - 1.1.4-2 - Rebuild for Python 3.6 - Disable python3 tests for now * Wed Nov 23 2016 Kevin Fenzi <kevin@scrye.com> - 1.1.4-1 - Update to 1.1.4. Fixes bug #1395470 * Tue Nov 08 2016 Orion Poplawski <orion@cora.nwra.com> - 1.1.3-2 - Ship python2-sqlalchemy - Move docs into sub-package - Modernize spec * Mon Oct 31 2016 Kevin Fenzi <kevin@scrye.com> - 1.1.3-1 - Update to 1.1.3. Fixes bug #1389638 * Tue Oct 18 2016 Kevin Fenzi <kevin@scrye.com> - 1.1.2-1 - Update to 1.1.2. Fixes bug #1385990 * Mon Oct 10 2016 Nils Philippsen <nils@redhat.com> - 1.1.1-1 - version 1.1.1 * Thu Oct 06 2016 Kevin Fenzi <kevin@scrye.com> - 1.1.0-1 - Update to 1.1.0. Fixes bug #1382203 * Thu Aug 18 2016 Nils Philippsen <nils@redhat.com> - 1.0.14-1 - version 1.0.14