Files
_ObsPrj/_config
2025-08-13 16:31:42 +02:00

47 lines
1.7 KiB
Plaintext

# This is in future replaced by cryptodomex
Prefer: -python3-pycrypto -python38-pycrypto -python39-pycrypto -python2-pycrypto -python-pycrypto
# There are unsinglespec-ed packages that we want to shadow out
Prefer: -python-appdirs -python-dateutil -python-configparser -python-six
Prefer: -python-pathlib2 -python-subprocess32 -python-contextlib2 -python-backports.functools_lru_cache
Prefer: -python39-urllib3_1 -python310-urllib3_1 -python311-urllib3_1
Prefer: -python310-packaging
# transition to py3.11
Prefer: -python311-packaging
Prefer: -python311-setuptools
Prefer: -python311-setuptools-whell
# Prepare drop of python-rpm-macros (bsc#1180125)
Ignore: rpm-build-python:python-rpm-macros
# Renamed to pypi name (importlib_metadata)
Prefer: -python3-importlib-metadata
# Forked html5lib
Prefer: -python310-html5lib -python311-html5lib -python312-html5lib -python313-html5lib
%if "%_repository" == "15.6"
Ignore: python310-pip:ca-certificates
Ignore: python311-pip:ca-certificates
Ignore: python312-pip:ca-certificates
%endif
# old version of anyio
Prefer: -python39-anyio3 -python310-anyio3 -python311-anyio3 -python312-anyio3
# ignore -devel-mini packages of postgres
Prefer: libpq5
Ignore: postgresql12-devel-mini:this-is-only-for-build-envs
Ignore: postgresql13-devel-mini:this-is-only-for-build-envs
Ignore: postgresql14-devel-mini:this-is-only-for-build-envs
Ignore: postgresql15-devel-mini:this-is-only-for-build-envs
Ignore: postgresql16-devel-mini:this-is-only-for-build-envs
Macros:
%want_reproducible_builds 1
%source_date_epoch_from_changelog Y
%clamp_mtime_to_source_date_epoch Y
%use_source_date_epoch_as_buildtime Y
%build_mtime_policy clamp_to_source_date_epoch
%_buildhost reproducible
:Macros