[Twisted-Python] Pip's Twisted 19.7.0 package is offered to upgrade my v19.2.1...
Hello. I cannot figure out how to report this minor bug of a minor upgrade issue (https://github.com/twisted/twisted didn't have an issues section) that I noticed since last week: $ pip list --outdated DEPRECATION: Python 3.4 support has been deprecated. pip 19.1 will be the last one supporting it. Please upgrade your Python as Python 3.4 won't be maintained after March 2019 (cf PEP 429). Package Version Latest Type ------- ------- ------ ----- Twisted 19.2.1 19.7.0 sdist $ pip install --upgrade Twisted DEPRECATION: Python 3.4 support has been deprecated. pip 19.1 will be the last one supporting it. Please upgrade your Python as Python 3.4 won't be maintained after March 2019 (cf PEP 429). Collecting Twisted Using cached https://files.pythonhosted.org/packages/61/31/3855dcacd1d3b2e60c0b4ccc8e727b... ERROR: Complete output from command python setup.py egg_info: ERROR: Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-2h_su73e/Twisted/setup.py", line 20, in <module> setuptools.setup(**_setup["getSetupArgs"]()) File "<string>", line 257, in getSetupArgs File "<string>", line 208, in _checkPythonVersion ImportError: Twisted on Python 3 requires Python 3.5 or later. ---------------------------------------- ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-2h_su73e/Twisted/ That v19.7.0 shouldn't even be offered for my outdated setups. :( Thank you for reading and hopefully answering soon. :)
On 2019-08-11 15:31, Ant wrote:
Hello.
I cannot figure out how to report this minor bug of a minor upgrade issue (https://github.com/twisted/twisted didn't have an issues section) that I noticed since last week:
$ pip list --outdated DEPRECATION: Python 3.4 support has been deprecated. pip 19.1 will be the last one supporting it. Please upgrade your Python as Python 3.4 won't be maintained after March 2019 (cf PEP 429). Package Version Latest Type ------- ------- ------ ----- Twisted 19.2.1 19.7.0 sdist
$ pip install --upgrade Twisted DEPRECATION: Python 3.4 support has been deprecated. pip 19.1 will be the last one supporting it. Please upgrade your Python as Python 3.4 won't be maintained after March 2019 (cf PEP 429). Collecting Twisted Using cached https://files.pythonhosted.org/packages/61/31/3855dcacd1d3b2e60c0b4ccc8e727b... ERROR: Complete output from command python setup.py egg_info: ERROR: Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-2h_su73e/Twisted/setup.py", line 20, in <module> setuptools.setup(**_setup["getSetupArgs"]()) File "<string>", line 257, in getSetupArgs File "<string>", line 208, in _checkPythonVersion ImportError: Twisted on Python 3 requires Python 3.5 or later. ---------------------------------------- ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-2h_su73e/Twisted/
That v19.7.0 shouldn't even be offered for my outdated setups. :(
Perhaps a `python_requires=` would do the trick? https://github.com/twisted/twisted/blob/c55c778e6c7a758cb9cee568a9188ac49e62... Maybe: python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*!=3.4.*' And perhaps also drop the manual checking code? I'm kind of busy but if someone else doesn't get to it first I'll try to get to a ticket/PR later. Cheers, -kyle
Are there any updates on this? I still see this minor issue. :( On Sun, Aug 11, 2019 at 12:31:20PM -0700, Ant wrote:
Hello.
I cannot figure out how to report this minor bug of a minor upgrade issue (https://github.com/twisted/twisted didn't have an issues section) that I noticed since last week:
$ pip list --outdated DEPRECATION: Python 3.4 support has been deprecated. pip 19.1 will be the last one supporting it. Please upgrade your Python as Python 3.4 won't be maintained after March 2019 (cf PEP 429). Package Version Latest Type ------- ------- ------ ----- Twisted 19.2.1 19.7.0 sdist
$ pip install --upgrade Twisted DEPRECATION: Python 3.4 support has been deprecated. pip 19.1 will be the last one supporting it. Please upgrade your Python as Python 3.4 won't be maintained after March 2019 (cf PEP 429). Collecting Twisted Using cached https://files.pythonhosted.org/packages/61/31/3855dcacd1d3b2e60c0b4ccc8e727b... ERROR: Complete output from command python setup.py egg_info: ERROR: Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-2h_su73e/Twisted/setup.py", line 20, in <module> setuptools.setup(**_setup["getSetupArgs"]()) File "<string>", line 257, in getSetupArgs File "<string>", line 208, in _checkPythonVersion ImportError: Twisted on Python 3 requires Python 3.5 or later. ---------------------------------------- ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-2h_su73e/Twisted/
That v19.7.0 shouldn't even be offered for my outdated setups. :(
Thank you for reading and hopefully answering soon. :) -- Colony is currently recovering from a nasty flu! It came early too. :( Note: A fixed width font (Courier, Monospace, etc.) is required to see this signature correctly. /\___/\ Ant(Dude) @ philpi@earthlink.net / ant@zimage.com / /\ /\ \ http://antfarm.ma.cx / http://antfarm.home.dhs.org | |o o| | & http://aqfl.net \ _ / Please kindly use Ant nickname & URL/link if crediting. ( )
On 2019-09-10 15:14, Ant wrote:
Are there any updates on this? I still see this minor issue. :(
Sorry, it appears I found time for a ticket and a PR... but not an email. They have been submitted for review. Ticket: https://twistedmatrix.com/trac/ticket/9701 PR: https://github.com/twisted/twisted/pull/1183 Cheers, -kyle
On Sun, Aug 11, 2019 at 12:31:20PM -0700, Ant wrote:
Hello.
I cannot figure out how to report this minor bug of a minor upgrade issue (https://github.com/twisted/twisted didn't have an issues section) that I noticed since last week:
$ pip list --outdated DEPRECATION: Python 3.4 support has been deprecated. pip 19.1 will be the last one supporting it. Please upgrade your Python as Python 3.4 won't be maintained after March 2019 (cf PEP 429). Package Version Latest Type ------- ------- ------ ----- Twisted 19.2.1 19.7.0 sdist
$ pip install --upgrade Twisted DEPRECATION: Python 3.4 support has been deprecated. pip 19.1 will be the last one supporting it. Please upgrade your Python as Python 3.4 won't be maintained after March 2019 (cf PEP 429). Collecting Twisted Using cached https://files.pythonhosted.org/packages/61/31/3855dcacd1d3b2e60c0b4ccc8e727b... ERROR: Complete output from command python setup.py egg_info: ERROR: Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-2h_su73e/Twisted/setup.py", line 20, in <module> setuptools.setup(**_setup["getSetupArgs"]()) File "<string>", line 257, in getSetupArgs File "<string>", line 208, in _checkPythonVersion ImportError: Twisted on Python 3 requires Python 3.5 or later. ---------------------------------------- ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-2h_su73e/Twisted/
That v19.7.0 shouldn't even be offered for my outdated setups. :(
Thank you for reading and hopefully answering soon. :)
On Tue, Sep 10, 2019 at 03:54:56PM -0400, Kyle Altendorf wrote:
Sorry, it appears I found time for a ticket and a PR... but not an email. They have been submitted for review.
Ticket: https://twistedmatrix.com/trac/ticket/9701 PR: https://github.com/twisted/twisted/pull/1183
Thank you. :)
On Tue, Sep 10, 2019 at 03:54:56PM -0400, Kyle Altendorf wrote:
Sorry, it appears I found time for a ticket and a PR... but not an email. They have been submitted for review.
Ticket: https://twistedmatrix.com/trac/ticket/9701 PR: https://github.com/twisted/twisted/pull/1183
What is the ETA on this issue that I reported since it had been seven weeks so far? -- Why is this ant sick again, but with a nasty allergy (leaks, sneezes, and itches)? No cold, flu like from the end of August, and massive poops from this stupid old body. :( Note: A fixed width font (Courier, Monospace, etc.) is required to see this signature correctly. /\___/\ Ant(Dude) @ philpi@earthlink.net / ant@zimage.com / /\ /\ \ http://antfarm.ma.cx / http://antfarm.home.dhs.org | |o o| | & http://aqfl.net \ _ / Please kindly use Ant nickname & URL/link if crediting. ( )
On Oct 9, 2019, at 12:56 PM, Ant <ant@zimage.com> wrote:
On Tue, Sep 10, 2019 at 03:54:56PM -0400, Kyle Altendorf wrote:
Sorry, it appears I found time for a ticket and a PR... but not an email. They have been submitted for review.
Ticket: https://twistedmatrix.com/trac/ticket/9701 <https://twistedmatrix.com/trac/ticket/9701> PR: https://github.com/twisted/twisted/pull/1183 <https://github.com/twisted/twisted/pull/1183>
What is the ETA on this issue that I reported since it had been seven weeks so far?
Hi Ant, As this is a volunteer project, it really just depends on the bandwidth of other reviewers; we can't give you a specific ETA. Looking at https://twisted.reviews/ <https://twisted.reviews/>, it seems like it's at the end of the queue right now, but the queue is not all that long. The main way to speed this up is to volunteer to do other stuff for the project in exchange for reviewers to review your stuff and get it merged :). Thanks for your interest in Twisted, -g
On Thu, Oct 10, 2019 at 12:11:37AM -0700, Glyph wrote: ...
Ticket: [2]https://twistedmatrix.com/trac/ticket/9701 PR: [3]https://github.com/twisted/twisted/pull/1183
What is the ETA on this issue that I reported since it had been seven weeks so far?
Hi Ant, As this is a volunteer project, it really just depends on the bandwidth of other reviewers; we can't give you a specific ETA. Looking at [4]https://twisted.reviews/, it seems like it's at the end of the queue right now, but the queue is not all that long. The main way to speed this up is to volunteer to do other stuff for the project in exchange for reviewers to review your stuff and get it merged :). Thanks for your interest in Twisted, -g
References
Visible links 1. mailto:ant@zimage.com 2. https://twistedmatrix.com/trac/ticket/9701 3. https://github.com/twisted/twisted/pull/1183 4. https://twisted.reviews/
OK and thanks for the update again. :) -- Why is this ant sick again, but with a nasty allergy (leaks, sneezes, and itches)? No cold, flu like from the end of August, and massive poops from this stupid old body. :( Note: A fixed width font (Courier, Monospace, etc.) is required to see this signature correctly. /\___/\ Ant(Dude) @ philpi@earthlink.net / ant@zimage.com / /\ /\ \ http://antfarm.ma.cx / http://antfarm.home.dhs.org | |o o| | & http://aqfl.net \ _ / Please kindly use Ant nickname & URL/link if crediting. ( )
participants (3)
-
Ant
-
Glyph
-
Kyle Altendorf