From e256c0a4d908cd02bcb51db67adfaf730631aedf00d2f9eed52a3c7748c8d9cd Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 26 Mar 2022 21:27:32 +0000 Subject: [PATCH] - update to 1.0.10: * Merge pull request #113 from nottaw/master * Use `==` for string comparisons * Update __init__.py * Merge pull request #111 from asfaltboy/patch-1 * Add python 3.9 to version classifiers * Merge pull request #108 from hannesbraun/aiff-support * Add AIFF support * fix(Readme): rst syntax OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filetype?expand=0&rev=9 --- filetype-1.0.10.tar.gz | 3 +++ filetype-1.0.8.tar.gz | 3 --- python-filetype.changes | 13 +++++++++++++ python-filetype.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 filetype-1.0.10.tar.gz delete mode 100644 filetype-1.0.8.tar.gz diff --git a/filetype-1.0.10.tar.gz b/filetype-1.0.10.tar.gz new file mode 100644 index 0000000..d19baeb --- /dev/null +++ b/filetype-1.0.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:323a13500731b6c65a253bc3930bbce9a56dfba71e90b60ffd968ab69d9ae937 +size 804374 diff --git a/filetype-1.0.8.tar.gz b/filetype-1.0.8.tar.gz deleted file mode 100644 index d4869c9..0000000 --- a/filetype-1.0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77df14879b73fd9711b8bd4f465dadf2ecdafff0eac3b22c0bdb0ccba68db316 -size 804082 diff --git a/python-filetype.changes b/python-filetype.changes index f21ff7b..afd6414 100644 --- a/python-filetype.changes +++ b/python-filetype.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Mar 26 21:27:14 UTC 2022 - Dirk Müller + +- update to 1.0.10: + * Merge pull request #113 from nottaw/master + * Use `==` for string comparisons + * Update __init__.py + * Merge pull request #111 from asfaltboy/patch-1 + * Add python 3.9 to version classifiers + * Merge pull request #108 from hannesbraun/aiff-support + * Add AIFF support + * fix(Readme): rst syntax + ------------------------------------------------------------------- Mon Nov 22 17:51:22 UTC 2021 - Matej Cepl diff --git a/python-filetype.spec b/python-filetype.spec index 2860191..a8a6ed3 100644 --- a/python-filetype.spec +++ b/python-filetype.spec @@ -1,7 +1,7 @@ # # spec file for package python-filetype # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-filetype -Version: 1.0.8 +Version: 1.0.10 Release: 0 Summary: Infer file type and MIME type of any file/buffer. No external dependencies License: MIT