python3-django-haystack: 3.2.1 -> 3.3.0
This commit is contained in:
parent
bd7d83755e
commit
ae6959a7c0
@ -2,13 +2,13 @@ drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/python3.10/
|
||||
drwxr-xr-x root/root usr/lib/python3.10/site-packages/
|
||||
drwxr-xr-x root/root usr/lib/python3.10/site-packages/django_haystack-3.2.1.dist-info/
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_haystack-3.2.1.dist-info/AUTHORS
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_haystack-3.2.1.dist-info/LICENSE
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_haystack-3.2.1.dist-info/METADATA
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_haystack-3.2.1.dist-info/RECORD
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_haystack-3.2.1.dist-info/WHEEL
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_haystack-3.2.1.dist-info/top_level.txt
|
||||
drwxr-xr-x root/root usr/lib/python3.10/site-packages/django_haystack-3.3.0.dist-info/
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_haystack-3.3.0.dist-info/AUTHORS
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_haystack-3.3.0.dist-info/LICENSE
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_haystack-3.3.0.dist-info/METADATA
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_haystack-3.3.0.dist-info/RECORD
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_haystack-3.3.0.dist-info/WHEEL
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/django_haystack-3.3.0.dist-info/top_level.txt
|
||||
drwxr-xr-x root/root usr/lib/python3.10/site-packages/haystack/
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/haystack/__init__.py
|
||||
drwxr-xr-x root/root usr/lib/python3.10/site-packages/haystack/__pycache__/
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF34hCH/cjnl8Q68TxLN2089BLOeAswjuO8HjDSVykbWari08+ZSNYiCPOmoeS8b+UgBFwwDQfk8Q26iTXiYOsiwc=
|
||||
SHA256 (Pkgfile) = 205ef6e9f8e86a9313953e9a209ac44e40caa7c695f54533425b89b9f892c9a1
|
||||
SHA256 (.footprint) = 8e3152bedaa4def1e122416ec762ab25a161fc6e7977d491c20589f3dee243c4
|
||||
SHA256 (django-haystack-3.2.1.tar.gz) = 97e3197aefc225fe405b6f17600a2534bf827cb4d6743130c20bc1a06f7293a4
|
||||
RWSagIOpLGJF39AIlu/ROT+4vD03ADH/DL8Dh/lQU+p+vPPCm+lfyt8q2qKxJIVn6sWngyhLMD2vYTdjDIgdGq1gU2bHmY2ENAQ=
|
||||
SHA256 (Pkgfile) = bb17f5d25eda6f318e11739b911fcf00faf4d72c81fb62f8e8e839497753c042
|
||||
SHA256 (.footprint) = 298a886549743ee9f3ecb706ce24193bea580d293e16d1bb18b57d41c14045f3
|
||||
SHA256 (django_haystack-3.3.0.tar.gz) = e3ceed6b8000625da14d409eb4dac69894905e2ac8ac18f9bfdb59323ca02eab
|
||||
|
@ -1,16 +1,16 @@
|
||||
# Description: Pluggable search for Django
|
||||
# URL: https://haystacksearch.org/
|
||||
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
||||
# Depends on: python3-django python3-setuptools-scm
|
||||
# Depends on: python3-django
|
||||
# Optional: python3-elasticsearch python3-pysolr python3-whoosh
|
||||
|
||||
name=python3-django-haystack
|
||||
version=3.2.1
|
||||
version=3.3.0
|
||||
release=1
|
||||
source=(https://pypi.org/packages/source/d/django-haystack/django-haystack-$version.tar.gz)
|
||||
source=(https://pypi.org/packages/source/d/django_haystack/django_haystack-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd django-haystack-$version
|
||||
cd django_haystack-$version
|
||||
|
||||
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
|
||||
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
|
||||
|
Loading…
x
Reference in New Issue
Block a user