Commit graph

2120 commits

Author SHA1 Message Date
Labrys of Knossos
214ad21ea1 Refactor autoProcess -> auto_process 2018-12-19 17:20:51 -05:00
Labrys of Knossos
88b5f04f5c
Merge pull request #1438 from clinton-hall/libs/pywin32
Remove vendored pywin32
2018-12-19 17:15:19 -05:00
Labrys of Knossos
54422992a4 Remove vendored pywin32 2018-12-19 17:08:36 -05:00
clinton-hall
0700aa0400 fix six import in TorrentToMedia. #1433 2018-12-18 19:38:18 +13:00
Labrys of Knossos
a827c8700b
Merge pull request #1435 from clinton-hall/libs/fix-py2
Enforce lib import order
2018-12-17 22:28:23 -05:00
Labrys of Knossos
5f0a89f01c Enforce lib import order 2018-12-17 22:26:23 -05:00
Labrys of Knossos
af93f25f5b
Merge pull request #1434 from clinton-hall/libs/fix-py2
Fix python 2 libs
2018-12-17 22:19:30 -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
2f01d12755
Merge pull request #1432 from clinton-hall/libs/requirements
Fix `.gitignore` for `dist-info` and `egg-info`
2018-12-17 00:10:00 -05:00
Labrys of Knossos
f0451bc31a Fix .gitignore for dist-info and egg-info 2018-12-17 00:09:00 -05:00
Labrys of Knossos
7798a71448
Merge pull request #1431 from clinton-hall/quality/pep8
Various PEP8 fixes
2018-12-16 23:40:11 -05:00
Labrys of Knossos
41fa636fc2 PEP8 Argument should be lowercase 2018-12-16 23:33:31 -05:00
Labrys of Knossos
7f2a4d2605 PEP8 Class name should be CamelCase 2018-12-16 22:05:08 -05:00
Labrys of Knossos
d8cbf422dd PEP8 Function name should be lowercase 2018-12-16 21:59:24 -05:00
Labrys of Knossos
97e1ed71b3 PEP8 Variable in function should be lowercase 2018-12-16 21:59:24 -05:00
Labrys of Knossos
39f8949ede
Merge pull request #1429 from clinton-hall/libs/refactor
Refactor libs
2018-12-16 19:03:59 -05:00
Labrys of Knossos
248dd8609b Fix six not available before core import 2018-12-16 18:40:13 -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
8dbb1a2451
Merge pull request #1428 from clinton-hall/libs/requirements
Update requirements
2018-12-16 11:52:04 -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
8a897fed98 Add Python 2 specific requirements file 2018-12-16 11:50:46 -05:00
Labrys of Knossos
ad4ca05b64 Add pyxdg to requirements file 2018-12-16 11:42:06 -05:00
Labrys of Knossos
cd761c5ba9
Merge pull request #1427 from clinton-hall/fix/py3
Fix Github in Python 3
2018-12-16 09:35:29 -05:00
Labrys of Knossos
c9c16c230d Fix gh_api 2018-12-16 09:32:57 -05:00
Labrys of Knossos
3b289ba8e8 Fix str expected instead of bytes 2018-12-16 09:20:58 -05:00
Labrys of Knossos
563a6e1ecb
Merge pull request #1426 from clinton-hall/feature/Python3
Add Python 3 compatibility
2018-12-15 22:06:15 -05:00
Labrys of Knossos
8d3150cfc6 Fix fork detection in Python 3 2018-12-15 22:04:26 -05:00
Labrys of Knossos
959e2c317e Fix near operational error in upsert 2018-12-15 22:04:26 -05:00
Labrys of Knossos
84338c76c6 Fix TypeError: expected str instance, int found 2018-12-15 22:04:26 -05:00
Labrys of Knossos
8cd4b56891 Fix imports for Python 3 2018-12-15 22:04:26 -05:00
Labrys of Knossos
f5f6562fe9 Fix strings for Python 3
`basestring` not available in Python 3
`unicode` not available in Python 3
`str` expected instead of `bytes`
2018-12-15 22:04:26 -05:00
Labrys of Knossos
4ee656f22c Fix next in Python 3
In Python 3 `obj.next` is renamed to `obj.__next__` and should be
called with the `next` builtin.
2018-12-15 22:04:25 -05:00
Labrys of Knossos
943bdc9320 Fix dict usage in Python 3
`KeysView` does not support indexing
'dict_values' does not support operand type `+`
2018-12-15 22:04:25 -05:00
Labrys of Knossos
f744e6ea97
Merge pull request #1418 from clinton-hall/libs/pywin32
Add pywin32 version 224
2018-12-15 22:03:59 -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
5744e4ab04
Merge pull request #1416 from clinton-hall/libs/subliminal
Update subliminal to 2.0.5
2018-12-15 21:57:26 -05:00
Labrys of Knossos
8b08774ab1
Merge pull request #1415 from clinton-hall/libs/guessit
Update guessit to 3.0.3
2018-12-15 21:56:44 -05:00