Ben Greiner

Results 141 comments of Ben Greiner

python-blosc does not require this file. It provides it's own FindBlosc.cmake because the CMake package file does not exist yet.

#55 fixes this. Please release a new version (and include LICENSE and the tests into the PYPI package)

pytest-ordering des not look like it is still maintained. Use [pytest-order](https://pypi.org/project/pytest-order/) instead. Or even better: Make your tests independent of each other, putting common setup and teardown stuff into fixtures!

What about the recently increasingly used `%_distconfdir` (`/usr/etc/`)?

Ok thank you. I will take it into account when I adjust %jupyter_move_config

Sorry, I didn't see #22

It might also be worth to migrate away from the [deprecated XML-RPC API](https://warehouse.pypa.io/api-reference/xml-rpc.html) where it is possible.

There is a question on the openSUSE packaging mailing list, when this will be fixed. https://lists.opensuse.org/opensuse-packaging/2020-11/msg00000.html #135 fixes the immediate problem. It would be great if you made a new...

Still an issue with 1.6.1 ``` setup_py_dir = PosixPath('/home/abuild/rpmbuild/BUILD/requirementslib-1.6.1/tests/fixtures/setup_py') pathlib_tmpdir = PosixPath('/tmp/pytest-of-abuild/pytest-11/test_parse_function_call_as_na0') def test_parse_function_call_as_name(setup_py_dir, pathlib_tmpdir): package_dir = pathlib_tmpdir.joinpath("package_with_function_call_as_name").as_posix() setup_dir = setup_py_dir.joinpath("package_with_function_call_as_name").as_posix() shutil.copytree(setup_dir, package_dir) req = Requirement.from_line("-e {}".format(package_dir)) > assert req.name...

FYI we removed the package from openSUSE because it was just not possible to maintain. https://build.opensuse.org/request/show/941716