Skip to content

Updated spec to provide python2 and python3 packages

This merge modifies the ligo-gracedb.spec file to provide both python2 and python3 packages:

  • python2-ligo-gracedb
  • python34-ligo-gracedb (el7)

The python2-ligo-gracedb package definition includes the following

Provides: %{name}
Obsoletes: %{name} < 1.27-2

such that (in theory) packages that currently depend on ligo-gracedb should be able to pick up the latest version without updating immediately. That said, perhaps @adam-mercer should be consulted to confirm this behaviour.

This should not be merged and tagged for release until lscsoft/ligo-common!1 (merged) has been merged and put into production.

Merge request reports