-
-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
xapian omega 1.4.19 #96713
xapian omega 1.4.19 #96713
Conversation
4187dfc
to
0e3b3a2
Compare
@alebcay feel free to merge this if you're happy with staying on |
I plan to make the adjustment later today back to |
0e3b3a2
to
a13e863
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, I just noticed that another way to solve any dependent breakage from switching to Python 3.10 might be to also build the bindings for Python 3.9 until we've migrated the dependents. But we can consider that if/when we need to.
🤖 A scheduled task has triggered a merge. |
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?As far as I can tell, the only Python dependency in
xapian
is for bindings. Moreover, it requires thesphinx
Python module fromsphinx-doc
formula. Sincesphinx-doc
formula is now using[email protected]
:xapian
from[email protected]
to[email protected]
[:build, :test]
since it's really optional at runtimeUpstream also seems to have addressed xapian/xapian#319, but looks like a flat namespace patch is also needed (the issue in the linked PR affects the bindings, but the flat namespace issue was found in the dylib itself - so the removal of the
inreplace
is unrelated to the flat namespace issue).Bump
omega
too;xapian
andomega
should be bumped together it seems (or, at least it seems eachomega
release requires the correspondingxapian
release to be present/merged).