Updated to 1.1.0
This commit is contained in:
parent
39a342ec9c
commit
a04fb1cdf1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/imagesize-0.7.1.tar.gz
|
||||
/imagesize-1.0.0.tar.gz
|
||||
/imagesize-1.1.0.tar.gz
|
||||
|
@ -3,8 +3,8 @@
|
||||
%global sum Python module for analyzing image file headers and returning image sizes
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.0.0
|
||||
Release: 8%{?dist}
|
||||
Version: 1.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: %{sum}
|
||||
|
||||
License: MIT
|
||||
@ -60,6 +60,9 @@ py.test-3
|
||||
%{python3_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* 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)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (imagesize-1.0.0.tar.gz) = 1111d284cfdb8b14bc09dd0dd569434c62225f0b8da5ca5c00a740fce095c382efafcba73a4000e38b91418775518707693675c2d3c2dafb1036fc4aadb91e64
|
||||
SHA512 (imagesize-1.1.0.tar.gz) = 11af71a5120decb88450d1bc7609e25e560e448fcaef72c273690ffe3ad06856e6a172e20738a8dd5650efe1ba8d599e797692eb5cae2b7d74a71f1f55438a03
|
||||
|
Loading…
Reference in New Issue
Block a user