|
|
|
@ -1,28 +1,22 @@
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
|
%bcond_without python3
|
|
|
|
|
%bcond_without python3_debug
|
|
|
|
|
%if 0%{?fedora} > 31
|
|
|
|
|
%bcond_with python2
|
|
|
|
|
%bcond_with python2_debug
|
|
|
|
|
%else
|
|
|
|
|
%bcond_without python2
|
|
|
|
|
%bcond_without python2_debug
|
|
|
|
|
%endif
|
|
|
|
|
%bcond_without python3
|
|
|
|
|
%if 0%{?fedora} > 29
|
|
|
|
|
%bcond_with python2
|
|
|
|
|
%else
|
|
|
|
|
%bcond_without python2
|
|
|
|
|
%endif
|
|
|
|
|
%else
|
|
|
|
|
%if 0%{?rhel} > 7
|
|
|
|
|
%bcond_with python2
|
|
|
|
|
%bcond_without python3
|
|
|
|
|
%bcond_with python2_debug
|
|
|
|
|
%bcond_without python3_debug
|
|
|
|
|
%else
|
|
|
|
|
%bcond_without python2
|
|
|
|
|
%bcond_with python3
|
|
|
|
|
%bcond_without python2_debug
|
|
|
|
|
%bcond_with python3_debug
|
|
|
|
|
%endif
|
|
|
|
|
%if 0%{?rhel} > 7
|
|
|
|
|
%bcond_with python2
|
|
|
|
|
%bcond_without python3
|
|
|
|
|
%else
|
|
|
|
|
%bcond_without python2
|
|
|
|
|
%bcond_with python3
|
|
|
|
|
%endif
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%bcond_without tests
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%bcond_with debugrpms
|
|
|
|
|
|
|
|
|
|
%global srcname psycopg2
|
|
|
|
|
%global sum A PostgreSQL database adapter for Python
|
|
|
|
@ -31,11 +25,8 @@ 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.
|
|
|
|
|
|
|
|
|
|
%global python_runtimes \\\
|
|
|
|
|
%{?with_python2:python2} \\\
|
|
|
|
|
%{?with_python2_debug:python2-debug} \\\
|
|
|
|
|
%{?with_python3:python3} \\\
|
|
|
|
|
%{?with_python3_debug:python3-debug}
|
|
|
|
|
%global python_runtimes %{?with_python2:python2 %{?with_debugrpms:python2-debug}} \\\
|
|
|
|
|
%{?with_python3:python3 %{?with_debugrpms:python3-debug}}
|
|
|
|
|
|
|
|
|
|
%{!?with_python2:%{!?with_python3:%{error:one python version needed}}}
|
|
|
|
|
|
|
|
|
@ -49,24 +40,23 @@ features offered by PostgreSQL.
|
|
|
|
|
|
|
|
|
|
Summary: %{sum}
|
|
|
|
|
Name: python-%{srcname}
|
|
|
|
|
Version: 2.8.6
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Version: 2.7.5
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
# The exceptions allow linking to OpenSSL and PostgreSQL's libpq
|
|
|
|
|
License: LGPLv3+ with exceptions
|
|
|
|
|
Url: http://initd.org/psycopg/
|
|
|
|
|
Group: Applications/Databases
|
|
|
|
|
Url: http://www.psycopg.org/psycopg/
|
|
|
|
|
|
|
|
|
|
Source0: http://initd.org/psycopg/tarballs/PSYCOPG-2-8/psycopg2-%{version}.tar.gz
|
|
|
|
|
Source0: http://www.psycopg.org/psycopg/tarballs/PSYCOPG-2-7/psycopg2-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
%{?with_python2:BuildRequires: python2-devel python2-setuptools}
|
|
|
|
|
%{?with_python3:BuildRequires: python3-devel python3-setuptools}
|
|
|
|
|
%{?with_python2_debug:BuildRequires: python2-debug}
|
|
|
|
|
%{?with_python3_debug:BuildRequires: python3-debug}
|
|
|
|
|
%{?with_python2:BuildRequires: %{?with_debugrpms:/usr/bin/python2-debug} python2-devel}
|
|
|
|
|
%{?with_python3:BuildRequires: %{?with_debugrpms:/usr/bin/python3-debug} python3-devel}
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: pkgconfig(libpq)
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: pkgconfig(libpq)
|
|
|
|
|
|
|
|
|
|
# For testsuite
|
|
|
|
|
%if %{with tests}
|
|
|
|
|
%if %{with check}
|
|
|
|
|
BuildRequires: postgresql-test-rpm-macros
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
@ -92,10 +82,9 @@ Requires: python2-%srcname = %version-%release
|
|
|
|
|
%description -n python2-%{srcname}-tests
|
|
|
|
|
%desc
|
|
|
|
|
This sub-package delivers set of tests for the adapter.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with python2_debug}
|
|
|
|
|
%if %{with debugrpms}
|
|
|
|
|
%package -n python2-%{srcname}-debug
|
|
|
|
|
Summary: A PostgreSQL database adapter for Python 2 (debug build)
|
|
|
|
|
# Require the base package, as we're sharing .py/.pyc files:
|
|
|
|
@ -105,7 +94,8 @@ Requires: python2-%{srcname} = %{version}-%{release}
|
|
|
|
|
%description -n python2-%{srcname}-debug
|
|
|
|
|
This is a build of the psycopg PostgreSQL database adapter for the debug
|
|
|
|
|
build of Python 2.
|
|
|
|
|
%endif
|
|
|
|
|
%endif # debugrpms
|
|
|
|
|
%endif # python2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with python3}
|
|
|
|
@ -124,10 +114,9 @@ Requires: python3-%srcname = %version-%release
|
|
|
|
|
%description -n python3-%{srcname}-tests
|
|
|
|
|
%desc
|
|
|
|
|
This sub-package delivers set of tests for the adapter.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with python3_debug}
|
|
|
|
|
%if %{with debugrpms}
|
|
|
|
|
%package -n python3-psycopg2-debug
|
|
|
|
|
Summary: A PostgreSQL database adapter for Python 3 (debug build)
|
|
|
|
|
# Require base python 3 package, as we're sharing .py/.pyc files:
|
|
|
|
@ -136,17 +125,16 @@ Requires: python3-psycopg2 = %{version}-%{release}
|
|
|
|
|
%description -n python3-%{srcname}-debug
|
|
|
|
|
This is a build of the psycopg PostgreSQL database adapter for the debug
|
|
|
|
|
build of Python 3.
|
|
|
|
|
%endif
|
|
|
|
|
%endif # debugrpms
|
|
|
|
|
%endif # python3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package doc
|
|
|
|
|
Summary: Documentation for psycopg python PostgreSQL database adapter
|
|
|
|
|
Group: Documentation
|
|
|
|
|
%{?with_python2:Provides: python2-%{srcname}-doc = %{version}-%{release}}
|
|
|
|
|
%{?with_python3:Provides: python3-%{srcname}-doc = %{version}-%{release}}
|
|
|
|
|
|
|
|
|
|
# For a smoother upgrade from RHEL 8
|
|
|
|
|
%{?with_python3:Obsoletes: python39-psycopg2-doc < %{version}-%{release}}
|
|
|
|
|
|
|
|
|
|
%description doc
|
|
|
|
|
Documentation and example files for the psycopg python PostgreSQL
|
|
|
|
|
database adapter.
|
|
|
|
@ -157,6 +145,7 @@ database adapter.
|
|
|
|
|
Summary: Zope Database Adapter ZPsycopgDA
|
|
|
|
|
# The exceptions allow linking to OpenSSL and PostgreSQL's libpq
|
|
|
|
|
License: GPLv2+ with exceptions or ZPLv1.0
|
|
|
|
|
Group: Applications/Databases
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
Requires: zope
|
|
|
|
|
|
|
|
|
@ -180,7 +169,7 @@ for i in `find doc -iname "*.html"`; do sed -i 's/\r//' $i; done
|
|
|
|
|
for i in `find doc -iname "*.css"`; do sed -i 's/\r//' $i; done
|
|
|
|
|
|
|
|
|
|
# Get rid of a "hidden" file that rpmlint complains about
|
|
|
|
|
%{__rm} -f doc/html/.buildinfo
|
|
|
|
|
rm -f doc/html/.buildinfo
|
|
|
|
|
|
|
|
|
|
# We can not build docs now:
|
|
|
|
|
# https://www.postgresql.org/message-id/2741387.dvL6Cb0VMB@nb.usersys.redhat.com
|
|
|
|
@ -188,7 +177,7 @@ for i in `find doc -iname "*.css"`; do sed -i 's/\r//' $i; done
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
%if %{with tests}
|
|
|
|
|
%if %{with check}
|
|
|
|
|
export PGTESTS_LOCALE=C.UTF-8
|
|
|
|
|
%postgresql_tests_run
|
|
|
|
|
|
|
|
|
@ -196,7 +185,7 @@ export PSYCOPG2_TESTDB=${PGTESTS_DATABASES##*:}
|
|
|
|
|
export PSYCOPG2_TESTDB_HOST=$PGHOST
|
|
|
|
|
export PSYCOPG2_TESTDB_PORT=$PGPORT
|
|
|
|
|
|
|
|
|
|
cmd="import tests; tests.unittest.main(defaultTest='tests.test_suite')"
|
|
|
|
|
cmd="from psycopg2 import tests; tests.unittest.main(defaultTest='tests.test_suite')"
|
|
|
|
|
|
|
|
|
|
%if %{with python2}
|
|
|
|
|
PYTHONPATH=%buildroot%python2_sitearch %__python2 -c "$cmd" --verbose
|
|
|
|
@ -204,7 +193,7 @@ PYTHONPATH=%buildroot%python2_sitearch %__python2 -c "$cmd" --verbose
|
|
|
|
|
%if %{with python3}
|
|
|
|
|
PYTHONPATH=%buildroot%python3_sitearch %__python3 -c "$cmd" --verbose
|
|
|
|
|
%endif
|
|
|
|
|
%endif
|
|
|
|
|
%endif # check
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
@ -213,23 +202,9 @@ for python in %{python_runtimes} ; do
|
|
|
|
|
$python setup.py install --no-compile --root %{buildroot}
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
# Upstream removed tests from the package so we need to add them manually
|
|
|
|
|
%if %{with python2}
|
|
|
|
|
cp -r tests/ %{buildroot}%{python2_sitearch}/%{srcname}/tests/
|
|
|
|
|
for i in `find %{buildroot}%{python2_sitearch}/%{srcname}/tests/ -iname "*.py"`; do
|
|
|
|
|
sed -i 's|#!/usr/bin/env python|#!/usr/bin/python2|' $i
|
|
|
|
|
done
|
|
|
|
|
%endif
|
|
|
|
|
%if %{with python3}
|
|
|
|
|
cp -r tests/ %{buildroot}%{python3_sitearch}/%{srcname}/tests/
|
|
|
|
|
for i in `find %{buildroot}%{python3_sitearch}/%{srcname}/tests/ -iname "*.py"`; do
|
|
|
|
|
sed -i 's|#!/usr/bin/env python|#!/usr/bin/python3|' $i
|
|
|
|
|
done
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if %zope
|
|
|
|
|
%{__install} -d %{buildroot}%{ZPsycopgDAdir}
|
|
|
|
|
%{__cp} -pr ZPsycopgDA/* %{buildroot}%{ZPsycopgDAdir}
|
|
|
|
|
install -d %{buildroot}%{ZPsycopgDAdir}
|
|
|
|
|
cp -pr ZPsycopgDA/* %{buildroot}%{ZPsycopgDAdir}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# This test is skipped on 3.7 and has a syntax error so brp-python-bytecompile would choke on it
|
|
|
|
@ -249,14 +224,14 @@ done
|
|
|
|
|
|
|
|
|
|
%files -n python2-%{srcname}-tests
|
|
|
|
|
%{python2_sitearch}/psycopg2/tests
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with python2_debug}
|
|
|
|
|
%if %{with debugrpms}
|
|
|
|
|
%files -n python2-%{srcname}-debug
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%{python2_sitearch}/psycopg2/_psycopg_d.so
|
|
|
|
|
%endif
|
|
|
|
|
%endif # debugrpms
|
|
|
|
|
%endif # python2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with python3}
|
|
|
|
@ -265,7 +240,7 @@ done
|
|
|
|
|
%doc AUTHORS NEWS README.rst
|
|
|
|
|
%dir %{python3_sitearch}/psycopg2
|
|
|
|
|
%{python3_sitearch}/psycopg2/*.py
|
|
|
|
|
%{python3_sitearch}/psycopg2/_psycopg.cpython-%{python3_version_nodots}[!d]*.so
|
|
|
|
|
%{python3_sitearch}/psycopg2/_psycopg.cpython-3?m*.so
|
|
|
|
|
%dir %{python3_sitearch}/psycopg2/__pycache__
|
|
|
|
|
%{python3_sitearch}/psycopg2/__pycache__/*.py{c,o}
|
|
|
|
|
%{python3_sitearch}/psycopg2-%{version}-py3*.egg-info
|
|
|
|
@ -273,19 +248,19 @@ done
|
|
|
|
|
|
|
|
|
|
%files -n python3-%{srcname}-tests
|
|
|
|
|
%{python3_sitearch}/psycopg2/tests
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with python3_debug}
|
|
|
|
|
%if %{with debugrpms}
|
|
|
|
|
%files -n python3-psycopg2-debug
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%{python3_sitearch}/psycopg2/_psycopg.cpython-%{python3_version_nodots}d*.so
|
|
|
|
|
%endif
|
|
|
|
|
%{python3_sitearch}/psycopg2/_psycopg.cpython-3?dm*.so
|
|
|
|
|
%endif # debugrpms
|
|
|
|
|
%endif # python3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc doc
|
|
|
|
|
%doc doc examples/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %zope
|
|
|
|
@ -301,102 +276,42 @@ done
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Feb 08 2022 Tomáš Hrnčiar <thrnciar@redhat.com> - 2.8.6-6
|
|
|
|
|
- Add automatically generated Obsoletes tag with the python39- prefix
|
|
|
|
|
for smoother upgrade from RHEL8
|
|
|
|
|
- Add manual Obsoletes for python39-psycopg2-doc
|
|
|
|
|
- Related: rhbz#1990421
|
|
|
|
|
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2.8.6-5
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.8.6-4
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 2.7.5-7
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Mon Feb 08 2021 Pavel Raiskup <praiskup@redhat.com> - 2.8.6-3
|
|
|
|
|
- rebuild for libpq ABI fix rhbz#1908268
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.6-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Sep 17 2020 Patrik Novotný <panovotn@redhat.com> - 2.8.6-1
|
|
|
|
|
- Rebase to upstream version 2.8.6
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.5-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 2.8.5-2
|
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
* Fri Oct 05 2018 Pavel Raiskup <praiskup@redhat.com> - 2.7.5-7
|
|
|
|
|
- bump the NVR to beat the NVR from module
|
|
|
|
|
|
|
|
|
|
* 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)
|
|
|
|
|
- sync with Fedora Rawide
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
* Thu Aug 02 2018 Pavel Raiskup <praiskup@redhat.com> - 2.7.5-4
|
|
|
|
|
- re-enable testsuite
|
|
|
|
|
|
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.5-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
* Wed Aug 01 2018 Lumír Balhar <lbalhar@redhat.com> - 2.7.5-3
|
|
|
|
|
- Disable failing tests
|
|
|
|
|
|
|
|
|
|
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 2.7.5-2
|
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
* Wed Jul 18 2018 Tomas Orsava <torsava@redhat.com> - 2.7.5-2
|
|
|
|
|
- BuildRequire also python36-rpm-macros as part of the python36 module build
|
|
|
|
|
|
|
|
|
|
* 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/
|
|
|
|
|
* Tue Jul 17 2018 Pavel Raiskup <praiskup@redhat.com> - 2.7.5-1
|
|
|
|
|
- sync with fedora rawhide
|
|
|
|
|
|
|
|
|
|
* Sat Jun 16 2018 Miro Hrončok <mhroncok@redhat.com> - 2.7.4-5
|
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
* Tue May 01 2018 Tomas Orsava <torsava@redhat.com> - 2.7.4-5
|
|
|
|
|
- Let the doc subpackage be standalone installable
|
|
|
|
|
|
|
|
|
|
* Mon May 21 2018 Pavel Raiskup <praiskup@redhat.com> - 2.7.4-4
|
|
|
|
|
- fix for python 3.7, by mhroncok
|
|
|
|
|
* Wed Apr 25 2018 Tomas Orsava <torsava@redhat.com> - 2.7.4-4
|
|
|
|
|
- Make requires on python36-devel/debug dependant on a python36_module bcond
|
|
|
|
|
|
|
|
|
|
* Fri Apr 13 2018 Pavel Raiskup <praiskup@redhat.com> - 2.7.4-3
|
|
|
|
|
- depend on postgresql-test-rpm-macros
|
|
|
|
|
* Mon Apr 23 2018 Tomas Orsava <torsava@redhat.com> - 2.7.4-3
|
|
|
|
|
- Revert switching Python 3 subpackages to the python3X- prefix
|
|
|
|
|
- Switch only the requires for python3-devel/debug to the python36-prefix:
|
|
|
|
|
the rest of the packages in the python36 collection will have the python3
|
|
|
|
|
prefix to be unified with the Python 3 packages for Platform-Python
|
|
|
|
|
|
|
|
|
|
* Fri Apr 13 2018 Pavel Raiskup <praiskup@redhat.com> - 2.7.4-2
|
|
|
|
|
- re-enable testsuite
|
|
|
|
|
* Wed Apr 18 2018 Tomas Orsava <torsava@redhat.com> - 2.7.4-2
|
|
|
|
|
- Switch the Python 3 subpackages to the python3X- prefix using
|
|
|
|
|
the %{python3_pkgversion} macro
|
|
|
|
|
|
|
|
|
|
* Mon Feb 12 2018 Pavel Raiskup <praiskup@redhat.com> - 2.7.4-1
|
|
|
|
|
- rebase to latest upstream release, per release notes:
|
|
|
|
|