python3-django-gravatar2: 1.4.4 -> 1.4.5

This commit is contained in:
Tim Biermann 2024-08-31 10:38:53 +02:00
parent 944b6445bf
commit b5dfc5a9fa
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 12 additions and 12 deletions

View File

@ -22,8 +22,8 @@ drwxr-xr-x root/root usr/lib/python3.10/site-packages/django_gravatar/templateta
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_gravatar/templatetags/gravatar.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_gravatar/tests.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_gravatar/views.py
drwxr-xr-x root/root usr/lib/python3.10/site-packages/django_gravatar2-1.4.4-py3.10.egg-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_gravatar2-1.4.4-py3.10.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_gravatar2-1.4.4-py3.10.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_gravatar2-1.4.4-py3.10.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_gravatar2-1.4.4-py3.10.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/django_gravatar2-1.4.5-py3.10.egg-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_gravatar2-1.4.5-py3.10.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_gravatar2-1.4.5-py3.10.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_gravatar2-1.4.5-py3.10.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_gravatar2-1.4.5-py3.10.egg-info/top_level.txt

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3yA9Pl34Mt5SwACeP/sj3j/a59pLw4sckQ1CQ1wmnzU5DhJTuJP979IEzM6BxbDHngyaFScoDWVw9K3uUiTVvwc=
SHA256 (Pkgfile) = a4b57f1f532020cc43571fc683c538b6a8fc3ccc20702e18c5756502d941a492
SHA256 (.footprint) = 53fbfcb5a1656e61c9fb3fcca904ef32c7204cce57438d3ba519555d1964d869
SHA256 (django-gravatar2-1.4.4.tar.gz) = c813280967511ced93eea0359f60e5369c35b3311efe565c3e5d4ab35c10c9ee
RWSagIOpLGJF3xO8NhB1xRD4PQ1dXaCdCV15CwfgwjfjShJxtGW4DJdBtQP1QJPLfa89nO42KxpJW81mh6B8xK/ApC8LUYmycg4=
SHA256 (Pkgfile) = 7b231d7de859282ea11c53e1fca39c3382676f7297561e7097260de0358351d0
SHA256 (.footprint) = dec9323dedf97e093eeeb1ad4f485dba9fb5be999bb038c248129079200c08f6
SHA256 (django_gravatar2-1.4.5.tar.gz) = 2dbb56465e395dd8b3920d4017e27a4756912cc2ad9b11ba48cf143871a80364

View File

@ -4,12 +4,12 @@
# Depends on: python3-django
name=python3-django-gravatar2
version=1.4.4
version=1.4.5
release=1
source=(https://pypi.org/packages/source/d/django-gravatar2/django-gravatar2-$version.tar.gz)
source=(https://pypi.org/packages/source/d/django_gravatar2/django_gravatar2-$version.tar.gz)
build() {
cd django-gravatar2-$version
cd django_gravatar2-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr \