pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-filetype



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Nov 14 10:11:38 UTC 2022

Modified Files:
        pkgsrc/sysutils/py-filetype: Makefile PLIST distinfo

Log Message:
py-filetype: updated to 1.2.0

v1.2.0 / 2022-11-02
===================

* chore(version): bump minor
* Merge pull request 147 from sayanarijit/fix-146
* Add tests for m4a
* Try matching audio before video
* Merge pull request 145 from RSabet/master
* update README to include avif
* added image filetype avif
* Update __init__.py
* Merge pull request 141 from ferstar/master
* test: remove unused imported(F401)
* refactor: duck-typing reading magic string and try to restore the reader position if possible
* test: fix E275 missing whitespace after keyword
* test: Use tox pipeline instead of pytest
* test: ignore E501 error for flake8 check
* fix: CLI params parser
* Merge pull request 137 from ferstar/master
* fix: guess ".docx" func and add another doc file test case
* fix: guess ".doc" func and add another doc file test case
* test: skip benchmark test in tox config
* fix: restore reader position after retrieving signature bytes
* Merge pull request 136 from ferstar/master
* test: no need to skip zstd test case
* Merge pull request 135 from ferstar/master
* fix: regression for file-like obj file type detection
* Merge pull request 134 from babenek/actions
* Merge pull request 129 from ferstar/master
* Merge branch 'master' into master
* Merge pull request 133 from magbyr/master
* Merge pull request 131 from babenek/master
* CI workflow in github actions
* Changed to if statements in matching method
* Changed return method because of coverage calculation problems
* Extra line at EOF
* Extra line at EOF
* Extra line at EOF
* Apply suggestions from code review
* README changes
* Linter changes
* Added document filetypes for doc, docx, odt, xls, xlsx, ods, ppt, pptx and odp. Added tests and sample documents for document filetypes
* Fix undocumented exception
* style: Simplify binary to integer method
* feat: add zstd skippable frames support
* test: fix the tox config and missing test sample files
* test: fix the zst test sample file
* fix(readme): rst syntax wtf


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/py-filetype/Makefile \
    pkgsrc/sysutils/py-filetype/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/py-filetype/PLIST

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

Modified files:

Index: pkgsrc/sysutils/py-filetype/Makefile
diff -u pkgsrc/sysutils/py-filetype/Makefile:1.8 pkgsrc/sysutils/py-filetype/Makefile:1.9
--- pkgsrc/sysutils/py-filetype/Makefile:1.8    Thu Aug 18 17:11:56 2022
+++ pkgsrc/sysutils/py-filetype/Makefile        Mon Nov 14 10:11:38 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2022/08/18 17:11:56 adam Exp $
+# $NetBSD: Makefile,v 1.9 2022/11/14 10:11:38 adam Exp $
 
-DISTNAME=      filetype-1.1.0
+DISTNAME=      filetype-1.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/filetype/}
Index: pkgsrc/sysutils/py-filetype/distinfo
diff -u pkgsrc/sysutils/py-filetype/distinfo:1.8 pkgsrc/sysutils/py-filetype/distinfo:1.9
--- pkgsrc/sysutils/py-filetype/distinfo:1.8    Thu Aug 18 17:11:56 2022
+++ pkgsrc/sysutils/py-filetype/distinfo        Mon Nov 14 10:11:38 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/08/18 17:11:56 adam Exp $
+$NetBSD: distinfo,v 1.9 2022/11/14 10:11:38 adam Exp $
 
-BLAKE2s (filetype-1.1.0.tar.gz) = a74a9cf38f4b0dbeaaa01729e3fb8c6f028f945b7fe012cf3961a37f85be08da
-SHA512 (filetype-1.1.0.tar.gz) = 88370af684b772ed017553a3b635fa5d556e952a8f3248d0905db460cbb49f7ad7cd5a0ec235307209800531076b14091211174d08a9b182fe666b538d00531d
-Size (filetype-1.1.0.tar.gz) = 805380 bytes
+BLAKE2s (filetype-1.2.0.tar.gz) = 86c087fb00b217325871293e76b6947fc602fb26045feaec594809bbfed6b84a
+SHA512 (filetype-1.2.0.tar.gz) = 09ed462d2a82437a58a28aa0315559afbf2e1b30176720254cc2a25fc67ff25e5e99988182e5e748e4e6ccb7ef3fde47cec96ebe20c937ab658bfcfe703ad20c
+Size (filetype-1.2.0.tar.gz) = 998020 bytes

Index: pkgsrc/sysutils/py-filetype/PLIST
diff -u pkgsrc/sysutils/py-filetype/PLIST:1.2 pkgsrc/sysutils/py-filetype/PLIST:1.3
--- pkgsrc/sysutils/py-filetype/PLIST:1.2       Fri Oct  1 12:48:28 2021
+++ pkgsrc/sysutils/py-filetype/PLIST   Mon Nov 14 10:11:38 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2021/10/01 12:48:28 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/11/14 10:11:38 adam Exp $
 bin/filetype-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -36,6 +36,9 @@ ${PYSITELIB}/filetype/types/audio.pyo
 ${PYSITELIB}/filetype/types/base.py
 ${PYSITELIB}/filetype/types/base.pyc
 ${PYSITELIB}/filetype/types/base.pyo
+${PYSITELIB}/filetype/types/document.py
+${PYSITELIB}/filetype/types/document.pyc
+${PYSITELIB}/filetype/types/document.pyo
 ${PYSITELIB}/filetype/types/font.py
 ${PYSITELIB}/filetype/types/font.pyc
 ${PYSITELIB}/filetype/types/font.pyo



Home | Main Index | Thread Index | Old Index