faust-streaming / faust

Python Stream Processing. A Faust fork
https://faust-streaming.github.io/faust/
Other
1.65k stars 183 forks source link

Bump mode-streaming to 0.2.0 #209

Closed tritas closed 2 years ago

tritas commented 3 years ago

Checklist

Steps to reproduce

Run the following in a new env:

pip install git+git://github.com/faust-streaming/mode@master
pip install git+git://github.com/faust-streaming/faust@master#egg=faust-streaming

Solution

Bump mode-streaming dependency in requirements/base.txt

taybin commented 3 years ago

We're waiting to regain access to the pypi account for mode-streaming. While mode-streaming has been tagged 0.2.0, we haven't been able to put a new release on pypi yet. This is blocking other PRs and is very frustrating for all of us.

tritas commented 3 years ago

I see, let's wait for the good people at PyPI then.

dennis-weyland-by commented 2 years ago

@taybin since this is quite old now: Would it make sense to create a new pypi account and release mode under a new name? Yes, this solution is far from ideal but probably better than to wait for months until you gain the credentials for mode-streaming :/

AntonOfTheWoods commented 2 years ago

Bump?

dennis-weyland-by commented 2 years ago

@AntonOfTheWoods https://pypi.org/project/mode-streaming/ seems like they got the pypi Account back

AntonOfTheWoods commented 2 years ago

@dennis-weyland-by , nice!. So this can be closed, we can bump, and then use python 3.10?

tritas commented 2 years ago

Related issue #267 Related PR: #205