%global _empty_manifest_terminate_build 0
Name: python-types-python-dateutil
Version: 2.9.0.20251115
Release: 1
Summary: A PEP 561 type stub package for the python-dateutil package.
License: Apache-2.0
URL: https://github.com/python/typeshed
Source0: https://files.pythonhosted.org/packages/source/t/types_python_dateutil/types_python_dateutil-%{version}.tar.gz
BuildArch: noarch
%description
A PEP 561 type stub package for the python-dateutil package.
%package -n python3-types-python-dateutil
Summary: A PEP 561 type stub package for the python-dateutil package.
Provides: python-types-python-dateutil
# Base build requires
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pbr
BuildRequires: python3-pip
BuildRequires: python3-wheel
%description -n python3-types-python-dateutil
A PEP 561 type stub package for the python-dateutil package.
%package help
Summary: Development documents and examples for types-python-dateutil.
Provides: python3-types-python-dateutil-doc
%description help
Development documents and examples for types-python-dateutil.
%prep
%autosetup -n types_python_dateutil-%{version}
%build
%py3_build
%install
%py3_install
install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
pushd %{buildroot}
if [ -d usr/lib ]; then
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/lib64 ]; then
find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/bin ]; then
find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/sbin ]; then
find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
fi
touch doclist.lst
if [ -d usr/share/man ]; then
find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
fi
popd
mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst .
%files -n python3-types-python-dateutil -f filelist.lst
%dir %{python3_sitelib}/*
%files help -f doclist.lst
%{_docdir}/*
%changelog
* Tue Nov 18 2025 lvwq <lvwenqiang@kylinos.cn> - 2.9.0.20251115-1
- Update to 2.9.0.20251115
* Fri Nov 14 2025 zhangxiaolu <zhangxiaolu@kylinos.cn> - 2.9.0.20251108-1
- update to version 2.9.0.20251108
* Tue Sep 30 2025 zhangyulong <zhangyulong@kylinos.cn> - 2.9.0.20250822-1
- Update package to version 2.9.0.20250822
-Add slots to third-party packages using stubdefaulter
-Mark stub-only private symbols in third-party stubs
-Add missing stubs
-Replace Incomplete | None = None in third party stubs
-Use union instead of overloads in dateutil
* Thu Nov 07 2024 caiyuxin <caiyuxin@kylinos.cn> - 2.9.0.20241003-1
- Update package to version 2.9.0.20241003
* Enable failing test
* Add dateutil.parser.UnknownTimezoneWarning
* Fix types for python-dateutil's relativedelta
* Wed Jul 24 2024 kywqs <weiqingsong@kylinos.cn> - 2.9.0.20240316-1
- update version to 2.9.0.20240316
* Wed Jan 31 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 2.8.19.20240106-1
- Init package