Update to 9.1.1
This commit is contained in:
parent
93aa46c031
commit
9215e07613
1
.gitignore
vendored
1
.gitignore
vendored
@ -62,3 +62,4 @@
|
|||||||
/Pillow-9.0.0.tar.gz
|
/Pillow-9.0.0.tar.gz
|
||||||
/Pillow-9.0.1.tar.gz
|
/Pillow-9.0.1.tar.gz
|
||||||
/Pillow-9.1.0.tar.gz
|
/Pillow-9.1.0.tar.gz
|
||||||
|
/Pillow-9.1.1.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
diff -rupN --no-dereference Pillow-9.1.0/setup.py Pillow-9.1.0-new/setup.py
|
diff -rupN --no-dereference Pillow-9.1.1/setup.py Pillow-9.1.1-new/setup.py
|
||||||
--- Pillow-9.1.0/setup.py 2022-04-01 09:48:32.000000000 +0200
|
--- Pillow-9.1.1/setup.py 2022-05-17 12:33:52.000000000 +0200
|
||||||
+++ Pillow-9.1.0-new/setup.py 2022-04-05 11:57:42.418117639 +0200
|
+++ Pillow-9.1.1-new/setup.py 2022-05-20 23:52:00.467965674 +0200
|
||||||
@@ -135,7 +135,7 @@ class RequiredDependencyException(Except
|
@@ -135,7 +135,7 @@ class RequiredDependencyException(Except
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@ -64,9 +64,9 @@ diff -rupN --no-dereference Pillow-9.1.0/setup.py Pillow-9.1.0-new/setup.py
|
|||||||
self._update_extension("PIL._imagingtk", tk_libs)
|
self._update_extension("PIL._imagingtk", tk_libs)
|
||||||
|
|
||||||
build_ext.build_extensions(self)
|
build_ext.build_extensions(self)
|
||||||
diff -rupN --no-dereference Pillow-9.1.0/src/libImaging/ImPlatform.h Pillow-9.1.0-new/src/libImaging/ImPlatform.h
|
diff -rupN --no-dereference Pillow-9.1.1/src/libImaging/ImPlatform.h Pillow-9.1.1-new/src/libImaging/ImPlatform.h
|
||||||
--- Pillow-9.1.0/src/libImaging/ImPlatform.h 2022-04-01 09:48:32.000000000 +0200
|
--- Pillow-9.1.1/src/libImaging/ImPlatform.h 2022-05-17 12:33:52.000000000 +0200
|
||||||
+++ Pillow-9.1.0-new/src/libImaging/ImPlatform.h 2022-04-05 11:57:42.418117639 +0200
|
+++ Pillow-9.1.1-new/src/libImaging/ImPlatform.h 2022-05-20 23:52:00.468965741 +0200
|
||||||
@@ -28,7 +28,7 @@
|
@@ -28,7 +28,7 @@
|
||||||
#if defined(_WIN32) || defined(__CYGWIN__)
|
#if defined(_WIN32) || defined(__CYGWIN__)
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 9.1.0
|
Version: 9.1.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Python image processing library
|
Summary: Python image processing library
|
||||||
|
|
||||||
@ -299,6 +299,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 20 2022 Sandro Mani <manisandro@gmail.com> - 9.1.1-1
|
||||||
|
- Update to 9.1.1
|
||||||
|
|
||||||
* Tue Apr 05 2022 Sandro Mani <manisandro@gmail.com> - 9.1.0-1
|
* Tue Apr 05 2022 Sandro Mani <manisandro@gmail.com> - 9.1.0-1
|
||||||
- Update to 9.1.0
|
- Update to 9.1.0
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
diff -rupN --no-dereference Pillow-9.1.0/docs/conf.py Pillow-9.1.0-new/docs/conf.py
|
diff -rupN --no-dereference Pillow-9.1.1/docs/conf.py Pillow-9.1.1-new/docs/conf.py
|
||||||
--- Pillow-9.1.0/docs/conf.py 2022-04-01 09:48:32.000000000 +0200
|
--- Pillow-9.1.1/docs/conf.py 2022-05-17 12:33:52.000000000 +0200
|
||||||
+++ Pillow-9.1.0-new/docs/conf.py 2022-04-05 11:57:42.313119360 +0200
|
+++ Pillow-9.1.1-new/docs/conf.py 2022-05-20 23:52:00.377959658 +0200
|
||||||
@@ -30,12 +30,10 @@ needs_sphinx = "2.4"
|
@@ -30,12 +30,10 @@ needs_sphinx = "2.4"
|
||||||
# ones.
|
# ones.
|
||||||
extensions = [
|
extensions = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
diff -rupN --no-dereference Pillow-9.1.0/docs/Makefile Pillow-9.1.0-new/docs/Makefile
|
diff -rupN --no-dereference Pillow-9.1.1/docs/Makefile Pillow-9.1.1-new/docs/Makefile
|
||||||
--- Pillow-9.1.0/docs/Makefile 2022-04-01 09:48:32.000000000 +0200
|
--- Pillow-9.1.1/docs/Makefile 2022-05-17 12:33:52.000000000 +0200
|
||||||
+++ Pillow-9.1.0-new/docs/Makefile 2022-04-05 11:57:42.212121016 +0200
|
+++ Pillow-9.1.1-new/docs/Makefile 2022-05-20 23:52:00.287953642 +0200
|
||||||
@@ -46,7 +46,7 @@ install-sphinx:
|
@@ -46,7 +46,7 @@ install-sphinx:
|
||||||
|
|
||||||
html:
|
html:
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Pillow-9.1.0.tar.gz) = 22ef3a98a36ca8162447b6c716a0a9cff79ae9bf1007b7f835e0a8529fc6a062bea77afff17f444586989fff3e30589a595db34dc78e1e4000b966e8d10172f1
|
SHA512 (Pillow-9.1.1.tar.gz) = 8c05c0af6be992667d764046c6d7c189e1486d6ab987474c15e3bc8a64b9955d4c91d94b94ea46ef6d1c6f343ba424240dfa7d758c666bec40fa580728206a5f
|
||||||
|
Loading…
Reference in New Issue
Block a user