public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] Updated: python packages
@ 2021-05-05 16:21 Marco Atzeri via Cygwin-announce
  0 siblings, 0 replies; 31+ messages in thread
From: Marco Atzeri via Cygwin-announce @ 2021-05-05 16:21 UTC (permalink / raw)
  To: cygwin

Several python packages have been updated

idle36-3.6.13-2
python36-3.6.13-2
python36-devel-3.6.13-2
python36-test-3.6.13-2
python36-tkinter-3.6.13-2

idle37-3.7.10-2
python37-3.7.10-2
python37-devel-3.7.10-2
python37-test-3.7.10-2
python37-tkinter-3.7.10-2

idle38-3.8.9-2
python38-3.8.9-2
python38-devel-3.8.9-2
python38-test-3.8.9-2
python38-tkinter-3.8.9-2

CHANGES

rebuilt to solve
https://sourceware.org/pipermail/cygwin/2021-May/248426.html

CYGWIN CHANGES

As python2 is no longer supported

https://devguide.python.org/devcycle/#end-of-life-branches

the package are updated to include postinstall script that
use "alternatives" to define for

   /usr/bin/python

   /usr/bin/python3
   /usr/bin/idle3
   /usr/bin/pydoc3

a default to the highest package available.

$ alternatives --display python
python - status is auto.
  link currently points to /usr/bin/python3.8
/usr/bin/python3.7 - priority 37
/usr/bin/python3.8 - priority 38
/usr/bin/python3.6 - priority 36
/usr/bin/python2.7 - priority 27
Current `best' version is /usr/bin/python3.8.

The following link are not provided anymore.
/usr/bin/idle
/usr/bin/pydoc

The python3 package will pull python38 package.

Rationale:
https://www.python.org/dev/peps/pep-0394/
In other systems as Debian
/usr/bin/python is discouraged.

As on Cygwin we have still several third packages depending on
python2, the usage of alternatives should allow to manage
until all are updated to python3

DESCRIPTION
Python is a programming language that lets you work quickly
and integrate systems more effectively.
Python is powerful... and fast; plays well with others;
runs everywhere; is friendly & easy to learn; is Open.

HOMEPAGE
https://www.python.org/

Regards
Marco Atzeri


If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

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

* [ANNOUNCEMENT] Updated: python packages
@ 2021-11-24 15:01 Marco Atzeri via Cygwin-announce
  0 siblings, 0 replies; 31+ messages in thread
From: Marco Atzeri via Cygwin-announce @ 2021-11-24 15:01 UTC (permalink / raw)
  To: cygwin

Several python packages have been updated

idle36-3.6.15-1
python36-3.6.15-1
python36-devel-3.6.15-1
python36-test-3.6.15-1
python36-tkinter-3.6.15-1

idle37-3.7.12-1
python37-3.7.12-1
python37-devel-3.7.12-1
python37-test-3.7.12-1
python37-tkinter-3.7.12-1

idle38-3.8.12-1
python38-3.8.12-1
python38-devel-3.8.12-1
python38-test-3.8.12-1
python38-tkinter-3.8.12-1

CHANGES
latest upstream releases

CYGWIN CHANGES

As python2 is no longer supported

https://devguide.python.org/devcycle/#end-of-life-branches

the package are updated to include postinstall script that
use "alternatives" to define for

   /usr/bin/python

   /usr/bin/python3
   /usr/bin/idle3
   /usr/bin/pydoc3

a default to the highest package available.

$ alternatives --display python
python - status is auto.
  link currently points to /usr/bin/python3.8
/usr/bin/python3.7 - priority 37
/usr/bin/python3.8 - priority 38
/usr/bin/python3.6 - priority 36
/usr/bin/python2.7 - priority 27
Current `best' version is /usr/bin/python3.8.

The following link are not provided anymore.
/usr/bin/idle
/usr/bin/pydoc

The python3 package will pull python38 package.

Rationale:
https://www.python.org/dev/peps/pep-0394/
In other systems as Debian
/usr/bin/python is discouraged.

As on Cygwin we have still several third packages depending on
python2, the usage of alternatives should allow to manage
until all are updated to python3

DESCRIPTION
Python is a programming language that lets you work quickly
and integrate systems more effectively.
Python is powerful... and fast; plays well with others;
runs everywhere; is friendly & easy to learn; is Open.

HOMEPAGE
https://www.python.org/

Regards
Marco Atzeri


If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

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

* [ANNOUNCEMENT] Updated: python packages
@ 2021-05-05  2:39 Marco Atzeri via Cygwin-announce
  0 siblings, 0 replies; 31+ messages in thread
From: Marco Atzeri via Cygwin-announce @ 2021-05-05  2:39 UTC (permalink / raw)
  To: cygwin

Several python packages have been updated

	python{37,38}-h5py-3.2.1-1
	python{36,37,38}-pip-21.1.1-1

or added

	python{36,37,38}-pytest-env-0.6.2-1
	python{36,37,38}-pytest-sugar-0.9.4-1
	python{36,37,38}-termcolor-1.1.0-1

CYGWIN CHANGES

As python2 is no longer supported

https://devguide.python.org/devcycle/#end-of-life-branches

the package are updated to include postinstall script that
use "alternatives" to define for

   /usr/bin/python

   /usr/bin/python3
   /usr/bin/idle3
   /usr/bin/pydoc3

a default to the highest package available.

$ alternatives --display python
python - status is auto.
  link currently points to /usr/bin/python3.8
/usr/bin/python3.7 - priority 37
/usr/bin/python3.8 - priority 38
/usr/bin/python3.6 - priority 36
/usr/bin/python2.7 - priority 27
Current `best' version is /usr/bin/python3.8.

The following link are not provided anymore.
/usr/bin/idle
/usr/bin/pydoc

The python3 package will pull python38 package.

Rationale:
https://www.python.org/dev/peps/pep-0394/
In other systems as Debian
/usr/bin/python is discouraged.

As on Cygwin we have still several third packages depending on
python2, the usage of alternatives should allow to manage
until all are updated to python3

DESCRIPTION
Python is a programming language that lets you work quickly
and integrate systems more effectively.
Python is powerful... and fast; plays well with others;
runs everywhere; is friendly & easy to learn; is Open.

HOMEPAGE
https://www.python.org/

Regards
Marco Atzeri


If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

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

* Re: [ANNOUNCEMENT] Updated: python packages
  2021-03-07 20:44             ` Ken Brown
  2021-03-07 21:20               ` Brian Inglis
@ 2021-05-04 17:04               ` Jon Turney
  1 sibling, 0 replies; 31+ messages in thread
From: Jon Turney @ 2021-05-04 17:04 UTC (permalink / raw)
  To: The Cygwin Mailing List

On 07/03/2021 20:44, Ken Brown via Cygwin wrote:
> On 3/7/2021 2:34 PM, Marco Atzeri via Cygwin wrote:
>> On 07.03.2021 17:58, Ken Brown via Cygwin wrote:
>>
>>>> I have a CI job which runs 'setup -q -P python3,python3-lxml'.  It's 
>>>> nice if that gets me something where "python3 -c 'import lxml'" 
>>>> works, and doesn't require changing every time the default python 
>>>> version is updated.
>>>
>>> Currently python3 is a meta-package whose main purpose is to require 
>>> the default python version (currently python38).  Marco, couldn't you 
>>> just make python3-foo a meta-package that requires the corresponding 
>>> python*-foo (currently python38-foo)?
>>
>> the issue is that Cygport creates the "obsolete" python3-foo
>> that is replaced by python36-foo automatically.
>>
>> we should change cygport to use python38 instead
>> ---------------------------------------------------
>> $ cat python3-lxml/python3-lxml-4.6.2-1.hint
>> category: _obsolete
>> requires: python36-lxml
>> sdesc: "Obsoleted by python36-lxml"
>> ldesc: "The python3-lxml package is obsolete.  Selecting this package for
>> installation will cause the python36-lxml package, which replaces this
>> one, to be installed instead."
>> external-source: python-lxml
>> ---------------------------------------------------
> 
> As long as you have to patch cygport anyway, maybe it would be better to 
> have cygport create an empty (but not obsolete) package.  I think users 
> might find it confusing that they have to install an obsolete package to 
> get what they want.  Also, obsolete packages are normally hidden in the 
> setup UI.

