10 Commits

Author SHA1 Message Date
rembo10
4aaeaa704f apscheduler: 3.0.1 -> 3.10.1 2023-06-09 07:26:41 +05:30
hypsometric
b6388f7daa Fixes for Python 3.10
- deluge: b64encode returns bytes, transform into string before
  serializing to JSON.
- deluge: no more need to try different encodings for the torrent
  filename or the base64-encoded content, should all be unicode strings
  with Python 3
- collections.abc: Iterable, Mapping, MutableMapping, MutableSequence
  moved from collections to collections.abc since Python 3.3
- pygazelle: html.parser.HTMLParser().unescape() moved to
  html.unescape() in Python 3.4
2022-01-19 18:21:16 +01:00
rembo10
ab4dd18be4 Initial python3 changes
Mostly just updating libraries, removing string encoding/decoding,
fixing some edge cases. No new functionality was added in this
commit.
2022-01-14 10:38:06 +05:30
rembo10
2110eb9855 Revert "Migrate as much as possible to pip and requirements.txt"
This reverts commit 982594a4a5.
2016-01-29 15:38:12 +00:00
Jamie Magee
982594a4a5 Migrate as much as possible to pip and requirements.txt 2015-12-04 11:09:09 +01:00
Jesse Mullan
015d269667 Fix E711 comparison to None should be if cond is None: 2014-11-01 16:22:05 -07:00
Bas Stottelaar
553cc536c0 Upgraded APScheduler to 3.0.1. This includes pytz and tzlocal as dependencies. 2014-10-20 21:48:10 +02:00
Bas Stottelaar
a6fe517f87 Removed import lib.*/from lib.* 2014-09-16 22:06:41 +02:00
David
0c61eb11f5 Dropping trailing whitespaces 2014-08-06 12:46:26 +02:00
Remy
4971a67698 Big Update: Automatic updating, Show what albums/songs you already have, Config fixes, Fixed restart & shutdown buttons 2011-07-13 22:46:43 -07:00