Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: python-setuptools: update to 46.0.0.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19997@inbox.vuxu.org>
@ 2020-03-10  1:26 ` daniel-eys
  2020-03-10  1:37 ` zdykstra
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: daniel-eys @ 2020-03-10  1:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 246 bytes --]

New comment by daniel-eys on void-packages repository

https://github.com/void-linux/void-packages/pull/19997#issuecomment-596855182

Comment:
v45.0.0 dropped python2 support. Do we need to split out a v44.0.0 version for our python2 packages?


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: python-setuptools: update to 46.0.0.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19997@inbox.vuxu.org>
  2020-03-10  1:26 ` python-setuptools: update to 46.0.0 daniel-eys
@ 2020-03-10  1:37 ` zdykstra
  2020-03-10  1:37 ` zdykstra
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: zdykstra @ 2020-03-10  1:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1485 bytes --]

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/19997#issuecomment-596857719

Comment:
> v45.0.0 dropped python2 support. Do we need to split out a v44.0.0 version for our python2 packages?

Good catch - I wish their [release history](https://pypi.org/project/setuptools/45.3.0/#history) gave any indication that they were dropping support for 2.7 after v45. It does appear to run, but throws a dramatic warning:

```
pip2 -V
/usr/lib/python2.7/site-packages/pkg_resources/py2_warn.py:22: UserWarning: Setuptools will stop working on Python 2
************************************************************
You are running Setuptools on Python 2, which is no longer
supported and
>>> SETUPTOOLS WILL STOP WORKING <<<
in a subsequent release (no sooner than 2020-04-20).
Please ensure you are installing
Setuptools using pip 9.x or later or pin to `setuptools<45`
in your environment.
If you have done those things and are still encountering
this message, please comment in
https://github.com/pypa/setuptools/issues/1458
about the steps that led to this unsupported combination.
************************************************************
  sys.version_info < (3,) and warnings.warn(pre + "*" * 60 + msg + "*" * 60)
pip 19.3.1 from /usr/lib/python2.7/site-packages/pip (python 2.7)
```

I'll split this package apart into python-setuptools (v44.0.0) and python3-setuptools (v46.0.0). Stand by for the changes!

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: python-setuptools: update to 46.0.0.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19997@inbox.vuxu.org>
  2020-03-10  1:26 ` python-setuptools: update to 46.0.0 daniel-eys
  2020-03-10  1:37 ` zdykstra
@ 2020-03-10  1:37 ` zdykstra
  2020-03-10  3:00 ` zdykstra
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: zdykstra @ 2020-03-10  1:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1475 bytes --]

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/19997#issuecomment-596857719

Comment:
> v45.0.0 dropped python2 support. Do we need to split out a v44.0.0 version for our python2 packages?

Good catch - I wish their [release history](https://pypi.org/project/setuptools/45.3.0/#history) gave any indication that they were dropping support for 2.7 after v45. It does run, but throws a dramatic warning:

```
pip2 -V
/usr/lib/python2.7/site-packages/pkg_resources/py2_warn.py:22: UserWarning: Setuptools will stop working on Python 2
************************************************************
You are running Setuptools on Python 2, which is no longer
supported and
>>> SETUPTOOLS WILL STOP WORKING <<<
in a subsequent release (no sooner than 2020-04-20).
Please ensure you are installing
Setuptools using pip 9.x or later or pin to `setuptools<45`
in your environment.
If you have done those things and are still encountering
this message, please comment in
https://github.com/pypa/setuptools/issues/1458
about the steps that led to this unsupported combination.
************************************************************
  sys.version_info < (3,) and warnings.warn(pre + "*" * 60 + msg + "*" * 60)
pip 19.3.1 from /usr/lib/python2.7/site-packages/pip (python 2.7)
```

I'll split this package apart into python-setuptools (v44.0.0) and python3-setuptools (v46.0.0). Stand by for the changes!

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: python-setuptools: update to 46.0.0.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19997@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2020-03-10  1:37 ` zdykstra
@ 2020-03-10  3:00 ` zdykstra
  2020-03-10  4:12 ` python/python3-setuptools: split template, bump versions zdykstra
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: zdykstra @ 2020-03-10  3:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 410 bytes --]

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/19997#issuecomment-596876647

Comment:
I still need to resolve both python3-setuptools and python-setuptools trying to control /usr/bin/easy_install . 

https://travis-ci.org/void-linux/void-packages/jobs/660438659#L1363-L1364
https://travis-ci.org/void-linux/void-packages/jobs/660438659#L1462-L1463



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: python/python3-setuptools: split template, bump versions
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19997@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2020-03-10  3:00 ` zdykstra
@ 2020-03-10  4:12 ` zdykstra
  2020-03-10  4:34 ` zdykstra
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: zdykstra @ 2020-03-10  4:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 207 bytes --]

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/19997#issuecomment-596893017

Comment:
Pending a review / second set of eyes, this should be good to go.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: python/python3-setuptools: split template, bump versions
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19997@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2020-03-10  4:12 ` python/python3-setuptools: split template, bump versions zdykstra
@ 2020-03-10  4:34 ` zdykstra
  2020-03-13 22:53 ` Piraty
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: zdykstra @ 2020-03-10  4:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 410 bytes --]

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/19997#issuecomment-596876647