Yeah.

I've wanted to improve how things in this area for a while (since there 
are some checks which calm does for 'should this package be obsolete') 
which are thwarted by this kind of package.

So, I've added 'Virtual' to the list of package categories that calm 
permits, if you want to use it for this kind of meta-package.

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

* [ANNOUNCEMENT] Updated: python packages
@ 2021-04-25  6:41 Marco Atzeri via Cygwin-announce
  0 siblings, 0 replies; 31+ messages in thread
From: Marco Atzeri via Cygwin-announce @ 2021-04-25  6:41 UTC (permalink / raw)
  To: cygwin

Several python packages have been updated

	python38-3.8.9-1

CYGWIN CHANGES

As python2 is no longer supported

https://devguide.python.org/devcycle/#end-of-life-branches

the package are updated to include postinstall script that
use "alternatives" to define for

   /usr/bin/python

   /usr/bin/python3
   /usr/bin/idle3
   /usr/bin/pydoc3

a default to the highest package available.

$ alternatives --display python
python - status is auto.
  link currently points to /usr/bin/python3.8
/usr/bin/python3.7 - priority 37
/usr/bin/python3.8 - priority 38
/usr/bin/python3.6 - priority 36
/usr/bin/python2.7 - priority 27
Current `best' version is /usr/bin/python3.8.

The following link are not provided anymore.
/usr/bin/idle
/usr/bin/pydoc

The python3 package will pull python38 package.

Rationale:
https://www.python.org/dev/peps/pep-0394/
In other systems as Debian
/usr/bin/python is discouraged.

As on Cygwin we have still several third packages depending on
python2, the usage of alternatives should allow to manage
until all are updated to python3

DESCRIPTION
Python is a programming language that lets you work quickly
and integrate systems more effectively.
Python is powerful... and fast; plays well with others;
runs everywhere; is friendly & easy to learn; is Open.

HOMEPAGE
https://www.python.org/

Regards
Marco Atzeri


If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

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

* Re: [ANNOUNCEMENT] Updated: python packages
  2021-03-07 20:44             ` Ken Brown
@ 2021-03-07 21:20               ` Brian Inglis
  2021-05-04 17:04               ` Jon Turney
  1 sibling, 0 replies; 31+ messages in thread
From: Brian Inglis @ 2021-03-07 21:20 UTC (permalink / raw)
  To: cygwin

On 2021-03-07 13:44, Ken Brown via Cygwin wrote:
> On 3/7/2021 2:34 PM, Marco Atzeri via Cygwin wrote:
>> On 07.03.2021 17:58, Ken Brown via Cygwin wrote:
>>>> I have a CI job which runs 'setup -q -P python3,python3-lxml'.  It's nice if 
>>>> that gets me something where "python3 -c 'import lxml'" works, and doesn't 
>>>> require changing every time the default python version is updated.

>>> Currently python3 is a meta-package whose main purpose is to require the 
>>> default python version (currently python38).  Marco, couldn't you just make 
>>> python3-foo a meta-package that requires the corresponding python*-foo 
>>> (currently python38-foo)?

>> the issue is that Cygport creates the "obsolete" python3-foo
>> that is replaced by python36-foo automatically.
>>
>> we should change cygport to use python38 instead
>> ---------------------------------------------------
>> $ cat python3-lxml/python3-lxml-4.6.2-1.hint
>> category: _obsolete
>> requires: python36-lxml
>> sdesc: "Obsoleted by python36-lxml"
>> ldesc: "The python3-lxml package is obsolete.  Selecting this package for
>> installation will cause the python36-lxml package, which replaces this
>> one, to be installed instead."
>> external-source: python-lxml

> As long as you have to patch cygport anyway, maybe it would be better to have 
> cygport create an empty (but not obsolete) package.  I think users might find it 
> confusing that they have to install an obsolete package to get what they want.  
> Also, obsolete packages are normally hidden in the setup UI.

Hidden generic/virtual package selections in Debian apt/-get and other package 
managers are annoying as users (I!) don't know how to do anything when they find 
out about them e.g.

	$ apt show exim
	Package: exim
	State: not a real package (virtual)
	N: Can't select candidate version from package exim as it has no candidate
	N: Can't select versions from package 'exim' as it is purely virtual
	N: No packages found

Suggest adding a category like ~Generic or ~Virtual to sort out of the way but 
be selectable if you search for Python, Perl, Ruby, etc.

I have been unable to find any definitive category list where that might be 
checked, except in cygwin-apps/calm/genini, and I believe that is not being used 
any more, as it is missing Debug but includes obsolete Mingw.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

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

* Re: [ANNOUNCEMENT] Updated: python packages
  2021-03-07 19:34           ` Marco Atzeri
@ 2021-03-07 20:44             ` Ken Brown
  2021-03-07 21:20               ` Brian Inglis
  2021-05-04 17:04               ` Jon Turney
  0 siblings, 2 replies; 31+ messages in thread
From: Ken Brown @ 2021-03-07 20:44 UTC (permalink / raw)
  To: cygwin

On 3/7/2021 2:34 PM, Marco Atzeri via Cygwin wrote:
> On 07.03.2021 17:58, Ken Brown via Cygwin wrote:
> 
>>> I have a CI job which runs 'setup -q -P python3,python3-lxml'.  It's 
>>> nice if that gets me something where "python3 -c 'import lxml'" 
>>> works, and doesn't require changing every time the default python 
>>> version is updated.
>>
>> Currently python3 is a meta-package whose main purpose is to require 
>> the default python version (currently python38).  Marco, couldn't you 
>> just make python3-foo a meta-package that requires the corresponding 
>> python*-foo (currently python38-foo)?
>>
>> Ken
> 
> 
> the issue is that Cygport creates the "obsolete" python3-foo
> that is replaced by python36-foo automatically.
> 
> we should change cygport to use python38 instead
> ---------------------------------------------------
> $ cat python3-lxml/python3-lxml-4.6.2-1.hint
> category: _obsolete
> requires: python36-lxml
> sdesc: "Obsoleted by python36-lxml"
> ldesc: "The python3-lxml package is obsolete.  Selecting this package for
> installation will cause the python36-lxml package, which replaces this
> one, to be installed instead."
> external-source: python-lxml
> ---------------------------------------------------

As long as you have to patch cygport anyway, maybe it would be better to 
have cygport create an empty (but not obsolete) package.  I think users 
might find it confusing that they have to install an obsolete package to 
get what they want.  Also, obsolete packages are normally hidden in the 
setup UI.

Ken

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

* Re: [ANNOUNCEMENT] Updated: python packages
  2021-03-07 16:58         ` Ken Brown
@ 2021-03-07 19:34           ` Marco Atzeri
  2021-03-07 20:44             ` Ken Brown
  0 siblings, 1 reply; 31+ messages in thread
From: Marco Atzeri @ 2021-03-07 19:34 UTC (permalink / raw)
  To: cygwin

On 07.03.2021 17:58, Ken Brown via Cygwin wrote:

>> I have a CI job which runs 'setup -q -P python3,python3-lxml'.  It's 
>> nice if that gets me something where "python3 -c 'import lxml'" works, 
>> and doesn't require changing every time the default python version is 
>> updated.
> 
> Currently python3 is a meta-package whose main purpose is to require the 
> default python version (currently python38).  Marco, couldn't you just 
> make python3-foo a meta-package that requires the corresponding 
> python*-foo (currently python38-foo)?
> 
> Ken


the issue is that Cygport creates the "obsolete" python3-foo
that is replaced by python36-foo automatically.

we should change cygport to use python38 instead
---------------------------------------------------
$ cat python3-lxml/python3-lxml-4.6.2-1.hint
category: _obsolete
requires: python36-lxml
sdesc: "Obsoleted by python36-lxml"
ldesc: "The python3-lxml package is obsolete.  Selecting this package for
installation will cause the python36-lxml package, which replaces this
one, to be installed instead."
external-source: python-lxml
---------------------------------------------------


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

* Re: [ANNOUNCEMENT] Updated: python packages
  2021-03-07 15:37       ` Jon Turney
