1 Star 0 Fork 3

gordonwwang/python-tempora

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-tempora.spec 1.97 KB
一键复制 编辑 原始数据 按行查看 历史
gordonwwang 提交于 2023-10-07 15:31 . Upgrade to 5.5.0
%global srcname tempora
Summary: Objects and routines pertaining to date and time (tempora)
Name: python-%{srcname}
Version: 5.5.0
Release: 1%{?dist}
License: MIT
URL: https://github.com/jaraco/tempora
Source0: https://files.pythonhosted.org/packages/source/t/%{srcname}/%{srcname}-%{version}.tar.gz
BuildArch: noarch
%description
Objects and routines pertaining to date and time (tempora).
%package -n python3-%{srcname}
Summary: %{summary}
BuildRequires: python3-devel python3dist(build) python3dist(freezegun) python3dist(jaraco-functools)
BuildRequires: python3dist(pip) python3dist(pytz) python3dist(setuptools) python3dist(six)
BuildRequires: python3dist(setuptools-scm) python3dist(tox) python3dist(tox-current-env)
BuildRequires: python3dist(wheel) python3dist(pytest) python3-more-itertools
%description -n python3-%{srcname}
Objects and routines pertaining to date and time (tempora).
%prep
%autosetup -n %{srcname}-%{version}
sed -i 211,223d tempora/__init__.py
%build
LANG=C.utf-8 %{__python3} -m build --no-isolation
%install
%py3_install_wheel %{srcname}-%{version}-py3-none-any.whl
%check
LANG=C.utf-8 %{__python3} -m pytest --ignore=build
%files -n python3-%{srcname}
%license LICENSE
%doc README.rst
%{_bindir}/calc-prorate
%{python3_sitelib}/%{srcname}*
%changelog
* Sat Oct 07 2023 Wang Guodong <[email protected]> - 5.5.0-1
- Upgrade to version 5.5.0
* Tue Sep 19 2023 OpenCloudOS Release Engineering <[email protected]> - 5.1.0-5
- Rebuilt for python 3.11
* Fri Sep 08 2023 OpenCloudOS Release Engineering <[email protected]> - 5.1.0-4
- Rebuilt for OpenCloudOS Stream 23.09
* Fri Apr 28 2023 OpenCloudOS Release Engineering <[email protected]> - 5.1.0-3
- Rebuilt for OpenCloudOS Stream 23.05
* Fri Mar 31 2023 OpenCloudOS Release Engineering <[email protected]> - 5.1.0-2
- Rebuilt for OpenCloudOS Stream 23
* Thu Dec 29 2022 Shuo Wang <[email protected]> - 5.1.0-1
- initial build
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gordonwwang/python-tempora.git
[email protected]:gordonwwang/python-tempora.git
gordonwwang
python-tempora
python-tempora
master

搜索帮助