Update to 6.2.0
This commit is contained in:
parent
28aeda9df6
commit
45afc237ea
1
.gitignore
vendored
1
.gitignore
vendored
@ -43,3 +43,4 @@
|
||||
/Pillow-5.4.1.tar.gz
|
||||
/Pillow-6.0.0.tar.gz
|
||||
/Pillow-6.1.0.tar.gz
|
||||
/Pillow-6.2.0.tar.gz
|
||||
|
@ -13,8 +13,8 @@
|
||||
%global with_docs 1
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 6.1.0
|
||||
Release: 4%{?dist}
|
||||
Version: 6.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Python image processing library
|
||||
|
||||
# License: see http://www.pythonware.com/products/pil/license.htm
|
||||
@ -51,7 +51,7 @@ BuildRequires: python3-setuptools
|
||||
%if 0%{?with_docs}
|
||||
BuildRequires: python3-sphinx
|
||||
BuildRequires: python3-sphinx_rtd_theme
|
||||
%endif # with_docs
|
||||
%endif
|
||||
BuildRequires: python3-tkinter
|
||||
%endif
|
||||
|
||||
@ -136,7 +136,7 @@ BuildArch: noarch
|
||||
Requires: python3-%{srcname} = %{version}-%{release}
|
||||
%{?python_provide:%python_provide python3-%{srcname}-doc}
|
||||
Provides: python3-imaging-doc = %{version}-%{release}
|
||||
Obsoletes: python2-%{srcname}-doc
|
||||
Obsoletes: python2-%{srcname}-doc < 5.4.1-4
|
||||
|
||||
%description -n python3-%{srcname}-doc
|
||||
Documentation for %{srcname}.
|
||||
@ -180,7 +180,7 @@ Qt %{srcname} image wrapper.
|
||||
%if 0%{?with_docs}
|
||||
PYTHONPATH=$PWD/build/%py3_libbuilddir make -C docs html BUILDDIR=_build_py3 SPHINXBUILD=sphinx-build-%python3_version
|
||||
rm -f docs/_build_py3/html/.buildinfo
|
||||
%endif # with_docs
|
||||
%endif
|
||||
%endif
|
||||
|
||||
|
||||
@ -251,7 +251,7 @@ popd
|
||||
%files -n python3-%{srcname}-doc
|
||||
%if 0%{?with_docs}
|
||||
%doc docs/_build_py3/html
|
||||
%endif # with_docs
|
||||
%endif
|
||||
|
||||
%files -n python3-%{srcname}-tk
|
||||
%{python3_sitearch}/PIL/_imagingtk*
|
||||
@ -267,6 +267,9 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 01 2019 Sandro Mani <manisandro@gmail.com> - 6.2.0-1
|
||||
- Update to 6.2.0
|
||||
|
||||
* Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 6.1.0-4
|
||||
- Rebuilt for Python 3.8
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Pillow-6.1.0.tar.gz) = 7374691736641112480e7276b58a73851d635dc844862f70b0ecab6c6190abfbd0f54c3ecb6f246a66ed5f3e44741f3c4b52e739154e9880f385cbb116e1b537
|
||||
SHA512 (Pillow-6.2.0.tar.gz) = 9de48d9acdb4367325fb16f970bb533dc369b895615169e0ec77155b400d878e3ebb67f706243ff3e81cc957f9b5360ca8206d4f7fb2d00e9474abb9925bf9d5
|
||||
|
Loading…
Reference in New Issue
Block a user