python-imagesize/python-imagesize.spec

65 lines
2.0 KiB
RPMSpec
Raw Normal View History

2019-11-30 11:04:53 +08:00
Name: python-imagesize
2021-12-27 12:04:40 +08:00
Version: 1.3.0
2024-05-27 17:14:39 +08:00
Release: 6
2019-11-30 11:04:53 +08:00
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
2024-05-27 17:14:39 +08:00
Patch0001: 0001-added-support-for-webp-files.patch
Patch0002: 0002-fixed-support-for-VP8X.patch
Patch0003: 0003-Update-imagesize.py.patch
2019-11-30 11:04:53 +08:00
BuildArch: noarch
2020-10-29 11:08:14 +08:00
BuildRequires: python3-setuptools
2019-11-30 11:04:53 +08:00
BuildRequires: python3-devel python3-pytest
%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
2023-11-28 11:44:57 +08:00
%autosetup -n imagesize-%{version} -p1
2019-11-30 11:04:53 +08:00
rm -rf imagesize.egg-info
%build
%py3_build
%install
%py3_install
%check
2022-01-07 11:20:32 +08:00
py.test-3 --ignore=./test/test_get_filelike.py
2019-11-30 11:04:53 +08:00
%files -n python3-imagesize
%doc README.rst LICENSE.rst
%{python3_sitelib}/*
%changelog
2024-05-27 17:14:39 +08:00
* Thu Dec 28 2023 zhangliangpengkun<zhangliangpengkun@xfusion.com> - 1.3.0-6
- Update imagesize.py
* Fri Dec 22 2023 zhangliangpengkun<zhangliangpengkun@xfusion.com> - 1.3.0-5
- fixed support for VP8X
* Thu Oct 19 2023 zhangliangpengkun<zhangliangpengkun@xfusion.com> - 1.3.0-4
2023-11-28 11:44:57 +08:00
- added support for webp files
* Tue Oct 25 2022 zhangruifang <zhangruifang1@h-partners.com> - 1.3.0-3
- Rebuild for next release
2022-01-07 11:20:32 +08:00
* Fri Jan 07 2022 renhongxun <renhongxun@huawei.com> - 1.3.0-2
- fix tests
2021-12-27 12:04:40 +08:00
* Mon Dec 27 2021 yanglongkang <yanglongkang@huawei.com> - 1.3.0-1
- update package to 1.3.0
2020-10-29 11:08:14 +08:00
* Thu Oct 29 2020 tianwei <tianwei@huawei.com> - 1.2.0-2
- delete python2 require
2020-07-23 19:12:11 +08:00
* Thu Jul 23 2020 dingyue <dingyue5@huawei.com> - 1.2.0-1
- Package update
2019-11-30 11:04:53 +08:00
* Mon Nov 25 2019 Ling Yang <lingyang2@huawei.com> - 1.0.0-4
- Package init