Hello community,
here is the log from the commit of package python-identify for openSUSE:Factory
checked in at 2019-05-22 11:17:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-identify (Old)
and /work/SRC/openSUSE:Factory/.python-identify.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-identify"
Wed May 22 11:17:32 2019 rev:3 rq:704520 version:1.4.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-identify/python-identify.changes
2019-05-07 23:20:15.173091494 +0200
+++
/work/SRC/openSUSE:Factory/.python-identify.new.5148/python-identify.changes
2019-05-22 11:17:38.746463487 +0200
@@ -1,0 +2,6 @@
+Tue May 21 12:44:45 UTC 2019 - [email protected]
+
+- version update to 1.4.3
+ * no upstream changelog
+
+-------------------------------------------------------------------
Old:
----
identify-1.4.2.tar.gz
New:
----
identify-1.4.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-identify.spec ++++++
--- /var/tmp/diff_new_pack.BEK0ny/_old 2019-05-22 11:17:40.238463027 +0200
+++ /var/tmp/diff_new_pack.BEK0ny/_new 2019-05-22 11:17:40.242463025 +0200
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-identify
-Version: 1.4.2
+Version: 1.4.3
Release: 0
Summary: File identification library for Python
License: MIT
++++++ identify-1.4.2.tar.gz -> identify-1.4.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/identify-1.4.2/identify/extensions.py
new/identify-1.4.3/identify/extensions.py
--- old/identify-1.4.2/identify/extensions.py 2019-04-28 03:34:06.000000000
+0200
+++ new/identify-1.4.3/identify/extensions.py 2019-05-10 16:47:20.000000000
+0200
@@ -25,6 +25,7 @@
'css': {'text', 'css'},
'csv': {'text', 'csv'},
'cxx': {'text', 'c++'},
+ 'dart': {'text', 'dart'},
'def': {'text', 'def'},
'dtd': {'text', 'dtd'},
'ear': {'binary', 'zip', 'jar'},
@@ -160,6 +161,7 @@
'yang': {'text', 'yang'},
'yin': {'text', 'xml', 'yin'},
'yml': {'text', 'yaml'},
+ 'zig': {'text', 'zig'},
'zip': {'binary', 'zip'},
'zsh': {'text', 'shell', 'zsh'},
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/identify-1.4.2/setup.cfg new/identify-1.4.3/setup.cfg
--- old/identify-1.4.2/setup.cfg 2019-04-28 03:34:06.000000000 +0200
+++ new/identify-1.4.3/setup.cfg 2019-05-10 16:47:20.000000000 +0200
@@ -1,6 +1,6 @@
[metadata]
name = identify
-version = 1.4.2
+version = 1.4.3
description = File identification library for Python
long_description = file: README.md
long_description_content_type = text/markdown