Name: | rh-python36-python-sqlalchemy |
---|---|
Version: | 1.1.14 |
Release: | 1.el7 |
Architecture: | aarch64 |
Group: | Development/Libraries |
Size: | 28633977 |
License: | MIT |
RPM: | rh-python36-python-sqlalchemy-1.1.14-1.el7.aarch64.rpm |
Source RPM: | rh-python36-python-sqlalchemy-1.1.14-1.el7.src.rpm |
Build Date: | Mon Jul 02 2018 |
Build Host: | ca-buildarm04.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.sqlalchemy.org/ |
Summary: | Modular and flexible ORM library for python |
Description: | SQLAlchemy 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. |
- Update to 1.1.14 - Add a patch for nose tests Resolves: rhbz#1479378
- Update to 1.1.13 Resolves: rhbz#1479378
- Update to 1.1.11 for rh-python36
- Update to 1.0.11
- Update to 0.9.8 - Rebased Patch0, dropped Patch1
- Rename the patch for test imports to be the same as in RHEL 6 branch. - Fix failure in fips mode if index name is too long. Resolves: rhbz#1054676
- Add patch to change how handlers are invoked in test_execute and test_mapper
- Build as noarch to prevent creation of empty debuginfo package.
- Rebuild to generate bytecode properly after fixing rhbz#956289
- Rebuilt for SCL.