diff --git a/python-pytz_deprecation_shim.spec b/python-pytz_deprecation_shim.spec index e48669a..ec17be1 100644 --- a/python-pytz_deprecation_shim.spec +++ b/python-pytz_deprecation_shim.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2-) Name: python-pytz_deprecation_shim Version: 0.1.0.post0 -Release: 1mamba +Release: 2mamba Summary: Shims to make deprecation of pytz easier Group: System/Libraries Vendor: openmamba @@ -11,10 +11,10 @@ URL: https://github.com/pganssle/pytz-deprecation-shim Source: https://pypi.debian.net/pytz-deprecation-shim/pytz_deprecation_shim-%{version}.tar.gz License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel -BuildRequires: python3.7dist(backports.zoneinfo) -BuildRequires: python3.7dist(tzdata) +BuildRequires: libpython311-devel +BuildRequires: python3.11dist(tzdata) ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba BuildRequires: python-build-py3 BuildRequires: python-python_install-py3 @@ -55,5 +55,8 @@ BuildRequires: python-python_install-py3 %doc LICENSE %changelog +* Wed Sep 27 2023 Automatic Build System 0.1.0.post0-2mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Tue Jan 25 2022 Silvan Calarco 0.1.0.post0-1mamba - package created using the webbuild interface