* Fix IndexError when shebang is just '#!/usr/bin/env' * Add ejson extension OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-identify?expand=0&rev=30
127 lines
4.2 KiB
Plaintext
127 lines
4.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Nov 13 15:08:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 2.6.2:
|
|
* Fix IndexError when shebang is just '#!/usr/bin/env'
|
|
* Add ejson extension
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 7 20:20:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 2.5.36:
|
|
* handle Cargo.toml
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 16 08:55:39 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 2.5.35:
|
|
* add .metal detection
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 7 22:52:23 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 2.5.33:
|
|
* add .avsc detection
|
|
* Identify Vagrantfile as Ruby
|
|
* Identify .salt-lint as YAML
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 24 21:27:25 UTC 2023 - Matthias Bach <marix@marix.org>
|
|
|
|
- For Leap, build this on modern Python as 3.6 is no longer
|
|
supported.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 1 09:17:44 UTC 2023 - Matthias Fehring <buschmann23@opensuse.org>
|
|
|
|
- update to version 2.5.31
|
|
* no changelog available, alternatively have a look at
|
|
https://github.com/pre-commit/identify/compare/v2.2.13...v2.5.31
|
|
- use editdistance instead of ukkonen
|
|
* Upstream changed from editdistance_s to ukkonen for performance
|
|
reasons. Ukkonen is not now available for openSUSE. So switch
|
|
back to editdistance for now.
|
|
* Add 0001-use-editdistance-not-ukkonen.patch
|
|
- spec file changes
|
|
* remove not required python-setuptools from Requires
|
|
* upstream URL has changed to https://github.com/pre-commit/identify
|
|
* change requirement for python-editdistance from Suggests to
|
|
Recommends
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 18 12:47:19 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to 2.2.13
|
|
* Add the '.kts' extension for kotlin
|
|
- from version 2.2.12
|
|
* add adobe illustrator's .ai extension
|
|
- from version 2.2.11
|
|
* Detect waf wscript files as Python
|
|
* stricter mypy settings
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 24 12:31:47 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- update to 2.2.10
|
|
* add few file formats
|
|
* detect WORKSPACE files as bazel
|
|
- stick with older editdistance as it has more functionality
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 26 10:19:37 UTC 2021 - pgajdos@suse.com
|
|
|
|
- version update to 2.2.6
|
|
* lot of changes, no upstream changelog found
|
|
https://github.com/pre-commit/identify/compare/v1.4.14...v2.2.6
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 26 06:36:52 UTC 2021 - pgajdos@suse.com
|
|
|
|
- %check: use %pytest macro
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 25 10:59:23 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 9 13:05:29 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- Update to 1.4.14
|
|
* Handle malformed shebangs
|
|
* Add Bazel, Scheme and Idris filetypes
|
|
* Plantuml; .puml suffix
|
|
* Recognize .pm as perl
|
|
* Add some common rcfiles to the list
|
|
* fix: add 'image' tag for SVG files
|
|
* feat: add adoc/asciidoc file extension
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 11 15:00:28 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 1.4.7:
|
|
* no upstream changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 30 08:42:06 UTC 2019 - pgajdos@suse.com
|
|
|
|
- version update to 1.4.5
|
|
* no upstream changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 21 12:44:45 UTC 2019 - pgajdos@suse.com
|
|
|
|
- version update to 1.4.3
|
|
* no upstream changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 7 11:40:06 UTC 2019 - pgajdos@suse.com
|
|
|
|
- version update to 1.4.2
|
|
* no upstream changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 4 01:14:57 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v1.4.1
|