rebuilt by autoport with build requirements: python3>=0:3.14.6-2mamba [release 2025.2-2mamba;Tue Jul 07 2026]

This commit is contained in:
2026-07-16 13:02:52 +02:00
parent de4696261a
commit 98a8d58568
+9 -7
View File
@@ -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 <autodist@openmamba.org> 2025.2-2mamba
- rebuilt by autoport with build requirements: python3>=0:3.14.6-2mamba
* Tue Mar 25 2025 Automatic Build System <autodist@openmamba.org> 2025.2-1mamba
- automatic version update by autodist