diff --git a/python-tz.spec b/python-tz.spec index d0324db..b8a10c2 100644 --- a/python-tz.spec +++ b/python-tz.spec @@ -1,6 +1,6 @@ Name: python-tz Version: 2025.2 -Release: 1mamba +Release: 2mamba Summary: World Timezone Definitions for Python Group: System/Libraries/Python Vendor: openmamba @@ -10,20 +10,19 @@ URL: https://pythonhosted.org/pytz/ Source: http://pypi.debian.net/pytz/pytz-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython311-devel +BuildRequires: libpython314-devel ## AUTOBUILDREQ-END +BuildRequires: python3 >= 0:3.14.6-2mamba BuildRequires: python3-devel >= 3.11.5-3mamba BuildArch: noarch +Obsoletes: python-tz-py3 < %{?epoch:%{epoch}:}%{version}-%{release} +Provides: python-tz-py3 = %{?epoch:%{epoch}:}%{version}-%{release} %description pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.3 or higher. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo). -%if 0%{?with_pyver} -%pyver_package -%endif - %prep %setup -q -n pytz-%{version} @@ -45,13 +44,16 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%files %{?pyappend} -f %{name}.filelist +%files -f %{name}.filelist %defattr(-,root,root) %dir %{python_sitearch}/pytz-%{version}-py*.egg-info %{python_sitearch}/pytz-%{version}-py*.egg-info/* %doc LICENSE.txt %changelog +* Tue Jul 07 2026 Automatic Build System 2025.2-2mamba +- rebuilt by autoport with build requirements: python3>=0:3.14.6-2mamba + * Tue Mar 25 2025 Automatic Build System 2025.2-1mamba - automatic version update by autodist