FS#61649 - python-pipenv installs the wrong version

Attached to Project: Community Packages
Opened by Christopher Snowhill (kode54) - Wednesday, 06 February 2019, 11:49 GMT
Last edited by Morten Linderud (Foxboron) - Sunday, 24 November 2019, 11:18 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Andrew Crerar (andrewSC)
Morten Linderud (Foxboron)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 5
Private No

Details

Description:
The python-pipenv package appears to have been mistagged upstream, and an older version made it into the package. There is an incorrect `2018.11.26` tag upstream, which refers to the packaged version. The latest version string from `master` is `2018.11.27`, and there is probably no tag to go with that exact version.

Additional info:
* package version(s)
python-pipenv 2018.11.26-1

Steps to reproduce:
0. Install python-pipenv
1. Execute `pipenv --version`
2. Observe output version string of `2018.11.15.dev0`
This task depends upon

Closed by  Morten Linderud (Foxboron)
Sunday, 24 November 2019, 11:18 GMT
Reason for closing:  Upstream
Comment by Hendrik (Hendrikto) - Monday, 04 November 2019, 19:40 GMT
Any update on this? This bug still persists in version 2018.11.26-2.

$ pacman -Qi python-pipenv
Name : python-pipenv
Version : 2018.11.26-2
Description : Sacred Marriage of Pipfile, Pip, & Virtualenv.
Architecture : any
URL : https://docs.pipenv.org
Licenses : MIT
Groups : None
Provides : None
Depends On : python python-pip python-pew python-virtualenv python-virtualenv-clone
python-certifi
Optional Deps : None
Required By : None
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 24.74 MiB
Packager : Morten Linderud <foxboron@archlinux.org>
Build Date : Sat 28 Sep 2019 05:07:27 PM CEST
Install Date : Mon 04 Nov 2019 08:34:01 PM CET
Install Reason : Explicitly installed
Install Script : No
Validated By : Signature
$ pipenv --version
pipenv, version 2018.11.15.dev0
Comment by Bastien (Kerybas) - Tuesday, 05 November 2019, 21:31 GMT
The problem seems to be on pipenv github side.
I downloaded the archive from there:
https://github.com/pypa/pipenv/releases/tag/v2018.11.26

Both zip and tar.gz contains a __version__.py file showing:
__version__ = "2018.11.15.dev0"

Here is the github discussion that I relaunched:
https://github.com/pypa/pipenv/issues/3326#issuecomment-550033071

Loading...