#120 Stop using private function from productmd
Merged by lsedlar. Opened by lsedlar.
lsedlar/compose-utils stop-using-private-function  into  master

In 1.33 the function was renamed and now is not prefixed by underscore. Let's update to new name. The version requirement in setup.py is updated to version of productmd that contains the change.

Resolves: rhbz#1965933

It seems OK.

pretty please pagure-ci rebuild

pretty please pagure-ci rebuild

The failing test is because of unsupported combination of Python 2.7 and rpm 4.16.

Pull-Request has been merged by lsedlar

What do you think about removing the comment now? Is it still relevant? The phrase "some better way" seems to refer to the use of a private method.

# This should probably be exposed by productmd in some better way.
# Unlike regular open(), this will handle HTTP urls transaprently.

Fair enough, the comment is indeed obsolete now.

Metadata