forked from pool/python-filetype
- 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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user