Thu, 25 Apr 2024 00:58:01 UTC | login

Information for build python-sqlalchemy-1.4.37-3.el9

ID23251
Package Namepython-sqlalchemy
Version1.4.37
Release3.el9
Epoch
DraftFalse
Sourcegit+https://gitlab.com/redhat/centos-stream/rpms/python-sqlalchemy#7a3a264775d45bd76c6eda7557623ad0a7ac41df
SummaryModular and flexible ORM library for Python
DescriptionSQLAlchemy is an Object Relational Mapper (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.
Built byscorreia
State complete
Volume DEFAULT
StartedMon, 20 Jun 2022 10:54:48 UTC
CompletedMon, 20 Jun 2022 11:29:53 UTC
Taskbuild (c9s-build-side-607-stack-gate, /redhat/centos-stream/rpms/python-sqlalchemy:7a3a264775d45bd76c6eda7557623ad0a7ac41df)
Extra{'source': {'original_url': 'git+https://gitlab.com/redhat/centos-stream/rpms/python-sqlalchemy#7a3a264775d45bd76c6eda7557623ad0a7ac41df'}}
Tags
c9s-build-side-607-stack-gate
c9s-pending
c9s-pending-signed
c9s-released
RPMs
src
python-sqlalchemy-1.4.37-3.el9.src.rpm (info) (download)
aarch64
python3-sqlalchemy-1.4.37-3.el9.aarch64.rpm (info) (download)
python3-sqlalchemy+asyncio-1.4.37-3.el9.aarch64.rpm (info) (download)
python3-sqlalchemy+mssql_pyodbc-1.4.37-3.el9.aarch64.rpm (info) (download)
python3-sqlalchemy+postgresql-1.4.37-3.el9.aarch64.rpm (info) (download)
python3-sqlalchemy+pymysql-1.4.37-3.el9.aarch64.rpm (info) (download)
python-sqlalchemy-debugsource-1.4.37-3.el9.aarch64.rpm (info) (download)
python3-sqlalchemy-debuginfo-1.4.37-3.el9.aarch64.rpm (info) (download)
i686
python3-sqlalchemy-1.4.37-3.el9.i686.rpm (info) (download)
python3-sqlalchemy+asyncio-1.4.37-3.el9.i686.rpm (info) (download)
python3-sqlalchemy+mssql_pyodbc-1.4.37-3.el9.i686.rpm (info) (download)
python3-sqlalchemy+postgresql-1.4.37-3.el9.i686.rpm (info) (download)
python3-sqlalchemy+pymysql-1.4.37-3.el9.i686.rpm (info) (download)
python-sqlalchemy-debugsource-1.4.37-3.el9.i686.rpm (info) (download)
python3-sqlalchemy-debuginfo-1.4.37-3.el9.i686.rpm (info) (download)
noarch
python-sqlalchemy-doc-1.4.37-3.el9.noarch.rpm (info) (download)
ppc64le
python3-sqlalchemy-1.4.37-3.el9.ppc64le.rpm (info) (download)
python3-sqlalchemy+asyncio-1.4.37-3.el9.ppc64le.rpm (info) (download)
python3-sqlalchemy+mssql_pyodbc-1.4.37-3.el9.ppc64le.rpm (info) (download)
python3-sqlalchemy+postgresql-1.4.37-3.el9.ppc64le.rpm (info) (download)
python3-sqlalchemy+pymysql-1.4.37-3.el9.ppc64le.rpm (info) (download)
python-sqlalchemy-debugsource-1.4.37-3.el9.ppc64le.rpm (info) (download)
python3-sqlalchemy-debuginfo-1.4.37-3.el9.ppc64le.rpm (info) (download)
s390x
python3-sqlalchemy-1.4.37-3.el9.s390x.rpm (info) (download)
python3-sqlalchemy+asyncio-1.4.37-3.el9.s390x.rpm (info) (download)
python3-sqlalchemy+mssql_pyodbc-1.4.37-3.el9.s390x.rpm (info) (download)
python3-sqlalchemy+postgresql-1.4.37-3.el9.s390x.rpm (info) (download)
python3-sqlalchemy+pymysql-1.4.37-3.el9.s390x.rpm (info) (download)
python-sqlalchemy-debugsource-1.4.37-3.el9.s390x.rpm (info) (download)
python3-sqlalchemy-debuginfo-1.4.37-3.el9.s390x.rpm (info) (download)
x86_64
python3-sqlalchemy-1.4.37-3.el9.x86_64.rpm (info) (download)
python3-sqlalchemy+asyncio-1.4.37-3.el9.x86_64.rpm (info) (download)
python3-sqlalchemy+mssql_pyodbc-1.4.37-3.el9.x86_64.rpm (info) (download)
python3-sqlalchemy+postgresql-1.4.37-3.el9.x86_64.rpm (info) (download)
python3-sqlalchemy+pymysql-1.4.37-3.el9.x86_64.rpm (info) (download)
python-sqlalchemy-debugsource-1.4.37-3.el9.x86_64.rpm (info) (download)
python3-sqlalchemy-debuginfo-1.4.37-3.el9.x86_64.rpm (info) (download)
Logs
aarch64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
i686
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
ppc64le
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
s390x
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
x86_64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Sat Jun 18 2022 Sergio Correia <scorreia@redhat.com> - 1.4.37-3 - Remove obsolete cruft from the specfile, follow the packaging guidelines - Remove also extra packages we have no runtime dependencies for Related: rhbz#2084556 * Fri Jun 17 2022 Sergio Correia <scorreia@redhat.com> - 1.4.37-2 - Add python-sqlalchemy to RHEL-9 Resolves: rhbz#2084556 * Wed Jun 01 2022 Nils Philippsen <nils@tiptoe.de> - 1.4.37-1 - version 1.4.37 * Wed Apr 27 2022 Nils Philippsen <nils@tiptoe.de> - 1.4.36-1 - version 1.4.36 * Thu Apr 07 2022 Nils Philippsen <nils@tiptoe.de> - 1.4.35-1 - version 1.4.35 * Fri Apr 01 2022 Nils Philippsen <nils@tiptoe.de> - 1.4.34-1 - version 1.4.34 * Tue Mar 08 2022 Nils Philippsen <nils@tiptoe.de> - 1.4.32-1 - version 1.4.32 - don't BR: python3-pytest-xdist on EL9 - remove obsolete (no-op) tweak of setup.cfg * Fri Jan 21 2022 Nils Philippsen <nils@tiptoe.de> - 1.4.31-1 - version 1.4.31 * Thu Dec 23 2021 Nils Philippsen <nils@tiptoe.de> - 1.4.29-1 - version 1.4.29 * Wed Dec 15 2021 Nils Philippsen <nils@tiptoe.de> - 1.4.28-1 - version 1.4.28 - remove build dependency on python3-mock * Fri Nov 12 2021 Nils Philippsen <nils@tiptoe.de> - 1.4.27-1 - version 1.4.27 * Tue Oct 26 2021 Joel Capitao <jcapitao@redhat.com> - 1.4.26-1 - Update to 1.4.26. Fixes rhbz#2015705 * Sun Sep 26 2021 Kevin Fenzi <kevin@scrye.com> - 1.4.25-1 - Update to 1.4.25. Fixes rhbz#1995262 * Wed Aug 25 2021 Nils Philippsen <nils@tiptoe.de> - 1.4.23-1 - version 1.4.23 * Sun Aug 08 2021 Kevin Fenzi <kevin@scrye.com> - 1.4.22-1 - Update to 1.4.22. Fixes rhbz#1975029 * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.18-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Sun Jun 13 2021 Nils Philippsen <nils@tiptoe.de> - 1.4.18-1 - version 1.4.18 * Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 1.4.15-2 - Rebuilt for Python 3.10 * Fri May 14 2021 Nils Philippsen <nils@tiptoe.de> - 1.4.15-1 - version 1.4.15 * Mon May 10 2021 Nils Philippsen <nils@tiptoe.de> - 1.4.14-1 - version 1.4.14 - drop Python 2.x support - define extras subpackages * Fri Apr 30 2021 Tomas Hrnciar <thrnciar@redhat.com> - 1.3.22-3 - Disabled failing test test_pyodbc_extra_connect_azure * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.22-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Dec 21 2020 Nils Philippsen <nils@tiptoe.de> - 1.3.22-1 - version 1.3.22 * Sun Nov 01 2020 Nils Philippsen <nils@tiptoe.de> - 1.3.20-1 - version 1.3.20 * Tue Aug 18 2020 Nils Philippsen <nils@tiptoe.de> - 1.3.19-1 - version 1.3.19 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.18-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jul 10 2020 Nils Philippsen <nils@tiptoe.de> - 1.3.18-1 - version 1.3.18