Update to 8.0.1
This commit is contained in:
parent
5778f13ade
commit
c46f189ded
1
.gitignore
vendored
1
.gitignore
vendored
@ -51,3 +51,4 @@
|
|||||||
/Pillow-7.1.2.tar.gz
|
/Pillow-7.1.2.tar.gz
|
||||||
/Pillow-7.2.0.tar.gz
|
/Pillow-7.2.0.tar.gz
|
||||||
/Pillow-8.0.0.tar.gz
|
/Pillow-8.0.0.tar.gz
|
||||||
|
/Pillow-8.0.1.tar.gz
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
%global with_docs 1
|
%global with_docs 1
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 8.0.0
|
Version: 8.0.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Python image processing library
|
Summary: Python image processing library
|
||||||
|
|
||||||
@ -186,6 +186,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 23 2020 Sandro Mani <manisandro@gmail.com> - 8.0.1-1
|
||||||
|
- Update to 8.0.1
|
||||||
|
|
||||||
* Thu Oct 15 2020 Sandro Mani <manisandro@gmail.com> - 8.0.0-1
|
* Thu Oct 15 2020 Sandro Mani <manisandro@gmail.com> - 8.0.0-1
|
||||||
- Update to 8.0.0
|
- Update to 8.0.0
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
diff -rupN Pillow-8.0.0/docs/Makefile Pillow-8.0.0-new/docs/Makefile
|
diff -rupN --no-dereference Pillow-8.0.1/docs/Makefile Pillow-8.0.1-new/docs/Makefile
|
||||||
--- Pillow-8.0.0/docs/Makefile 2020-10-14 18:02:53.000000000 +0200
|
--- Pillow-8.0.1/docs/Makefile 2020-10-22 17:05:53.000000000 +0200
|
||||||
+++ Pillow-8.0.0-new/docs/Makefile 2020-10-15 22:52:19.990771090 +0200
|
+++ Pillow-8.0.1-new/docs/Makefile 2020-10-23 13:59:47.536824451 +0200
|
||||||
@@ -42,7 +42,7 @@ clean:
|
@@ -42,7 +42,7 @@ clean:
|
||||||
-rm -rf $(BUILDDIR)/*
|
-rm -rf $(BUILDDIR)/*
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Pillow-8.0.0.tar.gz) = 4f126e39a8c4ff7cb83ed263e04e5921fe55d5167fca98b59ffecb95f994b2487b9b7ca83151c017d915f9d3cc05b71da44de7b9cfa418f1c70574234c1b9c83
|
SHA512 (Pillow-8.0.1.tar.gz) = 41b4ea786990c834f77ad06b64f465bc8f3a65911cf14bb05f452316fdf504e5e49b2bb50a9346f207187e79f83c5b6d310d703d1588f678b606584b1f27ce6a
|
||||||
|
Loading…
Reference in New Issue
Block a user