17
0
Commit Graph

22 Commits

Author SHA256 Message Date
2de102930a Accepting request 1266134 from home:glaubitz:branches:devel:languages:python
- Update to 2.6.9
  * Revert "add uv to interpreters list"

OBS-URL: https://build.opensuse.org/request/show/1266134
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-identify?expand=0&rev=39
2025-04-01 13:18:09 +00:00
f958a94631 Accepting request 1248149 from home:glaubitz:branches:devel:languages:python
- Update to 2.6.8
  * [pre-commit.ci] pre-commit autoupdate
  * feat: Register sas as an extension
  * extensions: Introduce wsdl

OBS-URL: https://build.opensuse.org/request/show/1248149
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-identify?expand=0&rev=37
2025-02-24 14:30:29 +00:00
5bf4850649 Accepting request 1245046 from home:glaubitz:branches:devel:languages:python
- Update to 2.6.7
  * [pre-commit.ci] pre-commit autoupdate
  * Upgrade asottile/workflows
  * Add `.templ` extension
  * Add uv to interpreters list

OBS-URL: https://build.opensuse.org/request/show/1245046
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-identify?expand=0&rev=35
2025-02-11 12:45:08 +00:00
a7ecf8f37c Accepting request 1243101 from home:glaubitz:branches:devel:languages:python
- Update to 2.6.6
  * [pre-commit.ci] pre-commit autoupdate
  * Add '.asm' file extension as 'asm' filetype
- from version 2.6.5
  * feat: identify .psm1 and .psd1 files as powershell
- from version 2.6.4
  * feat: identify gleam files
  * feat: identify bz3 files as bzip3 archives
  * [pre-commit.ci] pre-commit autoupdate
  * Add Tiltfile support

OBS-URL: https://build.opensuse.org/request/show/1243101
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-identify?expand=0&rev=34
2025-02-04 14:19:56 +00:00
845aa06cce Accepting request 1229226 from home:glaubitz:branches:devel:languages:python
- Update to 2.6.3
  * Add C# Script and F# Source and Script filetypes
  * Add bitbake extensions and files
  * feat: identify direnv files as Bash

OBS-URL: https://build.opensuse.org/request/show/1229226
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-identify?expand=0&rev=32
2024-12-09 08:57:58 +00:00
4aaed25187 - update to 2.6.2:
* 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
2024-11-13 15:09:29 +00:00
538befa235 - update to 2.5.36:
* handle Cargo.toml

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-identify?expand=0&rev=28
2024-05-07 20:21:34 +00:00
9caabbbd73 - update to 2.5.35:
* add .metal detection

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-identify?expand=0&rev=26
2024-03-16 08:56:13 +00:00
998ba1bae9 - update to 2.5.33:
* add .avsc detection
  * Identify Vagrantfile as Ruby
  * Identify .salt-lint as YAML

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-identify?expand=0&rev=24
2023-12-07 22:52:54 +00:00
606faca03c Accepting request 1128662 from home:theMarix:branches:devel:languages:python
For Leap, build this on modern Python as 3.6 is no longer supported.

Note that, right now, this won't fix the 15.6 build as the dependency
python-editdistance is from devel:languages:python:numeric and the fixed version
in that repo is not visible in devel:languages:python. However, this will at
least give us a working build on devel:languages:python:backports. And once the
fixed version of python-editdistance makes it into 15.6 we will also get a working
build for 15.6 over here.

OBS-URL: https://build.opensuse.org/request/show/1128662
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-identify?expand=0&rev=22
2023-11-25 22:45:40 +00:00
c8e6cb0501 Accepting request 1121580 from home:buschmann23:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1121580
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-identify?expand=0&rev=20
2023-11-01 15:47:22 +00:00
f08e416b89 Accepting request 912899 from home:glaubitz:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/912899
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-identify?expand=0&rev=19
2021-08-18 16:03:02 +00:00
56a6f9e4ea Accepting request 901738 from home:mcalabkova:branches:devel:languages:python
- update to 2.2.10
  * add few file formats
  * detect WORKSPACE files as bazel
- stick with older editdistance as it has more functionality

OBS-URL: https://build.opensuse.org/request/show/901738
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-identify?expand=0&rev=17
2021-06-24 13:10:11 +00:00
77957b8be5 typo
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-identify?expand=0&rev=16
2021-06-12 10:07:22 +00:00
3f8e0d2807 Accepting request 895695 from home:pgajdos:python
setup.py test replacement

OBS-URL: https://build.opensuse.org/request/show/895695
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-identify?expand=0&rev=15
2021-05-28 07:46:18 +00:00
Tomáš Chvátal
b53d4428c9 Accepting request 808756 from home:pgajdos:python
submit

OBS-URL: https://build.opensuse.org/request/show/808756
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-identify?expand=0&rev=13
2020-05-25 13:34:27 +00:00
Tomáš Chvátal
e2466b843f Accepting request 792731 from home:mcalabkova:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/792731
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-identify?expand=0&rev=11
2020-04-09 13:15:29 +00:00
Tomáš Chvátal
588f4dbb56 - Update to 1.4.7:
* no upstream changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-identify?expand=0&rev=9
2019-09-11 15:01:19 +00:00
Tomáš Chvátal
6ee30e8c7d Accepting request 719788 from home:pgajdos
- version update to 1.4.5
  * no upstream changelog

OBS-URL: https://build.opensuse.org/request/show/719788
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-identify?expand=0&rev=7
2019-07-30 09:26:19 +00:00
5c9e80ba16 Accepting request 704456 from home:pgajdos
- version update to 1.4.3
  * no upstream changelog

OBS-URL: https://build.opensuse.org/request/show/704456
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-identify?expand=0&rev=5
2019-05-21 15:17:00 +00:00
Tomáš Chvátal
bc45ea4433 Accepting request 701299 from home:pgajdos
- version update to 1.4.2
  * no upstream changelog

OBS-URL: https://build.opensuse.org/request/show/701299
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-identify?expand=0&rev=3
2019-05-07 12:33:46 +00:00
Tomáš Chvátal
eb78422e68 Accepting request 691602 from home:jayvdb:tox
- Initial spec for v1.4.1

OBS-URL: https://build.opensuse.org/request/show/691602
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-identify?expand=0&rev=1
2019-04-05 07:31:37 +00:00