15
0

- 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:
2022-03-26 21:27:32 +00:00
committed by Git OBS Bridge
parent 46caeaa2ba
commit e256c0a4d9
4 changed files with 18 additions and 5 deletions

3
filetype-1.0.10.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:323a13500731b6c65a253bc3930bbce9a56dfba71e90b60ffd968ab69d9ae937
size 804374

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:77df14879b73fd9711b8bd4f465dadf2ecdafff0eac3b22c0bdb0ccba68db316
size 804082

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Mar 26 21:27:14 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 <mcepl@suse.com>

View File

@@ -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