GothenburgBitFactory / bugwarrior

Pull github, bitbucket, and trac issues into taskwarrior
http://pypi.python.org/pypi/bugwarrior
GNU General Public License v3.0
732 stars 209 forks source link

Release 2.0 #1030

Open ekohl opened 5 months ago

ekohl commented 5 months ago

The last release was done in 2020, but git commits are much more recent. Any plans to create a new release?

ryneeverett commented 5 months ago

Yes, we're close. There are two prerequisites, neither of which is blocking the other.

JoshMock commented 2 months ago

Just curious if there have been any updates on this. Arch Linux just bumped to Python 3.12, causing bugwarrior-pull to be broken due to missing the fix in https://github.com/GothenburgBitFactory/bugwarrior/pull/1019. I can run it in an env with an older Python build, so I have a workaround, but it'd be great to get all the latest changes out there. :black_heart:

ryneeverett commented 2 months ago

Not much of an update:

Re: Arch -- @JoshMock Am I correct in understanding that all Arch packages use system python which is now 3.12? I find it hard to believe anything works on Arch without more flexibility than that.

JoshMock commented 2 months ago

Re: Arch -- @JoshMock Am I correct in understanding that all Arch packages use system python which is now 3.12? I find it hard to believe anything works on Arch without more flexibility than that.

Correct. The downside of a rolling update Linux distro. The upside is that we help package maintainers by finding all the bugs before everyone else upgrades. 😉

Anyway, Arch's recommended workaround is to use one of Python's many packaging tools instead, depending on your need. I used pipx to get Bugwarrior working again, so I'm good for now.

Thanks for all your hard work maintaining this super valuable tool!