Updated to 1.0.0
This commit is contained in:
parent
899ba45c0f
commit
6787942516
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/imagesize-0.7.1.tar.gz
|
||||
/imagesize-1.0.0.tar.gz
|
||||
|
@ -3,15 +3,13 @@
|
||||
%global sum Python module for analyzing image file headers and returning image sizes
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.7.1
|
||||
Release: 7%{?dist}
|
||||
Version: 1.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: %{sum}
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/shibukawa/imagesize_py
|
||||
#Source0: https://files.pythonhosted.org/packages/source/i/%%{pypi_name}/%%{pypi_name}-%%{version}.tar.gz
|
||||
# PyPi source does not include test image files, pull from github until next release
|
||||
Source0: https://github.com/shibukawa/imagesize_py/archive/%{version}.tar.gz#/%{pypi_name}-%{version}.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/source/i/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python2-setuptools
|
||||
@ -90,6 +88,9 @@ py.test-3
|
||||
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
|
||||
|
||||
%changelog
|
||||
* Mon Apr 16 2018 Avram Lubkin <aviso@rockhopper.net> - 1.0.0-1
|
||||
- Updated to 1.0.0 (bz#1545961)
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user