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 2024-05-08 11:39:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-identify (Old) and /work/SRC/openSUSE:Factory/.python-identify.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-identify" Wed May 8 11:39:35 2024 rev:14 rq:1172528 version:2.5.36 Changes: -------- --- /work/SRC/openSUSE:Factory/python-identify/python-identify.changes 2024-03-17 22:14:36.649327115 +0100 +++ /work/SRC/openSUSE:Factory/.python-identify.new.1880/python-identify.changes 2024-05-08 11:40:40.506827733 +0200 @@ -1,0 +2,6 @@ +Tue May 7 20:20:50 UTC 2024 - Dirk Müller <dmuel...@suse.com> + +- update to 2.5.36: + * handle Cargo.toml + +------------------------------------------------------------------- Old: ---- identify-2.5.35.tar.gz New: ---- identify-2.5.36.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-identify.spec ++++++ --- /var/tmp/diff_new_pack.hjAx6H/_old 2024-05-08 11:40:42.746909196 +0200 +++ /var/tmp/diff_new_pack.hjAx6H/_new 2024-05-08 11:40:42.746909196 +0200 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-identify -Version: 2.5.35 +Version: 2.5.36 Release: 0 Summary: File identification library for Python License: MIT ++++++ identify-2.5.35.tar.gz -> identify-2.5.36.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/identify-2.5.35/.pre-commit-config.yaml new/identify-2.5.36/.pre-commit-config.yaml --- old/identify-2.5.35/.pre-commit-config.yaml 2024-02-18 19:12:54.000000000 +0100 +++ new/identify-2.5.36/.pre-commit-config.yaml 2024-04-20 20:02:32.000000000 +0200 @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -23,12 +23,12 @@ hooks: - id: add-trailing-comma - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.15.2 hooks: - id: pyupgrade args: [--py38-plus] - repo: https://github.com/hhatto/autopep8 - rev: v2.0.4 + rev: v2.1.0 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.8.0 + rev: v1.9.0 hooks: - id: mypy diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/identify-2.5.35/identify/extensions.py new/identify-2.5.36/identify/extensions.py --- old/identify-2.5.35/identify/extensions.py 2024-02-18 19:12:54.000000000 +0100 +++ new/identify-2.5.36/identify/extensions.py 2024-04-20 20:02:32.000000000 +0200 @@ -341,6 +341,8 @@ '.zshenv': EXTENSIONS['zsh'], 'AUTHORS': EXTENSIONS['txt'], 'BUILD': EXTENSIONS['bzl'], + 'Cargo.toml': EXTENSIONS['toml'] | {'cargo'}, + 'Cargo.lock': EXTENSIONS['toml'] | {'cargo-lock'}, 'CMakeLists.txt': EXTENSIONS['cmake'], 'CHANGELOG': EXTENSIONS['txt'], 'config.ru': EXTENSIONS['rb'], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/identify-2.5.35/setup.cfg new/identify-2.5.36/setup.cfg --- old/identify-2.5.35/setup.cfg 2024-02-18 19:12:54.000000000 +0100 +++ new/identify-2.5.36/setup.cfg 2024-04-20 20:02:32.000000000 +0200 @@ -1,6 +1,6 @@ [metadata] name = identify -version = 2.5.35 +version = 2.5.36 description = File identification library for Python long_description = file: README.md long_description_content_type = text/markdown