Accepting request 317490 from home:alois:branches:devel:languages:python
Update to version 0.10.3 OBS-URL: https://build.opensuse.org/request/show/317490 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-guessit?expand=0&rev=2
This commit is contained in:
parent
7912ddf175
commit
5e5456e02c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:882fe1d1604d054052a58c792aa2639fe7ec9c8c6dbf909bfbdfbf192bb854f9
|
||||
size 140782
|
3
guessit-0.10.3.tar.gz
Normal file
3
guessit-0.10.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d14ea0a2ea3413ec46119ea4d7a91b1f045761cfb3dc262c9dcd545742712dfe
|
||||
size 141772
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 18 18:10:18 UTC 2015 - aloisio@gmx.com
|
||||
|
||||
- Update to version 0.10.3
|
||||
* Fix issues related to unicode encoding/decoding
|
||||
* Fix possible crashes in guess_video_rexps
|
||||
* Fix invalid guess result when crc32 contains 6 digits than
|
||||
can be parsed as a date
|
||||
version 0.10.2:
|
||||
* Use common words to resolve conflicts on strings
|
||||
* Bump babelfish version
|
||||
* Fix setuptools deprecation warning
|
||||
* Package argparse dependency only if python<2.7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 11 01:13:10 UTC 2015 - aloisio@gmx.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-guessit
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,8 +15,9 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: python-guessit
|
||||
Version: 0.10.1
|
||||
Version: 0.10.3
|
||||
Release: 0
|
||||
Summary: GuessIt - a library for guessing information from video files
|
||||
License: LGPL-3.0
|
||||
@ -25,8 +26,8 @@ Url: https://github.com/wackou/guessit
|
||||
Source0: https://pypi.python.org/packages/source/g/guessit/guessit-%{version}.tar.gz
|
||||
Source1: python-guessit-rpmlintrc
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-setuptools
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?suse_version} > 1110
|
||||
BuildArch: noarch
|
||||
|
Loading…
x
Reference in New Issue
Block a user