Sun, 24 Nov 2024 12:52:50 UTC | login

Information for build python-psycopg2-2.8.5-1.fc33

ID156416
Package Namepython-psycopg2
Version2.8.5
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-psycopg2.git#773518dc4198244252453bef97e30e93ba17718d
SummaryA PostgreSQL database adapter for Python
DescriptionPsycopg is the most popular PostgreSQL adapter for the Python programming language. At its core it fully implements the Python DB API 2.0 specifications. Several extensions allow access to many of the features offered by PostgreSQL.
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 03 May 2020 14:30:21 UTC
CompletedSun, 03 May 2020 14:57:08 UTC
Taskbuild (f33, /rpms/python-psycopg2.git:773518dc4198244252453bef97e30e93ba17718d)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-psycopg2.git#773518dc4198244252453bef97e30e93ba17718d'}}
Tags
f33
RPMs
src
python-psycopg2-2.8.5-1.fc33.src.rpm (info) (download)
riscv64
python-psycopg2-doc-2.8.5-1.fc33.riscv64.rpm (info) (download)
python3-psycopg2-2.8.5-1.fc33.riscv64.rpm (info) (download)
python3-psycopg2-debug-2.8.5-1.fc33.riscv64.rpm (info) (download)
python3-psycopg2-tests-2.8.5-1.fc33.riscv64.rpm (info) (download)
python-psycopg2-debuginfo-2.8.5-1.fc33.riscv64.rpm (info) (download)
python-psycopg2-debugsource-2.8.5-1.fc33.riscv64.rpm (info) (download)
python3-psycopg2-debug-debuginfo-2.8.5-1.fc33.riscv64.rpm (info) (download)
python3-psycopg2-debuginfo-2.8.5-1.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Tue Apr 21 2020 Patrik Novotný <panovotn@redhat.com> - 2.8.5-1 - Rebase to upstream version 2.8.5 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Nov 06 2019 Lumír Balhar <lbalhar@redhat.com> - 2.8.4-1 - New upstream version 2.8.4 - bcond check renamed to bcond tests * Sun Oct 20 2019 Miro Hrončok <mhroncok@redhat.com> - 2.8.3-2 - Package python2-psycopg2 removed on Fedora 32+ (rhbz#1761216) * Mon Sep 09 2019 Devrim Gündüz <devrim@gunduz.org> - 2.8.3-1 - Update to 2.8.3 * Mon Sep 09 2019 Miro Hrončok <mhroncok@redhat.com> - 2.7.7-5 - Package python2-psycopg2-debug removed on Fedora 32+ (rhbz#1747670) * Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 2.7.7-4 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue May 14 2019 Miro Hrončok <mhroncok@redhat.com> - 2.7.7-2 - Fixes for 3.8.0a4 rebuild Resolves: 1693641 * Tue Feb 05 2019 Pavel Raiskup <praiskup@redhat.com> - 2.7.7-1 - update to the latest upstream release * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.5-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Oct 03 2018 Pavel Raiskup <praiskup@redhat.com> - 2.7.5-5 - prepare --without=debugrpms option (rhbz#1635166) - get the python2 packages back for a while (rhbz#1634973) * Wed Oct 03 2018 Pavel Raiskup <praiskup@redhat.com> - 2.7.5-4 - drop python2* on f30+ (rhbz#1634973) - use proper compiler/linker flags (rhbz#1631713) - correct the (build)requires * Tue Jul 17 2018 Pavel Raiskup <praiskup@redhat.com> - 2.7.5-3 - standalone installable doc subpackage * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 2.7.5-2 - Rebuilt for Python 3.7 * Mon Jun 18 2018 Pavel Raiskup <praiskup@redhat.com> - 2.7.5-1 - rebase to latest upstream release, per release notes: http://initd.org/psycopg/articles/2018/06/17/psycopg-275-released/ * Sat Jun 16 2018 Miro Hrončok <mhroncok@redhat.com> - 2.7.4-5 - Rebuilt for Python 3.7 * Mon May 21 2018 Pavel Raiskup <praiskup@redhat.com> - 2.7.4-4 - fix for python 3.7, by mhroncok