forked from ports/contrib
python3-pillow: 8.1.1 -> 8.1.2
This commit is contained in:
parent
8127fc80b7
commit
d4f028756b
@ -287,9 +287,9 @@ drwxr-xr-x root/root usr/lib/python3.9/site-packages/PIL/__pycache__/
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/PIL/_version.py
|
||||
-rwxr-xr-x root/root usr/lib/python3.9/site-packages/PIL/_webp.cpython-39-x86_64-linux-gnu.so
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/PIL/features.py
|
||||
drwxr-xr-x root/root usr/lib/python3.9/site-packages/Pillow-8.1.1-py3.9.egg-info/
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/Pillow-8.1.1-py3.9.egg-info/PKG-INFO
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/Pillow-8.1.1-py3.9.egg-info/SOURCES.txt
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/Pillow-8.1.1-py3.9.egg-info/dependency_links.txt
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/Pillow-8.1.1-py3.9.egg-info/top_level.txt
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/Pillow-8.1.1-py3.9.egg-info/zip-safe
|
||||
drwxr-xr-x root/root usr/lib/python3.9/site-packages/Pillow-8.1.2-py3.9.egg-info/
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/Pillow-8.1.2-py3.9.egg-info/PKG-INFO
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/Pillow-8.1.2-py3.9.egg-info/SOURCES.txt
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/Pillow-8.1.2-py3.9.egg-info/dependency_links.txt
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/Pillow-8.1.2-py3.9.egg-info/top_level.txt
|
||||
-rw-r--r-- root/root usr/lib/python3.9/site-packages/Pillow-8.1.2-py3.9.egg-info/zip-safe
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF35b1wwPwJz+cPiNrCwK1o8F7OycEIrNswA0/kDeWxfl1lUgBZWWmTUtIScxOBbvLNE9Y8OC2vluV6m6ZSeb5rgU=
|
||||
SHA256 (Pkgfile) = ac20c06369655711e3e4b00d1d42e25bb941abe9dde01819aec437401d31fb59
|
||||
SHA256 (.footprint) = 2b8d80179c90009b84fdfaf21087350ffba7f4bb2b1bc89295315ec995b1db25
|
||||
SHA256 (Pillow-8.1.1.tar.gz) = f6fc18f9c9c7959bf58e6faf801d14fafb6d4717faaf6f79a68c8bb2a13dcf20
|
||||
RWSagIOpLGJF3whlYFe3g6eXoMD44mGX7hmWIzvXAMuDNd5FCyQVZbQH/vQK+FqXVcdnyUCLL6/VvBwjCmtAf2J+ZS04J49AtAo=
|
||||
SHA256 (Pkgfile) = 4524dbd6d5fe1e60639b2c022185dab460581cc2c1fb374029d5e7d3a432ada6
|
||||
SHA256 (.footprint) = c787641751f7af535007633595c29f1597942a565205b75306f461e8418cb47a
|
||||
SHA256 (Pillow-8.1.2.tar.gz) = 4b99c0a07e8bc4048b4f37ee515d02cc2f895453afe534e4b00bfe2f2a2dbe39
|
||||
|
@ -6,9 +6,10 @@
|
||||
|
||||
name=python3-pillow
|
||||
_name=Pillow
|
||||
version=8.1.1
|
||||
version=8.1.2
|
||||
release=1
|
||||
source=(https://files.pythonhosted.org/packages/source/${_name:0:1}/$_name/$_name-$version.tar.gz)
|
||||
source=(https://github.com/python-pillow/Pillow/archive/$version/$_name-$version.tar.gz)
|
||||
#https://files.pythonhosted.org/packages/source/${_name:0:1}/$_name/$_name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $_name-$version
|
||||
|
Loading…
x
Reference in New Issue
Block a user