whatsnowplaying / whats-now-playing

Titling software for streamers who use DJ software like Serato, Virtual DJ, and more.
MIT License
60 stars 11 forks source link

python 3.11 issues #711

Closed aw-was-here closed 5 months ago

aw-was-here commented 1 year ago
../../wnp11/lib/python3.11/site-packages/tinytag/tinytag.py:34
  /Users/aw/wnp11/lib/python3.11/site-packages/tinytag/tinytag.py:34: DeprecationWarning: 'chunk' is deprecated and slated for removal in Python 3.13
    from chunk import Chunk

../../wnp11/lib/python3.11/site-packages/tinytag/tinytag.py:42
  /Users/aw/wnp11/lib/python3.11/site-packages/tinytag/tinytag.py:42: DeprecationWarning: 'aifc' is deprecated and slated for removal in Python 3.13
    import aifc

tests/test_config.py::test_reset1
  /Users/aw/Src/whats-now-playing/nowplaying/vendor/discogs_client/utils.py:102: DeprecationWarning: In 3.13 classes created inside an enum will not become a member.  Use the `member` decorator to keep the current behavior.
    class By(Enum):

tests/test_config.py::test_reset1
  /Users/aw/Src/whats-now-playing/nowplaying/vendor/discogs_client/utils.py:123: DeprecationWarning: In 3.13 classes created inside an enum will not become a member.  Use the `member` decorator to keep the current behavior.
    class Order(Enum):

tests/test_config.py::test_reset1
  /Users/aw/Src/whats-now-playing/nowplaying/vendor/discogs_client/fetchers.py:227: DeprecationWarning: invalid escape sequence '\w'
    path_with_params = re.compile('(?P<dir>(\w+/)+)(?P<query>\w+)\?(?P<params>.*)')

tests/test_webserver.py::test_startstopwebserver
  /Users/aw/wnp11/lib/python3.11/site-packages/discord/player.py:28: DeprecationWarning: 'audioop' is deprecated and slated for removal in Python 3.13
    import audioop
aw-was-here commented 1 year ago

765 updated tinytag

aw-was-here commented 11 months ago

https://github.com/Rapptz/discord.py/issues/9477

aw-was-here commented 7 months ago

joalla/discogs_client#141

aw-was-here commented 5 months ago

mostly fixed at this point