Commit graph

122 commits

Author SHA1 Message Date
Labrys of Knossos
9d0097fa68 Refactor module_root -> module_path 2018-12-19 19:05:40 -05:00
Labrys of Knossos
54422992a4 Remove vendored pywin32 2018-12-19 17:08:36 -05:00
Labrys of Knossos
5f0a89f01c Enforce lib import order 2018-12-17 22:26:23 -05:00
Labrys of Knossos
0b03e27032 Add pyyaml version 3.13 to Python 2 requirements 2018-12-17 22:15:35 -05:00
Labrys of Knossos
eab3dabc94 Add BeautifulSoup4 version 4.6.3 to Python 2 requirements 2018-12-17 22:15:35 -05:00
Labrys of Knossos
26008b3607 Add feature to auto-update libs 2018-12-16 18:40:13 -05:00
Labrys of Knossos
43ffbc7c34 Add feature to make libs importable 2018-12-16 18:40:13 -05:00
Labrys of Knossos
b115ecc1fe Add requirements file 2018-12-16 18:33:01 -05:00
Labrys of Knossos
3a692c94a5 Move Windows libs to libs/windows 2018-12-16 13:50:35 -05:00
Labrys of Knossos
3975aaceb2 Move Python 2 libs to libs/py2 2018-12-16 13:50:28 -05:00
Labrys of Knossos
f3db9af8cf Move custom libs to libs/custom 2018-12-16 13:50:28 -05:00
Labrys of Knossos
1f4bd41bcc Move common libs to libs/common 2018-12-16 13:50:27 -05:00
Labrys of Knossos
4f3738fab5 Remove unused rarfile1 import 2018-12-16 11:50:58 -05:00
Labrys of Knossos
30a1789809 Update transmissionrpc to 0.11
Also updates:
- six-1.12.0
2018-12-16 11:50:58 -05:00
Labrys of Knossos
79011dbbc1 Update pyxdg to 0.26 2018-12-16 11:50:57 -05:00
Labrys of Knossos
41ccbfdede Update backports.functools-lru-cache to 1.5 2018-12-16 11:50:57 -05:00
Labrys of Knossos
49c9ea1350 Update futures to 3.2.0 2018-12-16 11:50:57 -05:00
Labrys of Knossos
8cd4b56891 Fix imports for Python 3 2018-12-15 22:04:26 -05:00
Labrys of Knossos
b0f0fed8f3 Update pywin32 to 224 2018-12-15 22:00:11 -05:00
Labrys of Knossos
ca1753341b
Merge pull request #1414 from clinton-hall/libs/beets
Update beets to 1.4.7
2018-12-15 21:58:38 -05:00
Labrys of Knossos
014852c683
Merge pull request #1408 from clinton-hall/fix/unvendor
Move vendored packages in `core` to `libs`
2018-12-15 21:58:23 -05:00
Labrys of Knossos
05c3de0f36 Merge branch 'nightly' into fix/unvendor 2018-12-15 16:19:55 -05:00
Labrys of Knossos
e854005ae1 Update beets to 1.4.7
Also updates:
- colorama-0.4.1
- jellyfish-0.6.1
- munkres-1.0.12
- musicbrainzngs-0.6
- mutagen-1.41.1
- pyyaml-3.13
- six-1.12.0
- unidecode-1.0.23
2018-12-15 16:09:52 -05:00
Labrys of Knossos
f3fcb47427 Update subliminal to 2.0.5
Also updates:
- appdirs-1.4.3
- babelfish-0.5.5
- beautifulsoup4-4.6.3
- certifi-2018.11.29
- chardet-3.0.4
- click-7.0
- decorator-4.3.0
- dogpile.cache-0.7.1
- enzyme-0.4.1
- guessit-3.0.3
- idna-2.8
- pbr-5.1.1
- pysrt-1.1.1
- python-dateutil-2.7.5
- pytz-2018.7
- rarfile-3.0
- rebulk-1.0.0
- requests-2.21.0
- six-1.12.0
- stevedore-1.30.0
- urllib3-1.24.1
2018-12-15 16:09:00 -05:00
Labrys of Knossos
2eb9d9dc7c Update guessit to 3.0.3
Also updates:
- babelfish-0.5.5
- python-dateutil-2.7.5
- rebulk-1.0.0
- six-1.12.0
2018-12-15 16:08:03 -05:00
Labrys of Knossos
76763e4b76
Merge pull request #1417 from clinton-hall/libs/jaraco
Update jaraco-windows to 3.9.2
2018-12-15 15:58:46 -05:00
Labrys of Knossos
7b7313c1d5 Update pkg_resources to package from setuptools 40.6.3 2018-12-15 15:12:49 -05:00
Labrys of Knossos
8d43b8ea39 Update jaraco-windows to 3.9.2
Also updates:
- importlib-metadata-0.7
- jaraco-windows
- jaraco.classes-1.5
- jaraco.collections-1.6.0
- jaraco.functools-1.20
- jaraco.structures-1.1.2
- jaraco.text-1.10.1
- jaraco.ui-1.6
- more-itertools-4.3.0
- path.py-11.5.0
- six-1.12.0
2018-12-15 15:06:37 -05:00
Labrys of Knossos
fc16e7c374 Update rencode to 1.0.6 2018-12-15 13:43:34 -05:00
Labrys of Knossos
d17ceb11f9 Move vendored package rencode from synchronousdeluge to libs 2018-12-15 13:43:33 -05:00
Labrys of Knossos
6bba210fd0 Fix imap is map in python 3 2018-12-15 13:40:07 -05:00
Labrys of Knossos
d8f7c4eb7b Fix imports for Python 3 2018-12-15 13:20:01 -05:00
Labrys of Knossos
87d6378768 Remove superfluous try..except 2018-12-15 13:19:57 -05:00
Labrys of Knossos
e3d282d0d4 Remove superfluous __all__ 2018-12-15 12:25:27 -05:00
Labrys of Knossos
7d6ef5b7c6 Remove unused imports 2018-12-15 12:25:15 -05:00
Labrys of Knossos
ec95829a37 Fix relative import 2018-12-15 12:25:05 -05:00
Labrys of Knossos
f26f017cc8 Merge remote-tracking branch 'origin/libs/transmission' into fix/unvendor
# Conflicts:
#	libs/transmissionrpc/__init__.py
2018-12-15 12:23:48 -05:00
Labrys of Knossos
e7eb7c8085 Merge remote-tracking branch 'origin/libs/qbittorrent' into fix/unvendor 2018-12-15 12:21:48 -05:00
Labrys of Knossos
9f6e2f0978 Merge remote-tracking branch 'origin/libs/linktastic' into fix/unvendor 2018-12-15 12:07:24 -05:00
Labrys of Knossos
3ed574a49f Move vendored packages in core to libs
Remove `core` references from vendored packages in `core` and optimize imports
2018-12-15 03:13:00 -05:00
Labrys of Knossos
27a294bfdc
Merge pull request #1413 from clinton-hall/libs/configobj
Update configobj to 5.0.6
2018-12-15 03:05:38 -05:00
Labrys of Knossos
8c8f58eae8
Merge pull request #1412 from clinton-hall/libs/babelfish
Update babelfish to 0.5.5
2018-12-15 02:52:17 -05:00
Labrys of Knossos
93c6c24225
Merge pull request #1411 from clinton-hall/libs/requests
Update requests to 2.21.0
2018-12-15 02:48:57 -05:00
Labrys of Knossos
ba758c1551 Update configobj to 5.0.6
Also updates:
- six-1.12.0
2018-12-15 01:58:50 -05:00
Labrys of Knossos
2e674ae169 Update transmissionrpc to 0.11
Also updates:
- six-1.12.0
2018-12-15 01:57:39 -05:00
Labrys of Knossos
ee7c75c994 Update python-qBittorrent to 0.3.1
Also updates:
- certifi-2018.11.29
- chardet-3.0.4
- idna-2.8
- requests-2.21.0
- urllib3-1.24.1
2018-12-15 01:56:43 -05:00
Labrys of Knossos
72226bffd8 Update requests to 2.21.0
Also updates:
- certifi-2018.11.29
- chardet-3.0.4
- idna-2.8
- urllib3-1.24.1
2018-12-15 01:48:06 -05:00
Labrys of Knossos
07629f9c47 Update six to 1.12.0 2018-12-15 01:35:09 -05:00
Labrys of Knossos
992a73d3f7 Update linktastic to 0.1.0 2018-12-15 01:32:46 -05:00
Labrys of Knossos
b4dd6afa41 Update babelfish to 0.5.5 2018-12-15 01:26:59 -05:00