Print

Print


  Branch: refs/heads/stable-5.4.x
  Home:   https://github.com/xrootd/xrootd
  Commit: aaccf809d5d6597383e4138e3e2bdb34e455fbb6
      https://github.com/xrootd/xrootd/commit/aaccf809d5d6597383e4138e3e2bdb34e455fbb6
  Author: Matthew Feickert <[log in to unmask]>
  Date:   2022-02-22 (Tue, 22 Feb 2022)

  Changed paths:
    M bindings/python/setup.py.in
    M packaging/wheel/setup.py

  Log Message:
  -----------
  [pip] Sanitize release candidates versions to PEP 440

Ensure release candidates are all sanitized to
the PEP 440 form of <major>.<minor>.<patch>rc<candidate>.

Example:

```
from pip._vendor.packaging.version import Version
Version("v5.4.1-rc2")  # <Version('5.4.1rc2')>
Version("v5.4.1.rc2")  # <Version('5.4.1rc2')>
Version("v5.4.1rc2")  # <Version('5.4.1rc2')>
```

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1