Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-identify for openSUSE:Factory
checked in at 2025-02-11 21:30:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-identify (Old)
and /work/SRC/openSUSE:Factory/.python-identify.new.19470 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-identify"
Tue Feb 11 21:30:43 2025 rev:17 rq:1245094 version:2.6.7
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-identify/python-identify.changes
2024-12-09 21:13:44.434410698 +0100
+++
/work/SRC/openSUSE:Factory/.python-identify.new.19470/python-identify.changes
2025-02-11 21:31:02.250130428 +0100
@@ -1,0 +2,23 @@
+Tue Feb 11 09:43:51 UTC 2025 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to 2.6.7
+ * [pre-commit.ci] pre-commit autoupdate
+ * Upgrade asottile/workflows
+ * Add `.templ` extension
+ * Add uv to interpreters list
+
+-------------------------------------------------------------------
+Tue Feb 4 12:20:34 UTC 2025 - John Paul Adrian Glaubitz
<[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
identify-2.6.3.tar.gz
New:
----
identify-2.6.7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-identify.spec ++++++
--- /var/tmp/diff_new_pack.GnuGpO/_old 2025-02-11 21:31:03.038162934 +0100
+++ /var/tmp/diff_new_pack.GnuGpO/_new 2025-02-11 21:31:03.042163099 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-identify
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-identify
-Version: 2.6.3
+Version: 2.6.7
Release: 0
Summary: File identification library for Python
License: MIT
++++++ identify-2.6.3.tar.gz -> identify-2.6.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/identify-2.6.3/.github/workflows/main.yml
new/identify-2.6.7/.github/workflows/main.yml
--- old/identify-2.6.3/.github/workflows/main.yml 2024-11-26
00:12:56.000000000 +0100
+++ new/identify-2.6.7/.github/workflows/main.yml 2025-02-08
20:02:47.000000000 +0100
@@ -8,6 +8,6 @@
jobs:
main:
- uses: asottile/workflows/.github/workflows/[email protected]
+ uses: asottile/workflows/.github/workflows/[email protected]
with:
env: '["py39", "py310", "py311", "py312"]'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/identify-2.6.3/.pre-commit-config.yaml
new/identify-2.6.7/.pre-commit-config.yaml
--- old/identify-2.6.3/.pre-commit-config.yaml 2024-11-26 00:12:56.000000000
+0100
+++ new/identify-2.6.7/.pre-commit-config.yaml 2025-02-08 20:02:47.000000000
+0100
@@ -23,12 +23,12 @@
hooks:
- id: add-trailing-comma
- repo: https://github.com/asottile/pyupgrade
- rev: v3.19.0
+ rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py39-plus]
- repo: https://github.com/hhatto/autopep8
- rev: v2.3.1
+ rev: v2.3.2
hooks:
- id: autopep8
- repo: https://github.com/PyCQA/flake8
@@ -37,6 +37,6 @@
- id: flake8
exclude: ^identify/vendor/licenses\.py$
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: v1.13.0
+ rev: v1.14.1
hooks:
- id: mypy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/identify-2.6.3/identify/extensions.py
new/identify-2.6.7/identify/extensions.py
--- old/identify-2.6.3/identify/extensions.py 2024-11-26 00:12:56.000000000
+0100
+++ new/identify-2.6.7/identify/extensions.py 2025-02-08 20:02:47.000000000
+0100
@@ -6,6 +6,7 @@
'asciidoc': {'text', 'asciidoc'},
'apinotes': {'text', 'apinotes'},
'asar': {'binary', 'asar'},
+ 'asm': {'text', 'asm'},
'astro': {'text', 'astro'},
'avif': {'binary', 'image', 'avif'},
'avsc': {'text', 'avro-schema'},
@@ -20,6 +21,7 @@
'bib': {'text', 'bib'},
'bmp': {'binary', 'image', 'bitmap'},
'bz2': {'binary', 'bzip2'},
+ 'bz3': {'binary', 'bzip3'},
'bzl': {'text', 'bazel'},
'c': {'text', 'c'},
'c++': {'text', 'c++'},
@@ -86,6 +88,7 @@
'geojson': {'text', 'geojson', 'json'},
'ggb': {'binary', 'zip', 'ggb'},
'gif': {'binary', 'image', 'gif'},
+ 'gleam': {'text', 'gleam'},
'go': {'text', 'go'},
'gotmpl': {'text', 'gotmpl'},
'gpx': {'text', 'gpx', 'xml'},
@@ -199,6 +202,8 @@
'properties': {'text', 'java-properties'},
'proto': {'text', 'proto'},
'ps1': {'text', 'powershell'},
+ 'psd1': {'text', 'powershell'},
+ 'psm1': {'text', 'powershell'},
'pug': {'text', 'pug'},
'puml': {'text', 'plantuml'},
'purs': {'text', 'purescript'},
@@ -245,6 +250,7 @@
'swiftdeps': {'text', 'swiftdeps'},
'tac': {'text', 'twisted', 'python'},
'tar': {'binary', 'tar'},
+ 'templ': {'text', 'templ'},
'tex': {'text', 'tex'},
'textproto': {'text', 'textproto'},
'tf': {'text', 'terraform'},
@@ -391,6 +397,7 @@
'setup.cfg': EXTENSIONS['ini'],
'sys.config': EXTENSIONS['erl'],
'sys.config.src': EXTENSIONS['erl'],
+ 'Tiltfile': {'text', 'tiltfile'},
'Vagrantfile': EXTENSIONS['rb'],
'WORKSPACE': EXTENSIONS['bzl'],
'wscript': EXTENSIONS['py'],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/identify-2.6.3/identify/interpreters.py
new/identify-2.6.7/identify/interpreters.py
--- old/identify-2.6.3/identify/interpreters.py 2024-11-26 00:12:56.000000000
+0100
+++ new/identify-2.6.7/identify/interpreters.py 2025-02-08 20:02:47.000000000
+0100
@@ -21,5 +21,6 @@
'ruby': {'ruby'},
'sh': {'shell', 'sh'},
'tcsh': {'shell', 'tcsh'},
+ 'uv': {'python'},
'zsh': {'shell', 'zsh'},
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/identify-2.6.3/setup.cfg new/identify-2.6.7/setup.cfg
--- old/identify-2.6.3/setup.cfg 2024-11-26 00:12:56.000000000 +0100
+++ new/identify-2.6.7/setup.cfg 2025-02-08 20:02:47.000000000 +0100
@@ -1,6 +1,6 @@
[metadata]
name = identify
-version = 2.6.3
+version = 2.6.7
description = File identification library for Python
long_description = file: README.md
long_description_content_type = text/markdown
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/identify-2.6.3/tests/identify_test.py
new/identify-2.6.7/tests/identify_test.py
--- old/identify-2.6.3/tests/identify_test.py 2024-11-26 00:12:56.000000000
+0100
+++ new/identify-2.6.7/tests/identify_test.py 2025-02-08 20:02:47.000000000
+0100
@@ -172,6 +172,9 @@
('meson.build', {'text', 'meson'}),
('meson_options.txt', {'text', 'plain-text', 'meson'}),
('Vagrantfile', {'text', 'ruby'}),
+ ('Tiltfile', {'text', 'tiltfile'}),
+ ('Tiltfile.abc', {'text', 'tiltfile'}),
+ ('test.Tiltfile', {'text', 'tiltfile'}),
# does not set binary / text
('f.plist', {'plist'}),