-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.7.4: sphinx errors #570
Comments
This NullMatcherClass-hashable.patch seems to fix this, or at least it works around the issue. I wonder whether |
https://build.opensuse.org/request/show/901102 by user mcepl + dimstar_suse - Add NullMatcherClass-hashable.patch which adds __hash__ method to NullMatcherClass, so that it works with Sphinx4 (gh#whoosh-community/whoosh#570).
Just checked with sphinx 4.1.1 and looks like all buiulds without errors/warnings and without additional changes. + /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinx
running build_sphinx
Running Sphinx v4.1.1
making output directory... done
loading intersphinx inventory from http://docs.python.org/objects.inv...
intersphinx inventory has moved: http://docs.python.org/objects.inv -> https://docs.python.org/3/objects.inv
building [mo]: targets for 0 po files that are out of date
building [man]: all manpages
updating environment: [new config] 58 added, 0 changed, 0 removed
reading sources... [100%] threads
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... python-Whoosh.3 { releases/index releases/2_0 releases/1_0 releases/0_3 quickstart intro glossary schema indexing searching parsing querylang dates query analysis stemming ngrams facets highlight keywords spelling fieldcaches batch threads nested recipes api/api api/analysis api/codec/base api/collectors api/columns api/fields api/filedb/filestore api/filedb/filetables api/filedb/structfile api/formats api/highlight api/idsets api/index api/lang/morph_en api/lang/porter api/lang/wordnet api/matching api/qparser api/query api/reading api/scoring api/searching api/sorting api/spelling api/support/charset api/support/levenshtein api/util api/writing tech/index tech/backend tech/filedb } done
build succeeded. Feel free to close that ticket. |
BTW do you have any plans to make new release? |
The text was updated successfully, but these errors were encountered: