Update to 1.4.1
This commit is contained in:
parent
60f27fcfce
commit
afd5cb4096
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/imagesize-1.0.0.tar.gz
|
/imagesize-1.0.0.tar.gz
|
||||||
/imagesize-1.1.0.tar.gz
|
/imagesize-1.1.0.tar.gz
|
||||||
/imagesize-1.2.0.tar.gz
|
/imagesize-1.2.0.tar.gz
|
||||||
|
/imagesize-1.4.1.tar.gz
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
%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
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.2.0
|
Version: 1.4.1
|
||||||
Release: 9%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: %{sum}
|
Summary: %{sum}
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -56,7 +56,8 @@ rm -rf %{pypi_name}.egg-info
|
|||||||
|
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
%check
|
%check
|
||||||
py.test-3
|
# test_get_filelike requires internet connection, hence we disable it
|
||||||
|
py.test-3 -k 'not test_get_filelike'
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -n python%{python3_pkgversion}-%{pypi_name}
|
%files -n python%{python3_pkgversion}-%{pypi_name}
|
||||||
@ -65,6 +66,9 @@ py.test-3
|
|||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 04 2022 Karolina Surma <ksurma@redhat.com> - 1.4.1-3
|
||||||
|
- Update to the newest upstream version 1.4.1
|
||||||
|
|
||||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-9
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (imagesize-1.2.0.tar.gz) = c82a7fe433064c3a60ed664bad8ce4e602c527bcf2f7c9ab9be6ed650654626d9e0907028b2b0c5a484712bc989335b2b4f66494c8d445f5043ed4c2bc519700
|
SHA512 (imagesize-1.4.1.tar.gz) = f191d7fe34a01ab21b0f4f6519df8ab2a53c1ca54956f4d825d9cec5bd5f4c569491bdc26cb36fcaad2c453c35e51f69379f091362e206453aaefbda4802daa4
|
||||||
|
Loading…
Reference in New Issue
Block a user