Compare commits

..

No commits in common. 'c9' and 'i8c' have entirely different histories.
c9 ... i8c

2
.gitignore vendored

@ -1 +1 @@
SOURCES/imagesize-1.2.0.tar.gz SOURCES/imagesize-1.0.0.tar.gz

@ -1 +1 @@
b88a92cabe93b5a53faacb1cff4e50f8a2d9427a SOURCES/imagesize-1.2.0.tar.gz fb4b40f8e920bc3fb6c6cbda32708e6ce0ddd0ce SOURCES/imagesize-1.0.0.tar.gz

@ -1,11 +1,17 @@
%bcond_without tests
%global pypi_name imagesize %global pypi_name imagesize
%global sum Python module for analyzing image file headers and returning image sizes %global sum Python module for analyzing image file headers and returning image sizes
%if 0%{?rhel} > 7
# Disable python2 build by default
%bcond_with python2
%else
%bcond_without python2
%endif
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 1.2.0 Version: 1.0.0
Release: 6%{?dist} Release: 2%{?dist}
Summary: %{sum} Summary: %{sum}
License: MIT License: MIT
@ -13,11 +19,15 @@ URL: https://github.com/shibukawa/imagesize_py
Source0: https://files.pythonhosted.org/packages/source/i/%{pypi_name}/%{pypi_name}-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/source/i/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: python%{python3_pkgversion}-setuptools %if %{with python2}
BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python2-setuptools
%if %{with tests} BuildRequires: python2-devel
BuildRequires: python%{python3_pkgversion}-pytest BuildRequires: python2-pytest
%endif %endif # with python2
BuildRequires: python3-setuptools
BuildRequires: python3-devel
BuildRequires: python3-pytest
%description %description
The imagesize package parses image file headers and returns the image sizes. The imagesize package parses image file headers and returns the image sizes.
@ -29,11 +39,27 @@ The imagesize package parses image file headers and returns the image sizes.
This is a pure Python library. This is a pure Python library.
%package -n python%{python3_pkgversion}-%{pypi_name} %if %{with python2}
%package -n python2-%{pypi_name}
Summary: %{sum} Summary: %{sum}
%{?python_provide:%python_provide python%{python3_pkgversion}-%{pypi_name}} %{?python_provide:%python_provide python2-%{pypi_name}}
%description -n python%{python3_pkgversion}-%{pypi_name} %description -n python2-%{pypi_name}
The imagesize package parses image file headers and returns the image sizes.
* PNG
* JPEG
* JPEG2000
* GIF
This is a pure Python library.
%endif # with python2
%package -n python3-%{pypi_name}
Summary: %{sum}
%{?python_provide:%python_provide python3-%{pypi_name}}
%description -n python3-%{pypi_name}
The imagesize package parses image file headers and returns the image sizes. The imagesize package parses image file headers and returns the image sizes.
* PNG * PNG
@ -49,72 +75,41 @@ This is a pure Python library.
rm -rf %{pypi_name}.egg-info rm -rf %{pypi_name}.egg-info
%build %build
%if %{with python2}
%py2_build
%endif # with python2
%py3_build %py3_build
%install %install
%py3_install %py3_install
%if %{with python2}
%py2_install
%endif # with python2
%if %{with tests}
%check %check
%if %{with python2}
py.test-2
%endif # with python2
py.test-3 py.test-3
%endif
%files -n python%{python3_pkgversion}-%{pypi_name} %if %{with python2}
%files -n python2-%{pypi_name}
%doc README.rst
%license LICENSE.rst
%{python2_sitelib}/*
%endif # with python2
%files -n python3-%{pypi_name}
%doc README.rst %doc README.rst
%license LICENSE.rst %license LICENSE.rst
%{python3_sitelib}/* %{python3_sitelib}/*
%changelog %changelog
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.0-6 * Thu Dec 07 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.0.0-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Rebuilt for MSVSphere 8.8
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.0-5
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Jan 18 2021 Avram Lubkin <aviso@rockhopper.net> - 1.2.0-3
- Use Python macros
- Add test conditional
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Sat Jun 20 2020 Avram Lubkin <aviso@rockhopper.net> - 1.2.0-1
- Updated to 1.2.0
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 1.1.0-3
- Rebuilt for Python 3.9
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Mon Oct 28 2019 Avram Lubkin <aviso@rockhopper.net> - 1.1.0-1
- Updated to 1.1.0
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.0.0-8
- Rebuilt for Python 3.8.0rc1 (#1748018)
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 1.0.0-7
- Rebuilt for Python 3.8
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Wed Mar 20 2019 Miro Hrončok <mhroncok@redhat.com> - 1.0.0-5
- Subpackage python2-imagesize has been removed
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Thu Jun 14 2018 Miro Hrončok <mhroncok@redhat.com> - 1.0.0-2 * Thu Jun 14 2018 Charalampos Stratakis <cstratak@redhat.com> - 1.0.0-2
- Rebuilt for Python 3.7 - Conditionalize the python2 subpackage
* Mon Apr 16 2018 Avram Lubkin <aviso@rockhopper.net> - 1.0.0-1 * Mon Apr 16 2018 Avram Lubkin <aviso@rockhopper.net> - 1.0.0-1
- Updated to 1.0.0 (bz#1545961) - Updated to 1.0.0 (bz#1545961)

Loading…
Cancel
Save