From 4142e3f8df836dde71d9b563c1debcf19a0f9f44be097eddc73317a17082844a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 8 Nov 2022 09:49:13 +0000 Subject: [PATCH] Accepting request 1034400 from home:yarunachalam:branches:devel:languages:python - Update to 1.2.0 * 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 - Update to 1.1.0 * Merge branch 'master' into master * Merge pull request #133 from magbyr/master * Merge pull request #131 from babenek/master OBS-URL: https://build.opensuse.org/request/show/1034400 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filetype?expand=0&rev=11 --- filetype-1.0.10.tar.gz | 3 -- filetype-1.2.0.tar.gz | 3 ++ python-filetype.changes | 87 +++++++++++++++++++++++++++++++++++++++++ python-filetype.spec | 2 +- 4 files changed, 91 insertions(+), 4 deletions(-) delete mode 100644 filetype-1.0.10.tar.gz create mode 100644 filetype-1.2.0.tar.gz diff --git a/filetype-1.0.10.tar.gz b/filetype-1.0.10.tar.gz deleted file mode 100644 index d19baeb..0000000 --- a/filetype-1.0.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:323a13500731b6c65a253bc3930bbce9a56dfba71e90b60ffd968ab69d9ae937 -size 804374 diff --git a/filetype-1.2.0.tar.gz b/filetype-1.2.0.tar.gz new file mode 100644 index 0000000..77285bd --- /dev/null +++ b/filetype-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66b56cd6474bf41d8c54660347d37afcc3f7d1970648de365c102ef77548aadb +size 998020 diff --git a/python-filetype.changes b/python-filetype.changes index afd6414..385152a 100644 --- a/python-filetype.changes +++ b/python-filetype.changes @@ -1,3 +1,90 @@ +------------------------------------------------------------------- +Mon Nov 7 23:01:24 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 1.2.0 + * 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 + +- Update to 1.1.0 + * 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 + * 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 + +- Update to 1.0.13 + * feat(history): update changes + +- Update to 1.0.12 + * Merge pull request #127 from ferstar/master + * Merge pull request #123 from levrik/patch-1 + * Merge pull request #126 from babenek/master + * docs: add zstd type + * fix: remove unnecessary duck-typing try + * feat: add zst(d) type + * chore: fix lint errors + * test: fix memoryview test cases + * BugFix for uncaught exceptions + * Support PDF with BOM + +- Update to 1.0.11 + * chore(version): bump patch + * chore(version): bump patch + * refactor(apng) + * refactor(apng) + * Merge pull request #120 from CatKasha/apng + * fix typo + * add APNG support (part 3) + * add APNG support (part 2) + * add APNG support (part 1) + * chore(history): version notes + * Merge branch 'master' of https://github.com/h2non/filetype.py + * feat: version bump + * Merge pull request #118 from smasty/woff-flavors-support + * fix(font): minimum length check (woff) + * Update __init__.py + * Update setup.py + * Merge pull request #109 from fraang/master + * Add support for more WOFF/WOFF2 flavors + * Merge pull request #114 from andersk/m4a + * fix(base): remove property decorator + * Use correct audio/mp4 type for m4a. + + ------------------------------------------------------------------- Sat Mar 26 21:27:14 UTC 2022 - Dirk Müller diff --git a/python-filetype.spec b/python-filetype.spec index a8a6ed3..73c5b4f 100644 --- a/python-filetype.spec +++ b/python-filetype.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-filetype -Version: 1.0.10 +Version: 1.2.0 Release: 0 Summary: Infer file type and MIME type of any file/buffer. No external dependencies License: MIT