12
0

16 Commits

Author SHA256 Message Date
f40e3d2b67 Accepting request 1286220 from devel:languages:python
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1286220
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filetype?expand=0&rev=7
2025-06-17 16:22:43 +00:00
61d135109a Accepting request 1271874 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1271874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filetype?expand=0&rev=6
2025-04-22 15:31:01 +00:00
bb42e2034c - Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filetype?expand=0&rev=13
2025-04-22 12:37:56 +00:00
97bc75867b Accepting request 1034476 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1034476
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filetype?expand=0&rev=5
2022-11-08 10:48:09 +00:00
4142e3f8df 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
2022-11-08 09:49:13 +00:00
f637ec7cea Accepting request 965101 from devel:languages:python
- 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/request/show/965101
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filetype?expand=0&rev=4
2022-03-28 15:00:38 +00:00
e256c0a4d9 - 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
2022-03-26 21:27:32 +00:00
f670cb6123 Accepting request 933145 from devel:languages:python
- Restrict more which files are packaged.
- update to 1.0.8:
  * docs: fix typos: s/againts/against
  * Support special video/3gp file.
  * fix: small error in docs
  * Fix for PEP8 styles
  * Fix version
  * Add command line
  * Fix linter error.
  * Add xcf type.
  * Add application abstraction and wasm type.
  * Add rpm and dcm type.
  * Add 3gp type.
  * Add aac type.
  * Add dwg type.
  * Add brotli support.
  * Fix avi matcher.
  * Fix cr2 handling.
  * Add py39 to test environment.
  * Add clean and doc target to tox.
  * Add docs to .gitignore
  * Switch to tox in travis CI.
  * Add lint and test target to tox.ini
  * Clean up .gitignore
  * Update Readme.
  * Extend mp3 matcher
  * Added support for lzop.
  * Added support for lz4.
  * Accept os.PathLike objects.
  * Added support for elf
  * setup.py: Exclude 'examples' from being installed as a global pkg
  * Create LICENSE
  * Add sample.jpg fixture
- Install new filetype command into %{_bindir}
- Enable update-alternatives mechanism for filetype command

OBS-URL: https://build.opensuse.org/request/show/933145
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filetype?expand=0&rev=3
2021-11-22 22:04:35 +00:00
46caeaa2ba - Restrict more which files are packaged.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filetype?expand=0&rev=8
2021-11-22 17:51:33 +00:00
2d453719ef Accepting request 933091 from home:glaubitz:branches:devel:languages:python
- update to 1.0.8:
  * docs: fix typos: s/againts/against
  * Support special video/3gp file.
  * fix: small error in docs
  * Fix for PEP8 styles
  * Fix version
  * Add command line
  * Fix linter error.
  * Add xcf type.
  * Add application abstraction and wasm type.
  * Add rpm and dcm type.
  * Add 3gp type.
  * Add aac type.
  * Add dwg type.
  * Add brotli support.
  * Fix avi matcher.
  * Fix cr2 handling.
  * Add py39 to test environment.
  * Add clean and doc target to tox.
  * Add docs to .gitignore
  * Switch to tox in travis CI.
  * Add lint and test target to tox.ini
  * Clean up .gitignore
  * Update Readme.
  * Extend mp3 matcher
  * Added support for lzop.
  * Added support for lz4.
  * Accept os.PathLike objects.
  * Added support for elf
  * setup.py: Exclude 'examples' from being installed as a global pkg

OBS-URL: https://build.opensuse.org/request/show/933091
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filetype?expand=0&rev=7
2021-11-22 17:35:25 +00:00
5c7c0aaedc Accepting request 835102 from devel:languages:python
- update to 1.0.7:
  * python 3.8 support

OBS-URL: https://build.opensuse.org/request/show/835102
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filetype?expand=0&rev=2
2020-09-17 12:52:19 +00:00
8222f19cc3 - update to 1.0.7:
* python 3.8 support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filetype?expand=0&rev=5
2020-09-17 06:47:32 +00:00
4614f63be7 Accepting request 760354 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/760354
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filetype?expand=0&rev=1
2020-01-02 13:42:18 +00:00
Tomáš Chvátal
6ec33ef92f - Do not install generic examples directory in sitelib
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filetype?expand=0&rev=3
2020-01-02 07:35:35 +00:00
Tomáš Chvátal
7666b95c35 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filetype?expand=0&rev=2 2019-12-10 08:20:41 +00:00
Tomáš Chvátal
fb23a16849 Accepting request 755416 from home:emendonca:octoprint
Adding doc, license, fixing tests.

OBS-URL: https://build.opensuse.org/request/show/755416
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filetype?expand=0&rev=1
2019-12-10 08:19:21 +00:00

Diff Content Not Available