1 Star 0 Fork 14

lixiaoyong1/python-dateutil

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-dateutil.spec 2.80 KB
一键复制 编辑 原始数据 按行查看 历史
lixiaoyong1 提交于 2024-07-21 22:08 . update version to 2.9.0
%global _name dateutil
%global _description The dateutil module provides powerful extensions to the standard datetime module, available in Python.
Name: python-dateutil
Version: 2.9.0
Release: 1
Epoch: 1
Summary: Powerful extensions to datetime
License: Apache 2.0 or BSD or Python
URL: https://github.com/dateutil/dateutil
Source0: https://files.pythonhosted.org/packages/source/p/python-dateutil/python-dateutil-%{version}.tar.gz
BuildArch: noarch
%description
%{_description}
%package -n python3-%{_name}
Summary: %{summary}
Buildrequires: python3-devel python3-setuptools python3-setuptools_scm python3-six
Buildrequires: python3-pytest python3-freezegun python3-hypothesis python3-sortedcontainers
Requires: python3-six tzdata
%{?python_provide:%python_provide python3-%{_name}}
%description -n python3-%{_name}
%{_description}
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
%build
%py3_build
%install
%py3_install
%check
rm setup.cfg
export LANG=en_US.UTF-8
%{__python3} -m pytest
%files -n python3-%{_name}
%defattr(-,root,root)
%doc README.rst
%license LICENSE
%{python3_sitelib}/%{_name}/
%{python3_sitelib}/*info
%files help
%defattr(-,root,root)
%doc NEWS PKG-INFO RELEASING
%changelog
* Mon Jul 22 2024 lixiaoyong <lixiaoyong@kylinos.cn> - 1:2.9.0-1
- Type:update
- ID:NA
- SUG:NA
- DESC:update version to 2.9.0
Made all dateutil submodules lazily imported using PEP 562
Removed a call to datetime.utcfromtimestamp, which is deprecated as of Python 3.12
* Tue Aug 09 2022 shixuantong <shixuantong@h-partners.com> - 2.8.2-3
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:remove gdb Buildrequires
* Wed Jan 05 2022 shixuantong <shixuantong@huawei.com> - 2.8.2-2
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:add python3-sortedcontainers to Buildrequires
* Sat Nov 13 2021 liudabo<liudabo1@huawei.com> - 2.8.2-1
- Type:NA
- ID:NA
- SUG:NA
- DESC:update version to 2.8.2
* Tue Jan 19 2021 tianwei<tianwei12@huawei.com> - 2.8.1-3
- Type:NA
- ID:NA
- SUG:NA
- DESC: fix Unknown pytest.mark.no_cover fail in make check
* Fri Oct 30 2020 shixuantong<shixuantong@huawei.com> - 2.8.1-2
- Type:NA
- ID:NA
- SUG:NA
- DESC:remove python2 dependency
* Thu Jul 23 2020 dingyue<dingyue5@huawei.com> - 1:2.8.1-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:modify the license
* Fri Sep 27 2019 shenyangyang<shenyangyang4@huawei.com> - 1:2.7.0-7
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:modify the license
* Fri Sep 27 2019 shenyangyang<shenyangyang4@huawei.com> - 1:2.7.0-6
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:move license file
* Thu Sep 5 2019 shenyangyang<shenyangyang4@huawei.com> - 1:2.7.0-5
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:optimize the method to provide default version of python-name
* Fri Aug 23 2019 openEuler Buildteam <buildteam@openeuler.org> - 1:2.7.0-4
- Package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lixiaoyong1/python-dateutil.git
git@gitee.com:lixiaoyong1/python-dateutil.git
lixiaoyong1
python-dateutil
python-dateutil
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385