Hello community,
here is the log from the commit of package python-identify for openSUSE:Factory
checked in at 2019-07-31 14:27:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-identify (Old)
and /work/SRC/openSUSE:Factory/.python-identify.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-identify"
Wed Jul 31 14:27:57 2019 rev:4 rq:719791 version:1.4.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-identify/python-identify.changes
2019-05-22 11:17:38.746463487 +0200
+++
/work/SRC/openSUSE:Factory/.python-identify.new.4126/python-identify.changes
2019-07-31 14:28:04.238172150 +0200
@@ -1,0 +2,6 @@
+Tue Jul 30 08:42:06 UTC 2019 - [email protected]
+
+- version update to 1.4.5
+ * no upstream changelog
+
+-------------------------------------------------------------------
Old:
----
identify-1.4.3.tar.gz
New:
----
identify-1.4.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-identify.spec ++++++
--- /var/tmp/diff_new_pack.4burau/_old 2019-07-31 14:28:05.162170446 +0200
+++ /var/tmp/diff_new_pack.4burau/_new 2019-07-31 14:28:05.178170416 +0200
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-identify
-Version: 1.4.3
+Version: 1.4.5
Release: 0
Summary: File identification library for Python
License: MIT
@@ -30,6 +30,7 @@
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-setuptools
Suggests: python-editdistance
BuildArch: noarch
%python_subpackages
++++++ identify-1.4.3.tar.gz -> identify-1.4.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/identify-1.4.3/identify/extensions.py
new/identify-1.4.5/identify/extensions.py
--- old/identify-1.4.3/identify/extensions.py 2019-05-10 16:47:20.000000000
+0200
+++ new/identify-1.4.5/identify/extensions.py 2019-06-15 16:59:33.000000000
+0200
@@ -55,6 +55,7 @@
'hxx': {'text', 'header', 'c++'},
'icns': {'binary', 'icns'},
'ico': {'binary', 'icon'},
+ 'ics': {'text', 'icalendar'},
'idl': {'text', 'idl'},
'inc': {'text', 'inc'},
'ini': {'text', 'ini'},
@@ -103,6 +104,7 @@
'png': {'binary', 'image', 'png'},
'po': {'text', 'pofile'},
'pp': {'text', 'puppet'},
+ 'properties': {'text', 'java-properties'},
'proto': {'text', 'proto'},
'purs': {'text', 'purescript'},
'py': {'text', 'python'},
@@ -115,6 +117,9 @@
'rs': {'text', 'rust'},
'rst': {'text', 'rst'},
's': {'text', 'asm'},
+ 'sbt': {'text', 'sbt', 'scala'},
+ 'sc': {'text', 'scala'},
+ 'scala': {'text', 'scala'},
'scss': {'text', 'scss'},
'sh': {'text', 'shell'},
'sls': {'text', 'salt'},
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/identify-1.4.3/setup.cfg new/identify-1.4.5/setup.cfg
--- old/identify-1.4.3/setup.cfg 2019-05-10 16:47:20.000000000 +0200
+++ new/identify-1.4.5/setup.cfg 2019-06-15 16:59:33.000000000 +0200
@@ -1,6 +1,6 @@
[metadata]
name = identify
-version = 1.4.3
+version = 1.4.5
description = File identification library for Python
long_description = file: README.md
long_description_content_type = text/markdown