Re: Python Packaging Policy

2022-12-12 Thread Efraim Flashner
On Thu, Dec 08, 2022 at 11:48:42AM +0100, zimoun wrote: > Hi, > > On Wed, 07 Dec 2022 at 17:22, jgart wrote: > > > What is our policy then for updating Python packages in our Python > > library collection? > > The policy is to not break the other packages; guix refresh -l python-. > > > > How

Re: Python Packaging Policy

2022-12-08 Thread zimoun
Hi, On Wed, 07 Dec 2022 at 17:22, jgart wrote: > What is our policy then for updating Python packages in our Python > library collection? The policy is to not break the other packages; guix refresh -l python-. > How are we assuring that all Python libraries are working well together? How? W

Python Packaging Policy

2022-12-07 Thread jgart
Hi Guixers, What is our approach/policy to versioning Python packages? Since we get Python packages from PyPi in addition to other sources we are not necessarily trying to mirror PyPi. What is our policy then for updating Python packages in our Python library collection? Rolling release? Blee