Accepting request 869103 from home:alois:branches:devel:languages:python
- Update to verison 3.3.0 Feature: * Add --output-input-string option * streaming_service: Add Showtime, HBO and AppleTV * other: Add Hybrid support Fix: * options: Avoid appending None values to list when merging options * streaming_service: Add iT keyword support for iTunes * streaming_service: Fix regex patterns declared with re: prefix Documentation: * readme: Avoid mixed-content in github pages OBS-URL: https://build.opensuse.org/request/show/869103 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-guessit?expand=0&rev=30
This commit is contained in:
parent
17b049e40e
commit
a00c1788f1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d74424e28196e20ac492c86d60b1784c32b39804d909ac6c204bfa53c2a7dfcb
|
|
||||||
size 147286
|
|
3
guessit-3.3.0.tar.gz
Normal file
3
guessit-3.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d49d281836fd410568a16acfac4a0d36bc9f59cc5cd18615b2dcbe10719f64e6
|
||||||
|
size 157901
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 4 05:51:52 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
- Update to verison 3.3.0
|
||||||
|
Feature:
|
||||||
|
* Add --output-input-string option
|
||||||
|
* streaming_service: Add Showtime, HBO and AppleTV
|
||||||
|
* other: Add Hybrid support
|
||||||
|
Fix:
|
||||||
|
* options: Avoid appending None values to list when merging
|
||||||
|
options
|
||||||
|
* streaming_service: Add iT keyword support for iTunes
|
||||||
|
* streaming_service: Fix regex patterns declared with re:
|
||||||
|
prefix
|
||||||
|
Documentation:
|
||||||
|
* readme: Avoid mixed-content in github pages
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 24 09:10:44 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
Thu Dec 24 09:10:44 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-guessit
|
# spec file for package python-guessit
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-guessit
|
Name: python-guessit
|
||||||
Version: 3.2.0
|
Version: 3.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A library for guessing information from video files
|
Summary: A library for guessing information from video files
|
||||||
License: LGPL-3.0-only
|
License: LGPL-3.0-only
|
||||||
@ -38,7 +38,7 @@ Requires: python-babelfish >= 0.5.5
|
|||||||
Requires: python-python-dateutil
|
Requires: python-python-dateutil
|
||||||
Requires: python-rebulk >= 2.0.0
|
Requires: python-rebulk >= 2.0.0
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun):update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user