diff --git a/guessit-3.1.0.tar.gz b/guessit-3.1.0.tar.gz deleted file mode 100644 index 0c3a51e..0000000 --- a/guessit-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2dcd3f2acaf6c1a864f903f084ddd6a6b753f3107ae864355d7c8c1e9cb205b2 -size 144079 diff --git a/guessit-3.1.1.tar.gz b/guessit-3.1.1.tar.gz new file mode 100644 index 0000000..e181d41 --- /dev/null +++ b/guessit-3.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c68c6d4e9d639eba6534a838468115ad20f4c5a688eae3079f0c08d605a3b0 +size 147605 diff --git a/python-guessit.changes b/python-guessit.changes index 51bb6dd..4e6b7d8 100644 --- a/python-guessit.changes +++ b/python-guessit.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun May 3 13:55:37 UTC 2020 - Luigi Baldoni + +- Update to version 3.1.1 + * Drop python `3.4` support + * Use SafeLoader with `yaml.load()` + ------------------------------------------------------------------- Tue Sep 3 06:44:13 UTC 2019 - Luigi Baldoni diff --git a/python-guessit.spec b/python-guessit.spec index 5ef1bbd..be3d07d 100644 --- a/python-guessit.spec +++ b/python-guessit.spec @@ -1,7 +1,7 @@ # # spec file for package python-guessit # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-guessit -Version: 3.1.0 +Version: 3.1.1 Release: 0 Summary: A library for guessing information from video files License: LGPL-3.0-only @@ -48,7 +48,7 @@ a video using its filename only. This matcher works with both movies and TV shows episodes. %prep -%setup -q -n guessit-%{version} +%autosetup -n guessit-%{version} # Remove shebang from non-executable files for i in {'audio_codec','bit_rate','bonus','cds','container','country','crc','date','edition','episodes','episode_title','film','__init__','language','mimetype','other','part','release_group','screen_size','size','source','streaming_service','title','type','video_codec','website'}; do sed -i -e "1d" "guessit/rules/properties/$i.py"