Re: fabric3

2022-05-23 Thread za3k--- via
On 2022-04-07 5:18 pm, z...@za3k.com wrote: I've locally updated the Arch package to Python 3, and I can confirm installation and running 'fab' finally works. Thanks for your work, both! Sadly everything of mine depends on https://github.com/sebastien/cuisine which doesn't run on Python 3.

Re: fabric3

2022-04-07 Thread za3k--- via
On 2022-04-07 10:16 am, Jeff Forcier wrote: All right! IT IS DONE. 1.15.0 is tagged, pushed, merged, built, signed, published to PyPI, added to changelog, e t c. Thanks again to Mathias/za3k/everyone else for this. I'll put out a bugfix release or two for anything preventing installation/core

Re: 'fabric1' and 'fabric2' packages

2020-06-04 Thread za3k--- via
On 2020-05-29 06:14, Jeff Forcier wrote: This class of issue is a longstanding rare-but-never-vanquished frustration with Paramiko. I'd definitely make sure the Paramiko version is a recent (re: list of releases; I have not put any out in the last N months...) release. Well, I was able to

Re: 'fabric1' and 'fabric2' packages

2020-05-27 Thread za3k--- via
- I think it's worth asking the distros if they would allow a Python 2 Fabric 1 option, for those users who are still stuck supporting Py2, but like you say I would not be surprised if they've already closed that door. Will do. I'll hand them a package and they can say yes or no (asking before

Re: 'fabric1' and 'fabric2' packages

2020-05-26 Thread za3k--- via
+mailing list On 2020-05-25 15:19, z...@za3k.com wrote: On 2020-05-25 12:40, Jeff Forcier wrote: - First, please understand I'm still kinda buried so I can't take any serious action on my end this week. Hopefully by June. No worries, I'm currently retired after like 3 consecutive startup jobs

Re: 'fabric1' and 'fabric2' packages

2020-05-26 Thread za3k--- via
+mailing list, accidentally replied to Jeff/bitprophet directly On 2020-05-24 16:39, z...@za3k.com wrote: Thanks for the info, you're encouraging me. FYI my timeline is something like "this week", I don't see any big chunks of coding needed. 1. I see a couple options at this point. I'm going

Re: 'fabric1' and 'fabric2' packages

2020-05-26 Thread za3k--- via
+mailing list, accidentally replied to Jeff/bitprophet directly On 2020-05-25 12:40, Jeff Forcier wrote: In rough order: - First, please understand I'm still kinda buried so I can't take any serious action on my end this week. Hopefully by June. - FYI, my schedule at the dayjob is "open

fabric3

2020-05-26 Thread za3k--- via
Hi / tag Matthias! I've been talking to the fabric mailing list (cc'd) and the fabric developer bitprophet (cc'd). The subject is adding python3 support to fabric 1.x (even though 2.x is the latest) as part of making an official package. bitprophet, the current state is that this is forked

'fabric1' and 'fabric2' packages

2020-05-23 Thread za3k--- via
I'm going to try and put together Fabric 1.x packages for Arch Linux and Debian, for people like myself with old fabfiles they don't want to update. The current state is that all the linux packages default to Fabric 2.x. My feeling is that instead there should be both 'fabric1' and 'fabric2'

Re: 'fabric1' and 'fabric2' packages

2020-05-23 Thread za3k--- via
Hmm okay, so Python2 end-of-life was Jan 1. So actually, I think I will offer to backport python3 support to Fabric 1.x. This one I'm going to wait on a 'yes' before starting.