pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-guessit



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jun 15 19:04:24 UTC 2019

Modified Files:
        pkgsrc/textproc/py-guessit: Makefile PLIST distinfo

Log Message:
py-guessit: updated to 3.0.4

3.0.4:
- screen_size property 540p was added.
- Fix audio_channel detection for 6.0
- Fix common words being detected as language
- streaming_service is now configurable in advanced options
- Add DC Universe to streaming_service
- Improve detection when release name in between brackets
- Improve language detection
- Fix wrong 3D detection
- Fix to keep separators for single characters. E.g.: S.W.A.T.
- Fix Show Name/Season SS/Ep. EE - Title
- Added This is Us to default expected titles
- Added suggested_expected to the api to support apps that uses guessit as a library
- Added Extras detection as other property
- Add more streaming sites


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-guessit/Makefile \
    pkgsrc/textproc/py-guessit/PLIST pkgsrc/textproc/py-guessit/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-guessit/Makefile
diff -u pkgsrc/textproc/py-guessit/Makefile:1.4 pkgsrc/textproc/py-guessit/Makefile:1.5
--- pkgsrc/textproc/py-guessit/Makefile:1.4     Wed Nov 28 14:48:15 2018
+++ pkgsrc/textproc/py-guessit/Makefile Sat Jun 15 19:04:24 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/11/28 14:48:15 adam Exp $
+# $NetBSD: Makefile,v 1.5 2019/06/15 19:04:24 adam Exp $
 
-DISTNAME=      guessit-3.0.3
+DISTNAME=      guessit-3.0.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/guessit/}
@@ -22,8 +22,7 @@ USE_LANGUAGES=        # none
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
-               ${MV} guessit guessit-${PYVERSSUFFIX} || ${TRUE}
+       ${MV} guessit guessit-${PYVERSSUFFIX} || ${TRUE}
 
-.include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-guessit/PLIST
diff -u pkgsrc/textproc/py-guessit/PLIST:1.4 pkgsrc/textproc/py-guessit/PLIST:1.5
--- pkgsrc/textproc/py-guessit/PLIST:1.4        Wed Nov 28 14:48:15 2018
+++ pkgsrc/textproc/py-guessit/PLIST    Sat Jun 15 19:04:24 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2018/11/28 14:48:15 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2019/06/15 19:04:24 adam Exp $
 bin/guessit-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -174,6 +174,7 @@ ${PYSITELIB}/guessit/test/rules/__init__
 ${PYSITELIB}/guessit/test/rules/audio_codec.yml
 ${PYSITELIB}/guessit/test/rules/bonus.yml
 ${PYSITELIB}/guessit/test/rules/cds.yml
+${PYSITELIB}/guessit/test/rules/common_words.yml
 ${PYSITELIB}/guessit/test/rules/country.yml
 ${PYSITELIB}/guessit/test/rules/date.yml
 ${PYSITELIB}/guessit/test/rules/edition.yml
@@ -194,6 +195,7 @@ ${PYSITELIB}/guessit/test/rules/title.ym
 ${PYSITELIB}/guessit/test/rules/video_codec.yml
 ${PYSITELIB}/guessit/test/rules/website.yml
 ${PYSITELIB}/guessit/test/streaming_services.yaml
+${PYSITELIB}/guessit/test/suggested.json
 ${PYSITELIB}/guessit/test/test-input-file.txt
 ${PYSITELIB}/guessit/test/test_api.py
 ${PYSITELIB}/guessit/test/test_api.pyc
Index: pkgsrc/textproc/py-guessit/distinfo
diff -u pkgsrc/textproc/py-guessit/distinfo:1.4 pkgsrc/textproc/py-guessit/distinfo:1.5
--- pkgsrc/textproc/py-guessit/distinfo:1.4     Wed Nov 28 14:48:15 2018
+++ pkgsrc/textproc/py-guessit/distinfo Sat Jun 15 19:04:24 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/11/28 14:48:15 adam Exp $
+$NetBSD: distinfo,v 1.5 2019/06/15 19:04:24 adam Exp $
 
-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
+SHA1 (guessit-3.0.4.tar.gz) = 5fd620449457b1680401c575ff51843030662584
+RMD160 (guessit-3.0.4.tar.gz) = fde7cf053cb3b23363772a0b991c04e8ada67e64
+SHA512 (guessit-3.0.4.tar.gz) = 289d559eedfb0fa165457a97b600f2e2998ae0a9db49cbf4394382524a5d81ae1c3a87509f9d5c97f25026c11f5875ff46c22b1a58483d040c92d1d3c58713d7
+Size (guessit-3.0.4.tar.gz) = 142331 bytes



Home | Main Index | Thread Index | Old Index