14
0

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
This commit is contained in:
2025-02-04 14:19:56 +00:00
committed by Git OBS Bridge
parent 60631c6cc5
commit 978d489799
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Feb 4 12:20:34 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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
-------------------------------------------------------------------
Mon Dec 9 08:24:58 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>