Closed penguinpee closed 7 months ago
I think that this PR fixes this issue: https://github.com/crossbario/autobahn-python/pull/1634
yes, this is released on https://github.com/crossbario/autobahn-python/tree/v23.6.2
yes, this is released on https://github.com/crossbario/autobahn-python/tree/v23.6.2
it is not. v23.6.2 dates from June 2023.
will there be a corresponding pypi release?
For what it's worth, I applied the fix as a patch on top of 23.6.2 and it fixes the issue reported. At least we know it's working. :wink:
yes, I will push a release soonish. I tried actually at the time when I tagged the release - exactly like we always did. But even though I have 2FA on my PyPI, I ran into issues .. they changed sth. Anyways, I will look to get it done as soon as I find time.
Here's my latest knowledge on that, stated as a Makefile: https://github.com/meejah/fowl/blob/main/Makefile#L32
(You have to create a "token" now, ideally scoped to just the one thing)
I tried with ${HOME}/.pypirc
[distutils]
index-servers =
pypi
pypitest
[pypi]
username = __token__
password = pypi-AgEIcH...
[pypitest]
username = __token__
password = pypi-AgEIcH...
but it fails (auth error) ... will recheck tomorrow
this was trying "manual release publishing".
yet another issue is making "automatic release publishing" (pypa/gh-action-pypi-publish@release/v1
)
https://github.com/crossbario/autobahn-python/blob/master/.github/workflows/deploy.yml
work again.
cool logo btw! =)
no release yet?
no release yet?
sorry, the PyPI issue got me unrailed trying to fix the release:( I will try again .. hope to get back to a reasonable / working flow ..
We intend to update
pytest-asyncio
in Fedora to version 0.23.5.post1. Testing dependent packages showed failing tests inautobahn
inwamp
andwebsocket
:Test errors
```python =================================== FAILURES =================================== _________________________ TestSigVectors.test_vectors __________________________ self =Switching
autobahn
to usetwisted
for the time being wasn't as straight forward as I had hoped, either.Cc: @Jenselme (Fedora package maintainer)