From eae627b1bdd8a5d1c485be73b38052ada312bf51 Mon Sep 17 00:00:00 2001 From: Toilal Date: Sun, 11 Sep 2016 12:04:12 +0200 Subject: [PATCH] Upgrade rebulk to 0.7.4 Close #306 --- guessit/test/episodes.yml | 9 +++++++++ setup.py | 4 +--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/guessit/test/episodes.yml b/guessit/test/episodes.yml index 3aa031e..4022c25 100644 --- a/guessit/test/episodes.yml +++ b/guessit/test/episodes.yml @@ -1855,3 +1855,12 @@ title: Game of Thrones type: episode video_codec: h265 + +? Fargo.-.Season.1.-.720p.BluRay.-.x264.-.ShAaNiG +: format: BluRay + release_group: ShAaNiG + screen_size: 720p + season: 1 + title: Fargo + type: episode + video_codec: h264 diff --git a/setup.py b/setup.py index ee493ec..ae7118d 100644 --- a/setup.py +++ b/setup.py @@ -16,9 +16,7 @@ with io.open(os.path.join(here, 'README.rst'), encoding='utf-8') as f: with io.open(os.path.join(here, 'HISTORY.rst'), encoding='utf-8') as f: history = f.read() -install_requires = ['rebulk>=0.7.3', 'babelfish>=0.5.5', 'python-dateutil'] -# python-dateutil 2.5.2 introduced a change with month position in ambiguous day/month dates when year is first. -# https://github.com/dateutil/dateutil/commit/2d42e046d55b9fbbc0a2f41ce83fb8ec5de2d28b#commitcomment-17032106 +install_requires = ['rebulk>=0.7.4', 'babelfish>=0.5.5', 'python-dateutil'] if sys.version_info < (2, 7): install_requires.extend(['argparse', 'ordereddict']) setup_requires = ['pytest-runner']