pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-guessit py-guessit: updated to 3.0.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d9a660324d3
branches:  trunk
changeset: 325964:7d9a660324d3
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 28 14:48:15 2018 +0000

description:
py-guessit: updated to 3.0.3

3.0.3:
- Add MP2 audio_codec value.
- Proper and Fix have been separated in two distinct other values.
- Add 1e18 season/episode pattern.
- Fix false release_group matches with --expected-title option.
- Fix parent folder ending with a digit detected as title
- Fix wrong season/year with --type episode  option. Serie(s) keyword has been removed from default configuration.
- Fix missing property when episode_details pattern appears in title.

3.0.2:
- Ensure consistent behavior between CLI and Python module. It's now possible to override advanced_config at
runtime through options dict. Rebulk rules are lazily rebuilt when advanced_config is changed since previous
call.
- Refactored command line options and loading behavior related to configuration files (see -c CONFIG,
--config CONFIG, --no-user-config, --no-default-config)

3.0.1:
- Removed Extras and Bonus values from episode_details property as those tags may also appear in movies
- Add Scalable Video Coding, Advanced Video Codec High Definition and High Efficiency Video Coding values to
video_profile
- Add support for Python 3.7
- Add mk3d value to container
- Better title cleanup containing acronyms (like Marvel's Agents of S.H.I.E.L.D)
- Fix issue with ES audio_profile breaking titles
- Fix crash for files ending with Rip

diffstat:

 textproc/py-guessit/ALTERNATIVES |   2 +-
 textproc/py-guessit/Makefile     |   9 +++++----
 textproc/py-guessit/PLIST        |   7 +++++--
 textproc/py-guessit/distinfo     |  10 +++++-----
 4 files changed, 16 insertions(+), 12 deletions(-)

diffs (71 lines):

diff -r df0836ab8606 -r 7d9a660324d3 textproc/py-guessit/ALTERNATIVES
--- a/textproc/py-guessit/ALTERNATIVES  Wed Nov 28 14:45:47 2018 +0000
+++ b/textproc/py-guessit/ALTERNATIVES  Wed Nov 28 14:48:15 2018 +0000
@@ -1,1 +1,1 @@
-bin/guessit @PREFIX@/bin/guessit@PYVERSSUFFIX@
+bin/guessit @PREFIX@/bin/guessit-@PYVERSSUFFIX@
diff -r df0836ab8606 -r 7d9a660324d3 textproc/py-guessit/Makefile
--- a/textproc/py-guessit/Makefile      Wed Nov 28 14:45:47 2018 +0000
+++ b/textproc/py-guessit/Makefile      Wed Nov 28 14:48:15 2018 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2018/07/03 09:46:42 adam Exp $
+# $NetBSD: Makefile,v 1.4 2018/11/28 14:48:15 adam Exp $
 
-DISTNAME=      guessit-3.0.0
+DISTNAME=      guessit-3.0.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/guessit/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://guessit.io/
+HOMEPAGE=      https://guessit.readthedocs.io/en/latest/
 COMMENT=       Extracts as much information as possible from a video filename
 LICENSE=       gnu-lgpl-v3
 
@@ -21,7 +21,8 @@
 USE_LANGUAGES= # none
 
 post-install:
-       cd ${DESTDIR}${PREFIX}/bin && ${MV} guessit guessit${PYVERSSUFFIX} || ${TRUE}
+       cd ${DESTDIR}${PREFIX}/bin && \
+               ${MV} guessit guessit-${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
diff -r df0836ab8606 -r 7d9a660324d3 textproc/py-guessit/PLIST
--- a/textproc/py-guessit/PLIST Wed Nov 28 14:45:47 2018 +0000
+++ b/textproc/py-guessit/PLIST Wed Nov 28 14:48:15 2018 +0000
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2018/07/03 09:46:42 adam Exp $
-bin/guessit${PYVERSSUFFIX}
+@comment $NetBSD: PLIST,v 1.4 2018/11/28 14:48:15 adam Exp $
+bin/guessit-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -26,6 +26,9 @@
 ${PYSITELIB}/guessit/jsonutils.py
 ${PYSITELIB}/guessit/jsonutils.pyc
 ${PYSITELIB}/guessit/jsonutils.pyo
+${PYSITELIB}/guessit/monkeypatch.py
+${PYSITELIB}/guessit/monkeypatch.pyc
+${PYSITELIB}/guessit/monkeypatch.pyo
 ${PYSITELIB}/guessit/options.py
 ${PYSITELIB}/guessit/options.pyc
 ${PYSITELIB}/guessit/options.pyo
diff -r df0836ab8606 -r 7d9a660324d3 textproc/py-guessit/distinfo
--- a/textproc/py-guessit/distinfo      Wed Nov 28 14:45:47 2018 +0000
+++ b/textproc/py-guessit/distinfo      Wed Nov 28 14:48:15 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/07/03 09:46:42 adam Exp $
+$NetBSD: distinfo,v 1.4 2018/11/28 14:48:15 adam Exp $
 
-SHA1 (guessit-3.0.0.tar.gz) = b724f5dcf7852cc8958ec7bdad6974858b8b9d26
-RMD160 (guessit-3.0.0.tar.gz) = 79fdd05cbcfb351bac2a3bfd359f0c3b7954da0b
-SHA512 (guessit-3.0.0.tar.gz) = 87f19dc1c6b4f46fa1f2682f7c3bab91cf094df06904b8d9771159f346612b9d0adef4aef55315dd00d07787319d17008e936b125941abba5b869df6a91cb1c6
-Size (guessit-3.0.0.tar.gz) = 133379 bytes
+SHA1 (guessit-3.0.3.tar.gz) = c1557fce6dc87f48c411ad5d19c0869521729533
+RMD160 (guessit-3.0.3.tar.gz) = 30b5e403fbbde6d5181b4dd02a5540af7353607d
+SHA512 (guessit-3.0.3.tar.gz) = c8743ee7e93e425c129c659afa0446d37a0e621e48659e283780c33659179e1b2d047a5656d6064afab8fc06711b76c073f131d1b6afbb7d663f3505ab25bf8b
+Size (guessit-3.0.3.tar.gz) = 137804 bytes



Home | Main Index | Thread Index | Old Index