1 Star 0 Fork 14

wangjunqiang/python-imagesize

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-imagesize.spec 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
wangjunqiang 提交于 2022-04-09 14:09 . update python-imagesize.spec.
%bcond_with tests
Name: python-imagesize
Version: 1.3.0
Release: 1
Summary: This module analyzes image headers and returns image size.
License: MIT
URL: https://github.com/shibukawa/imagesize_py
Source0: https://files.pythonhosted.org/packages/source/i/imagesize/imagesize-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-setuptools
BuildRequires: python3-devel
%if %{with tests}
BuildRequires: python3-pytest
%endif
%description
This module analyzes JPEG/JPEG 2000/PNG/GIF/TIFF image headers and returns image size.
%package -n python3-imagesize
Summary: This module analyzes image headers and returns image size.
%{?python_provide:%python_provide python3-imagesize}
%description -n python3-imagesize
This module analyzes JPEG/JPEG 2000/PNG/GIF/TIFF image headers and returns image size.
%prep
%autosetup -n imagesize-%{version}
rm -rf imagesize.egg-info
%build
%py3_build
%install
%py3_install
%check
%if %{with tests}
py.test-3 --ignore=./test/test_get_filelike.py
%endif
%files -n python3-imagesize
%doc README.rst LICENSE.rst
%{python3_sitelib}/*
%changelog
* Mon Mar 7 2022 duyiwei <duyiwei@kylinos.cn> - 1.3.0-1
- update package to 1.3.0
* Thu Oct 29 2020 tianwei <tianwei@huawei.com> - 1.2.0-2
- delete python2 require
* Thu Jul 23 2020 dingyue <dingyue5@huawei.com> - 1.2.0-1
- Package update
* Mon Nov 25 2019 Ling Yang <lingyang2@huawei.com> - 1.0.0-4
- Package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/geasscore/python-imagesize.git
git@gitee.com:geasscore/python-imagesize.git
geasscore
python-imagesize
python-imagesize
riscv64

搜索帮助

D67c1975 1850385 1daf7b77 1850385