Skip to content

Package names with a dot do not work with pip >= 8.1.2 #187

@vinodc

Description

@vinodc

This issue is similar to the one resolved by devpi:

When asked for a package name containing a dot version 8.1.2 of pip rewrites the package name with a dash instead (e.g. "foo.bar" becomes "foo-bar"). This seems to work fine on PyPI, but not on [localshop]. Downgrading to version 8.1.1 of pip resolves the problem.

I've confirmed this behavior with the latest version of localshop, by uploading a package with a dot in its name.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions