Skip to content

Commit

Permalink
updated pynzbget info to upstream v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Oct 29, 2017
1 parent ca0f2e9 commit f927376
Show file tree
Hide file tree
Showing 6 changed files with 437 additions and 37 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ should be known that Subliminal.py depends on the following packages:
| html5lib | 0.999 | https://pypi.python.org/pypi/html5lib/0.999 |
| ndg-httpsclient | 0.3.2 | https://pypi.python.org/pypi/ndg-httpsclient/0.3.2 |
| ordereddict | 1.1 | https://pypi.python.org/pypi/ordereddict/1.1 |
| pynzbget | 0.5.1 | https://pypi.python.org/pypi/pynzbget/0.5.1 |
| pynzbget | 0.6.1 | https://pypi.python.org/pypi/pynzbget/0.6.1 |
| repoze.lru | 0.6 | https://pypi.python.org/pypi/repoze.lru/0.6 |
| requests **[P]** | 2.3.0 | https://pypi.python.org/pypi/requests/2.3.0 |
| setuptools | 0.6.10 | http://svn.python.org/projects/sandbox/branches/setuptools-0.6/pkg_resources.py |
Expand Down
4 changes: 2 additions & 2 deletions Subliminal/nzbget/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
# GNU Lesser General Public License for more details.
#
__title__ = 'pynzbget'
__version__ = '0.5.1'
__version__ = '0.6.1'
__author__ = 'Chris Caron <lead2gold@gmail.com>'
__license__ = 'GPLv3'
__copywrite__ = 'Copyright 2014-2017 Chris Caron <lead2gold@gmail.com'
__copywrite__ = 'Copyright 2014-2017 Chris Caron <lead2gold@gmail.com>'

from .ScriptBase import *
from .SchedulerScript import *
Expand Down
34 changes: 0 additions & 34 deletions Subliminal_Licensing/python-nzbget-0.5.1/PKG-INFO

This file was deleted.

Loading

0 comments on commit f927376

Please sign in to comment.