Update to 9.0.1
This commit is contained in:
parent
883fd25bdf
commit
bbf9f0e373
1
.gitignore
vendored
1
.gitignore
vendored
@ -60,3 +60,4 @@
|
||||
/Pillow-8.3.2.tar.gz
|
||||
/Pillow-8.4.0.tar.gz
|
||||
/Pillow-9.0.0.tar.gz
|
||||
/Pillow-9.0.1.tar.gz
|
||||
|
@ -10,8 +10,8 @@
|
||||
%endif
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 9.0.0
|
||||
Release: 2%{?dist}
|
||||
Version: 9.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Python image processing library
|
||||
|
||||
# License: see http://www.pythonware.com/products/pil/license.htm
|
||||
@ -200,6 +200,9 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 03 2022 Sandro Mani <manisandro@gmail.com> - 9.0.1-1
|
||||
- Update to 9.0.1
|
||||
|
||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference Pillow-8.4.0/docs/conf.py Pillow-8.4.0-new/docs/conf.py
|
||||
--- Pillow-8.4.0/docs/conf.py 2021-10-15 08:27:22.000000000 +0200
|
||||
+++ Pillow-8.4.0-new/docs/conf.py 2021-10-15 11:32:09.405154834 +0200
|
||||
diff -rupN --no-dereference Pillow-9.0.1/docs/conf.py Pillow-9.0.1-new/docs/conf.py
|
||||
--- Pillow-9.0.1/docs/conf.py 2022-02-03 00:45:27.000000000 +0100
|
||||
+++ Pillow-9.0.1-new/docs/conf.py 2022-02-03 08:56:43.525506916 +0100
|
||||
@@ -30,12 +30,10 @@ needs_sphinx = "2.4"
|
||||
# ones.
|
||||
extensions = [
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference Pillow-8.4.0/docs/Makefile Pillow-8.4.0-new/docs/Makefile
|
||||
--- Pillow-8.4.0/docs/Makefile 2021-10-15 08:27:22.000000000 +0200
|
||||
+++ Pillow-8.4.0-new/docs/Makefile 2021-10-15 11:32:09.304156180 +0200
|
||||
diff -rupN --no-dereference Pillow-9.0.1/docs/Makefile Pillow-9.0.1-new/docs/Makefile
|
||||
--- Pillow-9.0.1/docs/Makefile 2022-02-03 00:45:27.000000000 +0100
|
||||
+++ Pillow-9.0.1-new/docs/Makefile 2022-02-03 08:56:43.436506725 +0100
|
||||
@@ -42,7 +42,7 @@ clean:
|
||||
-rm -rf $(BUILDDIR)/*
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Pillow-9.0.0.tar.gz) = d2fd74dd1b8824d994e3767ef9794175dd2f4adc8173612432a3e171705723ee8757d299a87fb1c010b40919792c1ca76578f41977ee3303ccb6f75165deb791
|
||||
SHA512 (Pillow-9.0.1.tar.gz) = 73893fe079bb2405c87b73b13b6eff198fb8970a891a7c9586bd2620ea0310d54cb35b1d594c6c6d3859e47d8d467700f987ae32aa6d3dc4a2e9286e8749869e
|
||||
|
Loading…
Reference in New Issue
Block a user