Comment:
I still need to resolve both python3-setuptools and python-setuptools trying to control /usr/bin/easy_install . 

https://travis-ci.org/void-linux/void-packages/jobs/660438659#L1363-L1364
https://travis-ci.org/void-linux/void-packages/jobs/660438659#L1462-L1463



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: python/python3-setuptools: split template, bump versions
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19997@inbox.vuxu.org>
                   ` (5 preceding siblings ...)
  2020-03-10  4:34 ` zdykstra
@ 2020-03-13 22:53 ` Piraty
  2020-03-14 18:21 ` zdykstra
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: Piraty @ 2020-03-13 22:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 259 bytes --]

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/19997#issuecomment-598963815

Comment:
add a comment to the template mentioning this, sth like:
```
# NOTE: upstream dropped python2 support after 44.0
```

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: python/python3-setuptools: split template, bump versions
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19997@inbox.vuxu.org>
                   ` (6 preceding siblings ...)
  2020-03-13 22:53 ` Piraty
@ 2020-03-14 18:21 ` zdykstra
  2020-03-14 18:48 ` Chocimier
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: zdykstra @ 2020-03-14 18:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 276 bytes --]

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/19997#issuecomment-599115173

Comment:
Added comments to the python-setuptools template, as well as an update pattern override to remove false positive update notifications.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: python/python3-setuptools: split template, bump versions
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19997@inbox.vuxu.org>
                   ` (7 preceding siblings ...)
  2020-03-14 18:21 ` zdykstra
@ 2020-03-14 18:48 ` Chocimier
  2020-03-14 20:35 ` zdykstra
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: Chocimier @ 2020-03-14 18:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 194 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/19997#issuecomment-599120401

Comment:
unzip isn't needed to build, now bsdtar unpacks zip

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: python/python3-setuptools: split template, bump versions
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19997@inbox.vuxu.org>
                   ` (8 preceding siblings ...)
  2020-03-14 18:48 ` Chocimier
@ 2020-03-14 20:35 ` zdykstra
  2020-03-18 23:20 ` Chocimier
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: zdykstra @ 2020-03-14 20:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 262 bytes --]

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/19997#issuecomment-599131912

Comment:
> unzip isn't needed to build, now bsdtar unpacks zip

unzip removed from both templates - thanks for the tip on that!

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: python/python3-setuptools: split template, bump versions
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19997@inbox.vuxu.org>
                   ` (9 preceding siblings ...)
  2020-03-14 20:35 ` zdykstra
@ 2020-03-18 23:20 ` Chocimier
  2020-03-19 22:47 ` Chocimier
  2020-03-19 22:47 ` [PR PATCH] [Merged]: " Chocimier
  12 siblings, 0 replies; 13+ messages in thread
From: Chocimier @ 2020-03-18 23:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 210 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/19997#issuecomment-600905755

Comment:
Quick test shows problem with pkg_resources,will need to test more.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: python/python3-setuptools: split template, bump versions
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19997@inbox.vuxu.org>
                   ` (10 preceding siblings ...)
  2020-03-18 23:20 ` Chocimier
@ 2020-03-19 22:47 ` Chocimier
  2020-03-19 22:47 ` [PR PATCH] [Merged]: " Chocimier
  12 siblings, 0 replies; 13+ messages in thread
From: Chocimier @ 2020-03-19 22:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 191 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/19997#issuecomment-601451908

Comment:
It was false alarm, everything seems to be fine.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PR PATCH] [Merged]: python/python3-setuptools: split template, bump versions
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19997@inbox.vuxu.org>
                   ` (11 preceding siblings ...)
  2020-03-19 22:47 ` Chocimier
@ 2020-03-19 22:47 ` Chocimier
  12 siblings, 0 replies; 13+ messages in thread
From: Chocimier @ 2020-03-19 22:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 190 bytes --]

There's a merged pull request on the void-packages repository

python/python3-setuptools: split template, bump versions
https://github.com/void-linux/void-packages/pull/19997

Description:


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2020-03-19 22:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19997@inbox.vuxu.org>
2020-03-10  1:26 ` python-setuptools: update to 46.0.0 daniel-eys
2020-03-10  1:37 ` zdykstra
2020-03-10  1:37 ` zdykstra
2020-03-10  3:00 ` zdykstra
2020-03-10  4:12 ` python/python3-setuptools: split template, bump versions zdykstra
2020-03-10  4:34 ` zdykstra
2020-03-13 22:53 ` Piraty
2020-03-14 18:21 ` zdykstra
2020-03-14 18:48 ` Chocimier
2020-03-14 20:35 ` zdykstra
2020-03-18 23:20 ` Chocimier
2020-03-19 22:47 ` Chocimier
2020-03-19 22:47 ` [PR PATCH] [Merged]: " Chocimier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).