@ 2021-03-07 16:58         ` Ken Brown
  2021-03-07 19:34           ` Marco Atzeri
  0 siblings, 1 reply; 31+ messages in thread
From: Ken Brown @ 2021-03-07 16:58 UTC (permalink / raw)
  To: cygwin

On 3/7/2021 10:37 AM, Jon Turney wrote:
> On 10/02/2021 08:19, Marco Atzeri via Cygwin wrote:
>> On 10.02.2021 03:29, Yaakov Selkowitz via Cygwin wrote:
>>> On Tue, 2021-02-09 at 21:31 +0000, Jon Turney wrote:
>>>> On 22/01/2021 21:37, Marco Atzeri via Cygwin-announce via Cygwin wrote:
>>>>> Several python packages have been promoted from test to stable
>>>>>
>>>> [...]
>>>>> python{36,37,38}-lxml-4.6.2-1
>>>>
>>>> Marco,
>>>>
>>>> I noticed something a bit odd, which I'm not sure is expected or not.
>>
>> expected :-(
>> Not time in the past to work on it.
>> I was focusing on deploying python38-* as first priority
>>
>>>>
>>>> If I install 'python3-lxml', I get 'python36-lxml', which doesn't do me
>>>> much good with 'python3' installed (which gets me python3.8 currently).
>>>
>>> When I changed the packaging scheme from pythonX-* to pythonXY-*, 3.6 was the
>>> "3" version at the time, and the python3-* created alongside python36-* were
>>> only meant to be upgrade helpers from that point forward.
>>>
> 
> Ok.  I'm not sure 'python3-foo' just as an upgrade helper is ideal.
> 
> Let me explain my use case:
> 
> I have a CI job which runs 'setup -q -P python3,python3-lxml'.  It's nice if 
> that gets me something where "python3 -c 'import lxml'" works, and doesn't 
> require changing every time the default python version is updated.

Currently python3 is a meta-package whose main purpose is to require the default 
python version (currently python38).  Marco, couldn't you just make python3-foo 
a meta-package that requires the corresponding python*-foo (currently python38-foo)?

Ken

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

* Re: [ANNOUNCEMENT] Updated: python packages
  2021-02-10  8:19     ` Marco Atzeri
@ 2021-03-07 15:37       ` Jon Turney
  2021-03-07 16:58         ` Ken Brown
  0 siblings, 1 reply; 31+ messages in thread
From: Jon Turney @ 2021-03-07 15:37 UTC (permalink / raw)
  To: The Cygwin Mailing List

On 10/02/2021 08:19, Marco Atzeri via Cygwin wrote:
> On 10.02.2021 03:29, Yaakov Selkowitz via Cygwin wrote:
>> On Tue, 2021-02-09 at 21:31 +0000, Jon Turney wrote:
>>> On 22/01/2021 21:37, Marco Atzeri via Cygwin-announce via Cygwin wrote:
>>>> Several python packages have been promoted from test to stable
>>>>
>>> [...]
>>>> python{36,37,38}-lxml-4.6.2-1
>>>
>>> Marco,
>>>
>>> I noticed something a bit odd, which I'm not sure is expected or not.
> 
> expected :-(
> Not time in the past to work on it.
> I was focusing on deploying python38-* as first priority
> 
>>>
>>> If I install 'python3-lxml', I get 'python36-lxml', which doesn't do me
>>> much good with 'python3' installed (which gets me python3.8 currently).
>>
>> When I changed the packaging scheme from pythonX-* to pythonXY-*, 3.6 
>> was the
>> "3" version at the time, and the python3-* created alongside 
>> python36-* were
>> only meant to be upgrade helpers from that point forward.
>>

Ok.  I'm not sure 'python3-foo' just as an upgrade helper is ideal.

Let me explain my use case:

I have a CI job which runs 'setup -q -P python3,python3-lxml'.  It's 
nice if that gets me something where "python3 -c 'import lxml'" works, 
and doesn't require changing every time the default python version is 
updated.

> there is a bit of cleaning to do on the python3-* tree and package pull,
> but first we need to patch cygport to stop creating additional
> python3-* packages if not requested.
> 
> I guess after the Perl 5.32 I could look on it
> as spring project.

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

* [ANNOUNCEMENT] Updated: python packages
@ 2021-02-17  5:26 Marco Atzeri via Cygwin-announce
  0 siblings, 0 replies; 31+ messages in thread
From: Marco Atzeri via Cygwin-announce @ 2021-02-17  5:26 UTC (permalink / raw)
  To: cygwin

Several python packages have been updated

	python36-3.6.13-1
	python37-3.7.10-1

	python36-doc-3.6.13-1
	python37-doc-3.7.10-1

	python{36,37,38}-simplejson-3.17.2-1
	python{36,37,38}-dropbox-11.2.0-1

and the following added

	python{36,37,38}-stone-3.2.1-1

CYGWIN CHANGES

As python2 is no longer supported

https://devguide.python.org/devcycle/#end-of-life-branches

the package are updated to include postinstall script that
use "alternatives" to define for

   /usr/bin/python

   /usr/bin/python3
   /usr/bin/idle3
   /usr/bin/pydoc3

a default to the highest package available.

$ alternatives --display python
python - status is auto.
  link currently points to /usr/bin/python3.8
/usr/bin/python3.7 - priority 37
/usr/bin/python3.8 - priority 38
/usr/bin/python3.6 - priority 36
/usr/bin/python2.7 - priority 27
Current `best' version is /usr/bin/python3.8.

The following link are not provided anymore.
/usr/bin/idle
/usr/bin/pydoc

The python3 package will pull python38 package.

Rationale:
https://www.python.org/dev/peps/pep-0394/
In other systems as Debian
/usr/bin/python is discouraged.

As on Cygwin we have still several third packages depending on
python2, the usage of alternatives should allow to manage
until all are updated to python3

DESCRIPTION
Python is a programming language that lets you work quickly
and integrate systems more effectively.
Python is powerful... and fast; plays well with others;
runs everywhere; is friendly & easy to learn; is Open.

HOMEPAGE
https://www.python.org/

Regards
Marco Atzeri


If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

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

* [ANNOUNCEMENT] Updated: python packages
@ 2021-02-14 19:49 Marco Atzeri via Cygwin-announce
  0 siblings, 0 replies; 31+ messages in thread
From: Marco Atzeri via Cygwin-announce @ 2021-02-14 19:49 UTC (permalink / raw)
  To: cygwin

Several python packages have been updated

	python{36,37,38}-opengl-3.1.5-1
	python{36,37,38}-opengl-accelerate-3.1.5-1
	python{36,37,38}-pygame-2.0.1-1

and the following added

	python{36,37,38}-pkgconfig-1.5.1-1

CYGWIN CHANGES

As python2 is no longer supported

https://devguide.python.org/devcycle/#end-of-life-branches

the package are updated to include postinstall script that
use "alternatives" to define for

   /usr/bin/python

   /usr/bin/python3
   /usr/bin/idle3
   /usr/bin/pydoc3

a default to the highest package available.

$ alternatives --display python
python - status is auto.
  link currently points to /usr/bin/python3.8
/usr/bin/python3.7 - priority 37
/usr/bin/python3.8 - priority 38
/usr/bin/python3.6 - priority 36
/usr/bin/python2.7 - priority 27
Current `best' version is /usr/bin/python3.8.

The following link are not provided anymore.
/usr/bin/idle
/usr/bin/pydoc

The python3 package will pull python38 package.

Rationale:
https://www.python.org/dev/peps/pep-0394/
In other systems as Debian
/usr/bin/python is discouraged.

As on Cygwin we have still several third packages depending on
python2, the usage of alternatives should allow to manage
until all are updated to python3

DESCRIPTION
Python is a programming language that lets you work quickly
and integrate systems more effectively.
Python is powerful... and fast; plays well with others;
runs everywhere; is friendly & easy to learn; is Open.

HOMEPAGE
https://www.python.org/

Regards
Marco Atzeri


If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

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

* [ANNOUNCEMENT] Updated: python packages
@ 2021-02-14  8:34 Marco Atzeri via Cygwin-announce
  0 siblings, 0 replies; 31+ messages in thread
From: Marco Atzeri via Cygwin-announce @ 2021-02-14  8:34 UTC (permalink / raw)
  To: cygwin

Several python packages have been updated

	python{36,37,38}-mutagen-1.45.1-1
	python{36,37,38}-h5py-3.1.0-1

and the following added

	python{36,37,38}-musicbrainzngs-0.7.1-1
	python{36,37,38}-py3c-1.3.1-1
	python{36,37,38}-zipp-3.4.0-1

CYGWIN CHANGES

As python2 is no longer supported

https://devguide.python.org/devcycle/#end-of-life-branches

the package are updated to include postinstall script that
use "alternatives" to define for

   /usr/bin/python

   /usr/bin/python3
   /usr/bin/idle3
   /usr/bin/pydoc3

a default to the highest package available.

$ alternatives --display python
python - status is auto.
  link currently points to /usr/bin/python3.8
/usr/bin/python3.7 - priority 37
/usr/bin/python3.8 - priority 38
/usr/bin/python3.6 - priority 36
/usr/bin/python2.7 - priority 27
Current `best' version is /usr/bin/python3.8.

The following link are not provided anymore.
/usr/bin/idle
/usr/bin/pydoc

The python3 package will pull python38 package.

Rationale:
https://www.python.org/dev/peps/pep-0394/
In other systems as Debian
/usr/bin/python is discouraged.

As on Cygwin we have still several third packages depending on
python2, the usage of alternatives should allow to manage
until all are updated to python3

DESCRIPTION
Python is a programming language that lets you work quickly
and integrate systems more effectively.
Python is powerful... and fast; plays well with others;
runs everywhere; is friendly & easy to learn; is Open.

HOMEPAGE
https://www.python.org/

Regards
Marco Atzeri


If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

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

* Re: [ANNOUNCEMENT] Updated: python packages
  2021-02-10  2:29   ` Yaakov Selkowitz
@ 2021-02-10  8:19     ` Marco Atzeri
  2021-03-07 15:37       ` Jon Turney
  0 siblings, 1 reply; 31+ messages in thread
From: Marco Atzeri @ 2021-02-10  8:19 UTC (permalink / raw)
  To: cygwin

On 10.02.2021 03:29, Yaakov Selkowitz via Cygwin wrote:
> On Tue, 2021-02-09 at 21:31 +0000, Jon Turney wrote:
>> On 22/01/2021 21:37, Marco Atzeri via Cygwin-announce via Cygwin wrote:
>>> Several python packages have been promoted from test to stable
>>>
>> [...]
>>> python{36,37,38}-lxml-4.6.2-1
>>
>> Marco,
>>
>> I noticed something a bit odd, which I'm not sure is expected or not.

expected :-(
Not time in the past to work on it.
I was focusing on deploying python38-* as first priority

>>
>> If I install 'python3-lxml', I get 'python36-lxml', which doesn't do me
>> much good with 'python3' installed (which gets me python3.8 currently).
> 
> When I changed the packaging scheme from pythonX-* to pythonXY-*, 3.6 was the
> "3" version at the time, and the python3-* created alongside python36-* were
> only meant to be upgrade helpers from that point forward.
> 

there is a bit of cleaning to do on the python3-* tree and package pull,
but first we need to patch cygport to stop creating additional
python3-* packages if not requested.

I guess after the Perl 5.32 I could look on it
as spring project.

Regards
Marco



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

* Re: [ANNOUNCEMENT] Updated: python packages
  2021-02-09 21:31 ` Jon Turney
@ 2021-02-10  2:29   ` Yaakov Selkowitz
  2021-02-10  8:19     ` Marco Atzeri
  0 siblings, 1 reply; 31+ messages in thread
From: Yaakov Selkowitz @ 2021-02-10  2:29 UTC (permalink / raw)
  To: The Cygwin Mailing List

On Tue, 2021-02-09 at 21:31 +0000, Jon Turney wrote:
> On 22/01/2021 21:37, Marco Atzeri via Cygwin-announce via Cygwin wrote:
> > Several python packages have been promoted from test to stable
> > 
> [...]
> > python{36,37,38}-lxml-4.6.2-1
> 
> Marco,
> 
> I noticed something a bit odd, which I'm not sure is expected or not.
> 
> If I install 'python3-lxml', I get 'python36-lxml', which doesn't do me 
> much good with 'python3' installed (which gets me python3.8 currently).

When I changed the packaging scheme from pythonX-* to pythonXY-*, 3.6 was the
"3" version at the time, and the python3-* created alongside python36-* were
only meant to be upgrade helpers from that point forward.

-- 
Yaakov


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

* Re: [ANNOUNCEMENT] Updated: python packages
  2021-01-22 21:37 Marco Atzeri via Cygwin-announce
  2021-01-22 23:49 ` Ken Brown
@ 2021-02-09 21:31 ` Jon Turney
  2021-02-10  2:29   ` Yaakov Selkowitz
  1 sibling, 1 reply; 31+ messages in thread
From: Jon Turney @ 2021-02-09 21:31 UTC (permalink / raw)
  To: The Cygwin Mailing List

On 22/01/2021 21:37, Marco Atzeri via Cygwin-announce via Cygwin wrote:
> Several python packages have been promoted from test to stable
> 
[...]
> python{36,37,38}-lxml-4.6.2-1

Marco,

I noticed something a bit odd, which I'm not sure is expected or not.

If I install 'python3-lxml', I get 'python36-lxml', which doesn't do me 
much good with 'python3' installed (which gets me python3.8 currently).

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

* [ANNOUNCEMENT] Updated: python packages
@ 2021-02-02 15:10 Marco Atzeri via Cygwin-announce
  0 siblings, 0 replies; 31+ messages in thread
From: Marco Atzeri via Cygwin-announce @ 2021-02-02 15:10 UTC (permalink / raw)
  To: cygwin

Several python packages have been updated

	python{36,37,38}-isodate-0.6.0-2
	python{36,37,38}-jmespath-0.10.0-1
	python{36,37,38}-reportlab-3.5.59-1


CYGWIN CHANGES

As python2 is no longer supported

https://devguide.python.org/devcycle/#end-of-life-branches

the package are updated to include postinstall script that
use "alternatives" to define for

   /usr/bin/python

   /usr/bin/python3
   /usr/bin/idle3
   /usr/bin/pydoc3

a default to the highest package available.

$ alternatives --display python
python - status is auto.
  link currently points to /usr/bin/python3.8
/usr/bin/python3.7 - priority 37
/usr/bin/python3.8 - priority 38
/usr/bin/python3.6 - priority 36
/usr/bin/python2.7 - priority 27
Current `best' version is /usr/bin/python3.8.

The following link are not provided anymore.
/usr/bin/idle
/usr/bin/pydoc

The python3 package will pull python38 package.

Rationale:
https://www.python.org/dev/peps/pep-0394/
In other systems as Debian
/usr/bin/python is discouraged.

As on Cygwin we have still several third packages depending on
python2, the usage of alternatives should allow to manage
until all are updated to python3

DESCRIPTION
Python is a programming language that lets you work quickly
and integrate systems more effectively.
Python is powerful... and fast; plays well with others;
runs everywhere; is friendly & easy to learn; is Open.

HOMEPAGE
https://www.python.org/

Regards
Marco Atzeri


If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

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

* [ANNOUNCEMENT] Updated: python packages
@ 2021-02-01  9:57 Marco Atzeri via Cygwin-announce
  0 siblings, 0 replies; 31+ messages in thread
From: Marco Atzeri via Cygwin-announce @ 2021-02-01  9:57 UTC (permalink / raw)
  To: cygwin

Several python packages have been updated

	python36-3.6.12-3
	python37-3.7.9-3
	python38-3.8.7-3

to solve the issue:
https://sourceware.org/pipermail/cygwin/2021-January/247610.html

the following package were added:

	python{36,37,38}-matplotlib-3.3.3-1


CYGWIN CHANGES

As python2 is no longer supported

https://devguide.python.org/devcycle/#end-of-life-branches

the package are updated to include postinstall script that
use "alternatives" to define for

   /usr/bin/python

   /usr/bin/python3
   /usr/bin/idle3
   /usr/bin/pydoc3

a default to the highest package available.

$ alternatives --display python
python - status is auto.
  link currently points to /usr/bin/python3.8
/usr/bin/python3.7 - priority 37
/usr/bin/python3.8 - priority 38
/usr/bin/python3.6 - priority 36
/usr/bin/python2.7 - priority 27
Current `best' version is /usr/bin/python3.8.

The following link are not provided anymore.
/usr/bin/idle
/usr/bin/pydoc

The python3 package will pull python38 package.

Rationale:
https://www.python.org/dev/peps/pep-0394/
In other systems as Debian
/usr/bin/python is discouraged.

As on Cygwin we have still several third packages depending on
python2, the usage of alternatives should allow to manage
until all are updated to python3

DESCRIPTION
Python is a programming language that lets you work quickly
and integrate systems more effectively.
Python is powerful... and fast; plays well with others;
runs everywhere; is friendly & easy to learn; is Open.

HOMEPAGE
https://www.python.org/

Regards
Marco Atzeri


If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

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

* [ANNOUNCEMENT] Updated: python packages
@ 2021-01-31  5:09 Marco Atzeri via Cygwin-announce
  0 siblings, 0 replies; 31+ messages in thread
From: Marco Atzeri via Cygwin-announce @ 2021-01-31  5:09 UTC (permalink / raw)
  To: cygwin

Several python packages have been updated

python{36,37,38}-unidecode-1.1.2-1
python{36,37,38}-xmltodict-0.12.0-2

the following package were promoted from test to stable:

python{36,37,38}-cython-0.29.21-3

CYGWIN CHANGES

As python2 is no longer supported

https://devguide.python.org/devcycle/#end-of-life-branches

the package are updated to include postinstall script that
use "alternatives" to define for

   /usr/bin/python

   /usr/bin/python3
   /usr/bin/idle3
   /usr/bin/pydoc3

a default to the highest package available.

$ alternatives --display python
python - status is auto.
  link currently points to /usr/bin/python3.8
/usr/bin/python3.7 - priority 37
/usr/bin/python3.8 - priority 38
/usr/bin/python3.6 - priority 36
/usr/bin/python2.7 - priority 27
Current `best' version is /usr/bin/python3.8.

The following link are not provided anymore.
/usr/bin/idle
/usr/bin/pydoc

The python3 package will pull python38 package.

Rationale:
https://www.python.org/dev/peps/pep-0394/
In other systems as Debian
/usr/bin/python is discouraged.

As on Cygwin we have still several third packages depending on
python2, the usage of alternatives should allow to manage
until all are updated to python3

DESCRIPTION
Python is a programming language that lets you work quickly
and integrate systems more effectively.
Python is powerful... and fast; plays well with others;
runs everywhere; is friendly & easy to learn; is Open.

HOMEPAGE
https://www.python.org/

Regards
Marco Atzeri


If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

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

* [ANNOUNCEMENT] Updated: python packages
@ 2021-01-30 15:29 Marco Atzeri via Cygwin-announce
  0 siblings, 0 replies; 31+ messages in thread
From: Marco Atzeri via Cygwin-announce @ 2021-01-30 15:29 UTC (permalink / raw)
  To: cygwin

Several python packages have been updated

python38	3.8.7-2

python{36,37,38}-dbus-1.2.16-1
python{36,37,38}-bugzilla-3.0.2-1
python{36,37,38}-certifi-2020.12.5-1
python{36,37,38}-enchant-3.2.0-1
python{36,37,38}-httplib2-0.18.1-1
python{36,37,38}-pip-20.1.1-1
python{36,37,38}-recommonmark-0.7.1-1

the following package were uploaded as test:

python{36,37,38}-cython-0.29.21-3

CYGWIN CHANGES

As python2 is no longer supported

https://devguide.python.org/devcycle/#end-of-life-branches

the package are updated to include postinstall script that
use "alternatives" to define for

   /usr/bin/python

   /usr/bin/python3
   /usr/bin/idle3
   /usr/bin/pydoc3

a default to the highest package available.

$ alternatives --display python
python - status is auto.
  link currently points to /usr/bin/python3.8
/usr/bin/python3.7 - priority 37
/usr/bin/python3.8 - priority 38
/usr/bin/python3.6 - priority 36
/usr/bin/python2.7 - priority 27
Current `best' version is /usr/bin/python3.8.

The following link are not provided anymore.
/usr/bin/idle
/usr/bin/pydoc

The python3 package will pull python38 package.

Rationale:
https://www.python.org/dev/peps/pep-0394/
In other systems as Debian
/usr/bin/python is discouraged.

As on Cygwin we have still several third packages depending on
python2, the usage of alternatives should allow to manage
until all are updated to python3

DESCRIPTION
Python is a programming language that lets you work quickly
and integrate systems more effectively.
Python is powerful... and fast; plays well with others;
runs everywhere; is friendly & easy to learn; is Open.

HOMEPAGE
https://www.python.org/

Regards
Marco Atzeri


If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

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

* Re: [ANNOUNCEMENT] Updated: python packages
  2021-01-22 21:37 Marco Atzeri via Cygwin-announce
@ 2021-01-22 23:49 ` Ken Brown
  2021-02-09 21:31 ` Jon Turney
  1 sibling, 0 replies; 31+ messages in thread
From: Ken Brown @ 2021-01-22 23:49 UTC (permalink / raw)
  To: cygwin

On 1/22/2021 4:37 PM, Marco Atzeri via Cygwin-announce via Cygwin wrote:
> Several python packages have been promoted from test to stable

Thank you, Marco!

Ken

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

* [ANNOUNCEMENT] Updated: python packages
@ 2021-01-22 21:37 Marco Atzeri via Cygwin-announce
  2021-01-22 23:49 ` Ken Brown
  2021-02-09 21:31 ` Jon Turney
  0 siblings, 2 replies; 31+ messages in thread
From: Marco Atzeri via Cygwin-announce @ 2021-01-22 21:37 UTC (permalink / raw)
  To: cygwin

Several python packages have been promoted from test to stable

python2		2.7.18-4
python3		3.8.6-1 (almost meta package to pull python38)
python36	3.6.12-2
python37	3.7.9-2
python38	3.8.6-2 (as prev)
python38	3.8.7-1

python{36,37,38}-astroid-2.4.2-1
python{36,37,38}-attrs-20.3.0-1
python{36,37,38}-automat-20.2.0-1
python{36,37,38}-babel-2.9.0-1
python{36,37,38}-bs4-4.9.3-1
python{36,37,38}-bsddb3-6.2.7-1
python{36,37,38}-cairo-1.19.1-1
python{36,37,38}-certifi-2020.6.20-1
python{36,37,38}-cffi-1.14.4-1
python{36,37,38}-chardet-4.0.0-1
python{36,37,38}-commonmark-0.9.1-1
python{36,37,38}-configobj-5.0.6-3
python{36,37,38}-constantly-15.1.0-3
python{36,37,38}-cryptography-3.3.1-1
python{36,37,38}-cycler-0.10.0-1
python{36,37,38}-cython-0.29.21-2
python{36,37,38}-dateutil-2.8.1-1
python{36,37,38}-distlib-0.3.1-1
python{36,37,38}-filelock-3.0.12-1
python{36,37,38}-html5lib-1.1-1
python{36,37,38}-hyperlink-21.0.0-1
python{36,37,38}-hypothesis-5.43.9-1
python{36,37,38}-idna-3.1-1
python{36,37,38}-importlib-metadata-3.3.0-1
python{36,37,38}-incremental-17.5.0-2
python{36,37,38}-iniconfig-1.1.1-1
python{37,38}-ipython-7.19.0-1
python{36,37,38}-isort-5.7.0-1
python{36,37,38}-jsonschema-3.2.0-1
python{36,37,38}-jupyter_core-4.7.0-1
python{36,37,38}-kiwisolver-1.3.1-1
python{36,37,38}-lazy-object-proxy-1.5.2-1
python{36,37,38}-lxml-4.6.2-1
python{36,37,38}-mako-1.1.3-1
python{36,37,38}-markdown-3.3.3-1
python{36,37,38}-mccabe-0.6.1-1
python{36,37,38}-nbformat-5.0.8-1
python{36,37,38}-nose-1.3.7-3
python{36,37,38}-numpy-1.19.4-1
python{36,37,38}-openssl-20.0.1-1
python{36,37,38}-pip-20.3.3-2
python{36,37,38}-pluggy-0.13.1-1
python{36,37,38}-prompt_toolkit-3.0.10-1
python{36,37,38}-py-1.10.0-1
python{36,37,38}-pygments-2.7.3-1
python{36,37,38}-pylint-2.6.0-1
python{36,37,38}-pytest-6.2.1-1
python{36,37,38}-pytest-benchmark-3.2.3-1
python{36,37,38}-pytz-2020.5-1
python{36,37,38}-requests-2.25.1-1
python{36,37,38}-service_identity-18.1.0-2
python{36,37,38}-setuptools-51.1.1-1
python{36,37,38}-sortedcontainers-2.3.0-1
python{36,37,38}-soupsieve-2.0.1-1
python{36,37,38}-sphinx-3.4.3-1
python{36,37,38}-sphinxcontrib-websupport-1.2.4-1
python{36,37,38}-sqlalchemy-1.3.22-1
python{36,37,38}-toml-0.10.2-1
python{36,37,38}-tox-3.20.1-1
python{37,38}-traitlets-5.0.5-1
python{36,37,38}-twisted-20.3.0-1
python{36,37,38}-urllib3-1.26.2-1
python{36,37,38}-virtualenv-20.2.2-1
python{36,37,38}-webencodings-0.5.1-3
python{36,37,38}-wheel-0.36.2-1
python{36,37,38}-wrapt-1.12.1-1
python{36,37,38}-xtarfile-0.1.0-1
python{36,37,38}-zope.interface-5.2.0-1
python{36,37,38}-zstandard-0.15.1-1


CYGWIN CHANGES

As python2 is no longer supported

https://devguide.python.org/devcycle/#end-of-life-branches

the package are updated to include postinstall script that
use "alternatives" to define for

   /usr/bin/python

   /usr/bin/python3
   /usr/bin/idle3
   /usr/bin/pydoc3

a default to the highest package available.

$ alternatives --display python
python - status is auto.
  link currently points to /usr/bin/python3.8
/usr/bin/python3.7 - priority 37
/usr/bin/python3.8 - priority 38
/usr/bin/python3.6 - priority 36
/usr/bin/python2.7 - priority 27
Current `best' version is /usr/bin/python3.8.

The following link are not provided anymore.
/usr/bin/idle
/usr/bin/pydoc

The python3 package will pull python38 package.

Rationale:
https://www.python.org/dev/peps/pep-0394/
In other systems as Debian
/usr/bin/python is discouraged.

As on Cygwin we have still several third packages depending on
python2, the usage of alternatives should allow to manage
until all are updated to python3

DESCRIPTION
Python is a programming language that lets you work quickly
and integrate systems more effectively.
Python is powerful... and fast; plays well with others;
runs everywhere; is friendly & easy to learn; is Open.

HOMEPAGE
https://www.python.org/

Regards
Marco Atzeri


If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

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

* [ANNOUNCEMENT] Updated: python packages
@ 2020-08-16 12:46 Marco Atzeri via Cygwin-announce
  0 siblings, 0 replies; 31+ messages in thread
From: Marco Atzeri via Cygwin-announce @ 2020-08-16 12:46 UTC (permalink / raw)
  To: cygwin

Several python packages have been uploaded

python27-bs4-4.9.1-1.tar.xz
python27-html5lib-1.1-1.tar.xz
python27-libxml2-2.9.10-1.tar.xz
python27-lxml-4.5.2-1.tar.xz
python27-webencodings-0.5.1-3.tar.xz

python36-bs4-4.9.1-1.tar.xz
python36-html5lib-1.1-1.tar.xz
python36-libxml2-2.9.10-1.tar.xz
python36-lxml-4.5.2-1.tar.xz
python36-soupsieve-2.0.1-1.tar.xz
python36-webencodings-0.5.1-3.tar.xz

python37-bs4-4.9.1-1.tar.xz
python37-html5lib-1.1-1.tar.xz
python37-libxml2-2.9.10-1.tar.xz
python37-lxml-4.5.2-1.tar.xz
python37-soupsieve-2.0.1-1.tar.xz
python37-webencodings-0.5.1-3.tar.xz

python38-bs4-4.9.1-1.tar.xz
python38-html5lib-1.1-1.tar.xz
python38-libxml2-2.9.10-1.tar.xz
python38-lxml-4.5.2-1.tar.xz
python38-soupsieve-2.0.1-1.tar.xz
python38-webencodings-0.5.1-3.tar.xz

CHANGES
These are the latest upstream releases

DESCRIPTION
Python is a programming language that lets you work quickly
and integrate systems more effectively.
Python is powerful... and fast; plays well with others;
runs everywhere; is friendly & easy to learn; is Open.

HOMEPAGE
https://www.python.org/

Regards
Marco Atzeri


If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

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

* [ANNOUNCEMENT] Updated: python packages
@ 2020-08-12  7:43 Marco Atzeri via Cygwin-announce
  0 siblings, 0 replies; 31+ messages in thread
From: Marco Atzeri via Cygwin-announce @ 2020-08-12  7:43 UTC (permalink / raw)
  To: cygwin

Several python packages have been uploaded

python27-asn1crypto-1.4.0-1
python27-bcrypt-3.1.7-1
python27-crypto-2.6.1-3
python27-cryptography-3.0-1
python27-lockfile-0.12.2-3
python27-openssl-19.1.0-1
python27-pip-20.2.2-1
python27-pyasn1-0.4.8-1
python27-pyasn1-modules-0.2.8-1

python36-asn1crypto-1.4.0-1
python36-bcrypt-3.1.7-1
python36-crypto-2.6.1-3
python36-cryptography-3.0-1
python36-gi-3.36.1-1
python36-lockfile-0.12.2-3
python36-openssl-19.1.0-1
python36-pip-20.2.2-1
python36-pyasn1-0.4.8-1
python36-pyasn1-modules-0.2.8-1
python36-sphinxcontrib-jsmath-1.0.1-1

python37-asn1crypto-1.4.0-1
python37-bcrypt-3.1.7-1
python37-crypto-2.6.1-3
python37-cryptography-3.0-1
python37-gi-3.36.1-1
python37-lockfile-0.12.2-3
python37-openssl-19.1.0-1
python37-pip-20.2.2-1
python37-pyasn1-0.4.8-1
python37-pyasn1-modules-0.2.8-1
python37-sphinxcontrib-jsmath-1.0.1-1

python38-asn1crypto-1.4.0-1
python38-bcrypt-3.1.7-1
python38-crypto-2.6.1-3
python38-cryptography-3.0-1
python38-gi-3.36.1-1
python38-lockfile-0.12.2-3
python38-openssl-19.1.0-1
python38-pip-20.2.2-1
python38-pyasn1-0.4.8-1
python38-pyasn1-modules-0.2.8-1
python38-sphinxcontrib-jsmath-1.0.1-1

CYGWIN CHANGES
pip3 is now managed by alternatives
by default it points to the highest version installed

CHANGES
These are the latest upstream releases

DESCRIPTION
Python is a programming language that lets you work quickly
and integrate systems more effectively.
Python is powerful... and fast; plays well with others;
runs everywhere; is friendly & easy to learn; is Open.

HOMEPAGE
https://www.python.org/

Regards
Marco Atzeri


If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

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

* [ANNOUNCEMENT] Updated: python packages
@ 2020-08-10  8:08 Marco Atzeri via Cygwin-announce
  0 siblings, 0 replies; 31+ messages in thread
From: Marco Atzeri via Cygwin-announce @ 2020-08-10  8:08 UTC (permalink / raw)
  To: cygwin

Several python packages have been uploaded

python36-sphinxcontrib-applehelp-1.0.2-1
python36-sphinxcontrib-devhelp-1.0.2-1
python36-sphinxcontrib-htmlhelp-1.0.3-1
python36-sphinxcontrib-qthelp-1.0.3-1
python36-sphinx-notfound-page-0.5-1

python37-sphinxcontrib-applehelp-1.0.2-1
python37-sphinxcontrib-devhelp-1.0.2-1
python37-sphinxcontrib-htmlhelp-1.0.3-1
python37-sphinxcontrib-qthelp-1.0.3-1
python37-sphinx-notfound-page-0.5-1

python38-sphinxcontrib-applehelp-1.0.2-1
python38-sphinxcontrib-devhelp-1.0.2-1
python38-sphinxcontrib-htmlhelp-1.0.3-1
python38-sphinxcontrib-qthelp-1.0.3-1
python38-sphinx-notfound-page-0.5-1

CHANGES
These are the latest upstream releases

DESCRIPTION
Python is a programming language that lets you work quickly
and integrate systems more effectively.
Python is powerful... and fast; plays well with others;
runs everywhere; is friendly & easy to learn; is Open.

HOMEPAGE
https://www.python.org/

Regards
Marco Atzeri


If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

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

* [ANNOUNCEMENT] Updated: python packages
@ 2020-08-09 15:44 Marco Atzeri via Cygwin-announce
  0 siblings, 0 replies; 31+ messages in thread
From: Marco Atzeri via Cygwin-announce @ 2020-08-09 15:44 UTC (permalink / raw)
  To: cygwin

Several python packages have been uploaded

python27-sqlalchemy-1.3.18-1
python27-whoosh-2.7.4-3

python36-sphinx-3.1.2-2
python36-sphinxcontrib-websupport-1.2.3-1
python36-sqlalchemy-1.3.18-1
python36-whoosh-2.7.4-3

python37-sphinx-3.1.2-2
python37-sphinxcontrib-websupport-1.2.3-1
python37-sqlalchemy-1.3.18-1
python37-whoosh-2.7.4-3

python38-sphinx-3.1.2-2
python38-sphinxcontrib-websupport-1.2.3-1
python38-sqlalchemy-1.3.18-1
python38-whoosh-2.7.4-3

CYGWIN CHANGES
python3X-sphinx uses now alternatives for the possible usage
of concurrent versions

CHANGES
These are the latest upstream releases

DESCRIPTION
Python is a programming language that lets you work quickly
and integrate systems more effectively.
Python is powerful... and fast; plays well with others;
runs everywhere; is friendly & easy to learn; is Open.

HOMEPAGE
https://www.python.org/

Regards
Marco Atzeri


If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

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

* [ANNOUNCEMENT] Updated: python packages
@ 2020-08-06 20:35 Marco Atzeri via Cygwin-announce
  0 siblings, 0 replies; 31+ messages in thread
From: Marco Atzeri via Cygwin-announce @ 2020-08-06 20:35 UTC (permalink / raw)
  To: cygwin

Several python packages have been uploaded

python27-alabaster-0.7.12-2
python27-babel-2.8.0-1
python27-imagesize-1.2.0-1
python27-jinja2-2.11.2-1
python27-markupsafe-1.1.1-2
python27-packaging-20.4-1
python27-pyparsing-2.4.7-1
python27-pytz-2020.1-1
python27-snowballstemmer-2.0.0-1
python27-sphinx_rtd_theme-0.4.3-2

python36-alabaster-0.7.12-2
python36-babel-2.8.0-1
python36-imagesize-1.2.0-1
python36-jinja2-2.11.2-1
python36-markupsafe-1.1.1-2
python36-packaging-20.4-1
python36-pyparsing-2.4.7-1
python36-pytz-2020.1-1
python36-snowballstemmer-2.0.0-1
python36-sphinx_rtd_theme-0.4.3-2
python36-sphinx-3.1.2-1

python37-alabaster-0.7.12-2
python37-babel-2.8.0-1
python37-imagesize-1.2.0-1
python37-jinja2-2.11.2-1
python37-markupsafe-1.1.1-2
python37-packaging-20.4-1
python37-pyparsing-2.4.7-1
python37-pytz-2020.1-1
python37-snowballstemmer-2.0.0-1
python37-sphinx_rtd_theme-0.4.3-2
python37-sphinx-3.1.2-1

python38-alabaster-0.7.12-2
python38-babel-2.8.0-1
python38-imagesize-1.2.0-1
python38-jinja2-2.11.2-1
python38-markupsafe-1.1.1-2
python38-packaging-20.4-1
python38-pyparsing-2.4.7-1
python38-pytz-2020.1-1
python38-snowballstemmer-2.0.0-1
python38-sphinx_rtd_theme-0.4.3-2
python38-sphinx-3.1.2-1

CHANGES
These are the latest upstream releases

DESCRIPTION
Python is a programming language that lets you work quickly
and integrate systems more effectively.
Python is powerful... and fast; plays well with others;
runs everywhere; is friendly & easy to learn; is Open.

HOMEPAGE
https://www.python.org/

Regards
Marco Atzeri


If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

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

* [ANNOUNCEMENT] Updated: python packages
@ 2020-08-02 10:49 Marco Atzeri via Cygwin-announce
  0 siblings, 0 replies; 31+ messages in thread
From: Marco Atzeri via Cygwin-announce @ 2020-08-02 10:49 UTC (permalink / raw)
  To: cygwin

Several python packages have been uploaded

python27-nose-1.3.7-2
python27-testpath-0.4.4-1
python27-zmq-19.0.2-1

python36-cairo-1.19.1-1
python36-nose-1.3.7-2
python36-testpath-0.4.4-1
python36-zmq-19.0.2-1

python37-cairo-1.19.1-1
python37-nose-1.3.7-2
python37-testpath-0.4.4-1
python37-zmq-19.0.2-1

python38-cairo-1.19.1-1
python38-nose-1.3.7-2
python38-testpath-0.4.4-1
python38-zmq-19.0.2-1


CHANGES
These are the latest upstream releases

DESCRIPTION
Python is a programming language that lets you work quickly
and integrate systems more effectively.
Python is powerful... and fast; plays well with others;
runs everywhere; is friendly & easy to learn; is Open.

HOMEPAGE
https://www.python.org/

Regards
Marco Atzeri


If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

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

* [ANNOUNCEMENT] Updated: python packages
@ 2020-07-26 19:58 Marco Atzeri via Cygwin-announce
  0 siblings, 0 replies; 31+ messages in thread
From: Marco Atzeri via Cygwin-announce @ 2020-07-26 19:58 UTC (permalink / raw)
  To: cygwin

Several python packages have been uploaded

python27-decorator-4.4.2-1
python27-docutils-0.16-1
python27-ipython_genutils-0.2.0-2
python27-pexpect-4.8.0-1
python27-pickleshare-0.7.5-2
python27-ptyprocess-0.6.0-2
python27-requests-2.24.0-1
python27-simplegeneric-0.8.1-5
python27-traitlets-4.3.3-1
python27-wcwidth-0.2.5-1

python36-decorator-4.4.2-1
python36-docutils-0.16-1
python36-ipython_genutils-0.2.0-2
python36-ipython-7.16.1-1
python36-pexpect-4.8.0-1
python36-pickleshare-0.7.5-2
python36-prompt_toolkit-3.0.5-1
python36-ptyprocess-0.6.0-2
python36-pygments-2.6.1-1
python36-requests-2.24.0-1
python36-simplegeneric-0.8.1-5
python36-traitlets-4.3.3-1
python36-wcwidth-0.2.5-1

python37-decorator-4.4.2-1
python37-docutils-0.16-1
python37-ipython_genutils-0.2.0-2
python37-ipython-7.16.1-1
python37-pexpect-4.8.0-1
python37-pickleshare-0.7.5-2
python37-prompt_toolkit-3.0.5-1
python37-ptyprocess-0.6.0-2
python37-pygments-2.6.1-1
python37-requests-2.24.0-1
python37-simplegeneric-0.8.1-5
python37-traitlets-4.3.3-1
python37-wcwidth-0.2.5-1

python38-decorator-4.4.2-1
python38-docutils-0.16-1
python38-ipython_genutils-0.2.0-2
python38-ipython-7.16.1-1
python38-pexpect-4.8.0-1
python38-pickleshare-0.7.5-2
python38-prompt_toolkit-3.0.5-1
python38-ptyprocess-0.6.0-2
python38-pygments-2.6.1-1
python38-requests-2.24.0-1
python38-simplegeneric-0.8.1-5
python38-traitlets-4.3.3-1
python38-wcwidth-0.2.5-1



CHANGES
These are the latest upstream releases

DESCRIPTION
Python is a programming language that lets you work quickly
and integrate systems more effectively.
Python is powerful... and fast; plays well with others;
runs everywhere; is friendly & easy to learn; is Open.

HOMEPAGE
https://www.python.org/

Regards
Marco Atzeri


If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

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

* [ANNOUNCEMENT] Updated: python packages
@ 2020-07-23 17:59 Marco Atzeri via Cygwin-announce
  0 siblings, 0 replies; 31+ messages in thread
From: Marco Atzeri via Cygwin-announce @ 2020-07-23 17:59 UTC (permalink / raw)
  To: cygwin

Several python packages have been uploaded

python27-chardet-3.0.4-2
python27-idna-2.10-1
python27-requests-2.24.0-1
python27-urllib3-1.25.10-1

python36-chardet-3.0.4-2
python36-idna-2.10-1
python36-requests-2.24.0-1
python36-urllib3-1.25.10-1

python37-chardet-3.0.4-2
python37-idna-2.10-1
python37-requests-2.24.0-1
python37-urllib3-1.25.10-1

python38-chardet-3.0.4-2
python38-idna-2.10-1
python38-requests-2.24.0-1
python38-urllib3-1.25.10-1


CHANGES
These are the latest upstream releases

DESCRIPTION
Python is a programming language that lets you work quickly
and integrate systems more effectively.
Python is powerful... and fast; plays well with others;
runs everywhere; is friendly & easy to learn; is Open.

HOMEPAGE
https://www.python.org/

Regards
Marco Atzeri


If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

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

* [ANNOUNCEMENT] Updated: python packages
@ 2020-07-19 17:05 Marco Atzeri via Cygwin-announce
  0 siblings, 0 replies; 31+ messages in thread
From: Marco Atzeri via Cygwin-announce @ 2020-07-19 17:05 UTC (permalink / raw)
  To: cygwin

Several python packages have been uploaded

python27-cffi-1.14.0-1
python27-cython-0.29.21-1
python27-olefile-0.46-2
python27-ply-3.11-2
python27-pycparser-2.20-1

python36-cffi-1.14.0-1
python36-cython-0.29.21-1
python36-numpy-1.19.0-1
python36-olefile-0.46-2
python36-ply-3.11-2
python36-pycparser-2.20-1

python37-cffi-1.14.0-1
python37-cython-0.29.21-1
python37-numpy-1.19.0-1
python37-olefile-0.46-2
python37-ply-3.11-2
python37-pycparser-2.20-1

python38-cffi-1.14.0-1
python38-cython-0.29.21-1
python38-numpy-1.19.0-1
python38-olefile-0.46-2
python38-ply-3.11-2
python38-pycparser-2.20-1

CHANGES
These are the latest upstream releases

DESCRIPTION
Python is a programming language that lets you work quickly
and integrate systems more effectively.
Python is powerful... and fast; plays well with others;
runs everywhere; is friendly & easy to learn; is Open.

HOMEPAGE
https://www.python.org/

Regards
Marco Atzeri


If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

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

end of thread, other threads:[~2021-11-24 15:01 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-05 16:21 [ANNOUNCEMENT] Updated: python packages Marco Atzeri via Cygwin-announce
  -- strict thread matches above, loose matches on Subject: below --
2021-11-24 15:01 Marco Atzeri via Cygwin-announce
2021-05-05  2:39 Marco Atzeri via Cygwin-announce
2021-04-25  6:41 Marco Atzeri via Cygwin-announce
2021-02-17  5:26 Marco Atzeri via Cygwin-announce
2021-02-14 19:49 Marco Atzeri via Cygwin-announce
2021-02-14  8:34 Marco Atzeri via Cygwin-announce
2021-02-02 15:10 Marco Atzeri via Cygwin-announce
2021-02-01  9:57 Marco Atzeri via Cygwin-announce
2021-01-31  5:09 Marco Atzeri via Cygwin-announce
2021-01-30 15:29 Marco Atzeri via Cygwin-announce
2021-01-22 21:37 Marco Atzeri via Cygwin-announce
2021-01-22 23:49 ` Ken Brown
2021-02-09 21:31 ` Jon Turney
2021-02-10  2:29   ` Yaakov Selkowitz
2021-02-10  8:19     ` Marco Atzeri
2021-03-07 15:37       ` Jon Turney
2021-03-07 16:58         ` Ken Brown
2021-03-07 19:34           ` Marco Atzeri
2021-03-07 20:44             ` Ken Brown
2021-03-07 21:20               ` Brian Inglis
2021-05-04 17:04               ` Jon Turney
2020-08-16 12:46 Marco Atzeri via Cygwin-announce
2020-08-12  7:43 Marco Atzeri via Cygwin-announce
2020-08-10  8:08 Marco Atzeri via Cygwin-announce
2020-08-09 15:44 Marco Atzeri via Cygwin-announce
2020-08-06 20:35 Marco Atzeri via Cygwin-announce
2020-08-02 10:49 Marco Atzeri via Cygwin-announce
2020-07-26 19:58 Marco Atzeri via Cygwin-announce
2020-07-23 17:59 Marco Atzeri via Cygwin-announce
2020-07-19 17:05 Marco Atzeri via Cygwin-announce

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 read-only IMAP folder(s) and NNTP newsgroup(s).