1 Star 0 Fork 12

张梁鹏堃/python-itsdangerous

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-itsdangerous.spec 1.68 KB
一键复制 编辑 原始数据 按行查看 历史
houyingchao 提交于 2022-05-31 14:35 . Upgrade to 2.1.2
%global debug_package %{nil}
Name: python-itsdangerous
Version: 2.1.2
Release: 1
Summary: Various helpers to pass data to untrusted environments and to get it back safe and sound.
License: BSD
URL: http://pythonhosted.org/itsdangerous/
Source0: https://github.com/pallets/itsdangerous/archive/refs/tags/2.1.2.tar.gz
BuildArch: noarch
BuildRequires: python3-devel python3-pytest python3-freezegun
%description
Various helpers to pass data to untrusted environments and to get it back safe and sound.
Data is cryptographically signed to ensure that a token has not been tampered with.
%package -n python3-itsdangerous
Summary: Various helpers to pass data to untrusted environments and to get it back safe and sound for python3.
%{?python_provide:%python_provide python3-itsdangerous}
%description -n python3-itsdangerous
Various helpers to pass data to untrusted environments and to get it back safe and sound for python3.
Data is cryptographically signed to ensure that a token has not been tampered with.
%prep
%autosetup -n itsdangerous-%{version}
%build
%py3_build
%install
%py3_install
%check
PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version}
%files -n python3-itsdangerous
%license LICENSE.rst
%doc CHANGES.rst README.rst
%{python3_sitelib}/itsdangerous/
%{python3_sitelib}/itsdangerous*.egg-info/
%changelog
* Tue May 31 2022 houyingchao <[email protected]> - 2.1.2-1
- Upgrade to 2.1.2
* Wed Oct 21 2020 leiju <[email protected]> - 1.1.0-3
- remove python2 subpackage
* Tue Sep 29 2020 liuweibo <[email protected]> - 1.1.0-2
- Fix Source0
* Tue Nov 5 2019 openEuler Buildteam <[email protected]> - 1.1.0-1
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhang-liang-pengkun/python-itsdangerous.git
[email protected]:zhang-liang-pengkun/python-itsdangerous.git
zhang-liang-pengkun
python-itsdangerous
python-itsdangerous
master

搜索帮助