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.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/fbe4f505c047
branches: trunk
changeset: 335232:fbe4f505c047
user: adam <adam%pkgsrc.org@localhost>
date: Sat Jun 15 19:04:24 2019 +0000
description:
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
diffstat:
textproc/py-guessit/Makefile | 7 +++----
textproc/py-guessit/PLIST | 4 +++-
textproc/py-guessit/distinfo | 10 +++++-----
3 files changed, 11 insertions(+), 10 deletions(-)
diffs (62 lines):
diff -r 695487a8ab25 -r fbe4f505c047 textproc/py-guessit/Makefile
--- a/textproc/py-guessit/Makefile Sat Jun 15 18:54:41 2019 +0000
+++ b/textproc/py-guessit/Makefile Sat Jun 15 19:04:24 2019 +0000
@@ -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 @@
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"
diff -r 695487a8ab25 -r fbe4f505c047 textproc/py-guessit/PLIST
--- a/textproc/py-guessit/PLIST Sat Jun 15 18:54:41 2019 +0000
+++ b/textproc/py-guessit/PLIST Sat Jun 15 19:04:24 2019 +0000
@@ -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/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/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
diff -r 695487a8ab25 -r fbe4f505c047 textproc/py-guessit/distinfo
--- a/textproc/py-guessit/distinfo Sat Jun 15 18:54:41 2019 +0000
+++ b/textproc/py-guessit/distinfo Sat Jun 15 19:04:24 2019 +0000
@@ -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