pypa / pypa.io

Source code for the pypa.io website
https://pypa.io
26 stars 59 forks source link

Case sensativity #84

Open PyTis opened 2 years ago

PyTis commented 2 years ago

I think this is an issue, I'm not sure.

Look at what I typed in, the two times I entered commands, and look at the output.

` [CURRENT PROJECT: /cygdrive/c/Development/kas ] (skype@IP:96.230.152.2vamp)-[last command: 0 seconds]-(16:22:23 PM Wed Aug 03)-> (~/github/PyTis has 10 files, 139Kb) --> pip install --upgrade pytis Requirement already satisfied: pytis in /usr/local/lib/python3.8/site-packages (8.4.2)

[CURRENT PROJECT: /cygdrive/c/Development/kas ] (skype@IP:96.230.152.2vamp)-[last command: 0 seconds]-(16:22:34 PM Wed Aug 03)-> (~/github/PyTis has 10 files, 139Kb) --> pip install --upgrade PyTis Requirement already satisfied: PyTis in /usr/local/lib/python3.8/site-packages (8.4.2) Collecting PyTis Downloading pytis-8.5.0-py3-none-any.whl (278 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 278.8/278.8 kB 5.8 MB/s eta 0:00:00 Installing collected packages: PyTis Attempting uninstall: PyTis Found existing installation: pytis 8.4.2 Uninstalling pytis-8.4.2: Successfully uninstalled pytis-8.4.2 Successfully installed PyTis-8.5.0` pypi-case-issue

hugovk commented 1 year ago

This repo is for packaging documentation, this is rather a pip or PyPI issue. But anyway, the case doesn't matter.

The second install here coincided with a new release on 3rd August, so everything was working as expected: https://pypi.org/project/pytis/8.5.0/

I suggest we close this.