Python 3.9

Bug #1912053 reported by fossdd
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
pkginfo
Fix Released
Undecided
Unassigned

Bug Description

I'm using Arch and Python 3.9.1 and i've tried to install twine with pip.

Is there anything I can do, or should pkginfo updated to python 3.9?

Revision history for this message
fossdd (fossdd) wrote :
Tres Seaver (tseaver)
Changed in pkginfo:
status: New → Fix Released
Revision history for this message
Tres Seaver (tseaver) wrote :

I have just pushed version 1.7.0 to PyPI, with explicit support for Python 3.9:

https://pypi.org/project/pkginfo/1.7.0/

However, I don't believe that this release is going to fix your problem (which isn't actually in 'pkginfo', AFAICT), because I was able to install the older version under 3.9:

```
$ python3.9 -m venv /tmp/pkginfo-3.9
$ /tmp/pkginfo-3.9/bin/pip install --upgrade setuptools pip wheel
Looking in links: file:///home/tseaver/.pip/wheels
Collecting setuptools
  Using cached setuptools-51.1.2-py3-none-any.whl (784 kB)
Collecting pip
  Using cached pip-20.3.3-py2.py3-none-any.whl (1.5 MB)
Collecting wheel
  Using cached wheel-0.36.2-py2.py3-none-any.whl (35 kB)
Installing collected packages: setuptools, pip, wheel
  Attempting uninstall: setuptools
    Found existing installation: setuptools 49.2.1
    Uninstalling setuptools-49.2.1:
      Successfully uninstalled setuptools-49.2.1
  Attempting uninstall: pip
    Found existing installation: pip 20.2.3
    Uninstalling pip-20.2.3:
      Successfully uninstalled pip-20.2.3
Successfully installed pip-20.3.3 setuptools-51.1.2 wheel-0.36.2
[/home/tseaver]
$ /tmp/pkginfo-3.9/bin/pip install pkginfo==1.6.1
Looking in links: file:///home/tseaver/.pip/wheels
Collecting pkginfo==1.6.1
  Downloading pkginfo-1.6.1-py2.py3-none-any.whl (25 kB)
Installing collected packages: pkginfo
Successfully installed pkginfo-1.6.1
[/home/tseaver]
$ /tmp/pkginfo-3.9/bin/pip install --upgrade pkginfo==1.7.0
Looking in links: file:///home/tseaver/.pip/wheels
Collecting pkginfo==1.7.0
  Downloading pkginfo-1.7.0-py2.py3-none-any.whl (25 kB)
Installing collected packages: pkginfo
  Attempting uninstall: pkginfo
    Found existing installation: pkginfo 1.6.1
    Uninstalling pkginfo-1.6.1:
      Successfully uninstalled pkginfo-1.6.1
Successfully installed pkginfo-1.7.0
```

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.