Update to 8.4.0
This commit is contained in:
parent
c50c3af3f6
commit
3cc53d730b
1
.gitignore
vendored
1
.gitignore
vendored
@ -58,3 +58,4 @@
|
||||
/Pillow-8.2.0.tar.gz
|
||||
/Pillow-8.3.1.tar.gz
|
||||
/Pillow-8.3.2.tar.gz
|
||||
/Pillow-8.4.0.tar.gz
|
||||
|
@ -7,7 +7,7 @@
|
||||
%global with_docs 1
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 8.3.2
|
||||
Version: 8.4.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Python image processing library
|
||||
|
||||
@ -197,6 +197,9 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Oct 15 2021 Sandro Mani <manisandro@gmail.com> - 8.4.0-1
|
||||
- Update to 8.4.0
|
||||
|
||||
* Fri Sep 03 2021 Sandro Mani <manisandro@gmail.com> - 8.3.2-1
|
||||
- Update to 8.3.2
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference Pillow-8.3.2/docs/conf.py Pillow-8.3.2-new/docs/conf.py
|
||||
--- Pillow-8.3.2/docs/conf.py 2021-09-02 14:13:00.000000000 +0200
|
||||
+++ Pillow-8.3.2-new/docs/conf.py 2021-09-03 22:11:12.495804744 +0200
|
||||
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
|
||||
@@ -30,12 +30,10 @@ needs_sphinx = "2.4"
|
||||
# ones.
|
||||
extensions = [
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference Pillow-8.3.2/docs/Makefile Pillow-8.3.2-new/docs/Makefile
|
||||
--- Pillow-8.3.2/docs/Makefile 2021-09-02 14:13:00.000000000 +0200
|
||||
+++ Pillow-8.3.2-new/docs/Makefile 2021-09-03 22:11:12.402804021 +0200
|
||||
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
|
||||
@@ -42,7 +42,7 @@ clean:
|
||||
-rm -rf $(BUILDDIR)/*
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Pillow-8.3.2.tar.gz) = 668e97abcd36e42dafa433e8814a0106fe742ab093b12748c13dd9f3f872d18f8b9d44c1a8d4115aa87969a98b53c36ae4783cc3804e2d9a1249eef300555c88
|
||||
SHA512 (Pillow-8.4.0.tar.gz) = d395f69ccb37c52a3b6f45836700ffbc3173afae31848cc61d7b47db88ca1594541023beb9a14fd9067aca664e182c7d6e3300ab3e3095c31afe8dcbc6e08233
|
||||
|
Loading…
Reference in New Issue
Block a user