14
0

- 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
This commit is contained in:
2024-11-13 15:09:29 +00:00
committed by Git OBS Bridge
parent 8e91fc860a
commit 5927976401
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
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>