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

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>