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-12-09 21:12:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-identify (Old)
and /work/SRC/openSUSE:Factory/.python-identify.new.29675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-identify"
Mon Dec 9 21:12:34 2024 rev:16 rq:1229249 version:2.6.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-identify/python-identify.changes
2024-11-14 16:09:52.341742523 +0100
+++
/work/SRC/openSUSE:Factory/.python-identify.new.29675/python-identify.changes
2024-12-09 21:13:44.434410698 +0100
@@ -1,0 +2,8 @@
+Mon Dec 9 08:24:58 UTC 2024 - John Paul Adrian Glaubitz
<[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
identify-2.6.2.tar.gz
New:
----
identify-2.6.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-identify.spec ++++++
--- /var/tmp/diff_new_pack.rDTVuI/_old 2024-12-09 21:13:44.850428104 +0100
+++ /var/tmp/diff_new_pack.rDTVuI/_new 2024-12-09 21:13:44.850428104 +0100
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-identify
-Version: 2.6.2
+Version: 2.6.3
Release: 0
Summary: File identification library for Python
License: MIT
++++++ identify-2.6.2.tar.gz -> identify-2.6.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/identify-2.6.2/identify/extensions.py
new/identify-2.6.3/identify/extensions.py
--- old/identify-2.6.2/identify/extensions.py 2024-11-09 19:11:20.000000000
+0100
+++ new/identify-2.6.3/identify/extensions.py 2024-11-26 00:12:56.000000000
+0100
@@ -13,6 +13,9 @@
'bat': {'text', 'batch'},
'bats': {'text', 'shell', 'bash', 'bats'},
'bazel': {'text', 'bazel'},
+ 'bb': {'text', 'bitbake'},
+ 'bbappend': {'text', 'bitbake'},
+ 'bbclass': {'text', 'bitbake'},
'beancount': {'text', 'beancount'},
'bib': {'text', 'bib'},
'bmp': {'binary', 'image', 'bitmap'},
@@ -43,6 +46,7 @@
'cson': {'text', 'cson'},
'css': {'text', 'css'},
'csv': {'text', 'csv'},
+ 'csx': {'text', 'c#', 'c#script'},
'cu': {'text', 'cuda'},
'cue': {'text', 'cue'},
'cuh': {'text', 'cuda'},
@@ -75,6 +79,8 @@
'feature': {'text', 'gherkin'},
'fish': {'text', 'fish'},
'fits': {'binary', 'fits'},
+ 'fs': {'text', 'f#'},
+ 'fsx': {'text', 'f#', 'f#script'},
'gd': {'text', 'gdscript'},
'gemspec': {'text', 'ruby'},
'geojson': {'text', 'geojson', 'json'},
@@ -319,6 +325,7 @@
'.csslintrc': EXTENSIONS['json'] | {'csslintrc'},
'.dockerignore': {'text', 'dockerignore'},
'.editorconfig': {'text', 'editorconfig'},
+ '.envrc': EXTENSIONS['bash'],
'.flake8': EXTENSIONS['ini'] | {'flake8'},
'.gitattributes': {'text', 'gitattributes'},
'.gitconfig': EXTENSIONS['ini'] | {'gitconfig'},
@@ -343,6 +350,8 @@
'.zshrc': EXTENSIONS['zsh'],
'.zshenv': EXTENSIONS['zsh'],
'AUTHORS': EXTENSIONS['txt'],
+ 'bblayers.conf': EXTENSIONS['bb'],
+ 'bitbake.conf': EXTENSIONS['bb'],
'BUILD': EXTENSIONS['bzl'],
'Cargo.toml': EXTENSIONS['toml'] | {'cargo'},
'Cargo.lock': EXTENSIONS['toml'] | {'cargo-lock'},
@@ -354,6 +363,7 @@
'copy.bara.sky': EXTENSIONS['bzl'],
'COPYING': EXTENSIONS['txt'],
'Dockerfile': {'text', 'dockerfile'},
+ 'direnvrc': EXTENSIONS['bash'],
'Gemfile': EXTENSIONS['rb'],
'Gemfile.lock': {'text'},
'GNUmakefile': EXTENSIONS['mk'],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/identify-2.6.2/setup.cfg new/identify-2.6.3/setup.cfg
--- old/identify-2.6.2/setup.cfg 2024-11-09 19:11:20.000000000 +0100
+++ new/identify-2.6.3/setup.cfg 2024-11-26 00:12:56.000000000 +0100
@@ -1,6 +1,6 @@
[metadata]
name = identify
-version = 2.6.2
+version = 2.6.3
description = File identification library for Python
long_description = file: README.md
long_description_content_type = text/markdown