Hello community,
here is the log from the commit of package python-identify for openSUSE:Factory
checked in at 2019-05-07 23:20:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-identify (Old)
and /work/SRC/openSUSE:Factory/.python-identify.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-identify"
Tue May 7 23:20:12 2019 rev:2 rq:701311 version:1.4.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-identify/python-identify.changes
2019-04-05 12:07:03.870582653 +0200
+++
/work/SRC/openSUSE:Factory/.python-identify.new.5148/python-identify.changes
2019-05-07 23:20:15.173091494 +0200
@@ -1,0 +2,6 @@
+Tue May 7 11:40:06 UTC 2019 - [email protected]
+
+- version update to 1.4.2
+ * no upstream changelog
+
+-------------------------------------------------------------------
Old:
----
identify-1.4.1.tar.gz
New:
----
identify-1.4.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-identify.spec ++++++
--- /var/tmp/diff_new_pack.LyTgVh/_old 2019-05-07 23:20:15.693092681 +0200
+++ /var/tmp/diff_new_pack.LyTgVh/_new 2019-05-07 23:20:15.697092690 +0200
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-identify
-Version: 1.4.1
+Version: 1.4.2
Release: 0
Summary: File identification library for Python
License: MIT
++++++ identify-1.4.1.tar.gz -> identify-1.4.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/identify-1.4.1/identify/extensions.py
new/identify-1.4.2/identify/extensions.py
--- old/identify-1.4.1/identify/extensions.py 2019-03-28 00:14:39.000000000
+0100
+++ new/identify-1.4.2/identify/extensions.py 2019-04-28 03:34:06.000000000
+0200
@@ -68,6 +68,7 @@
'jpg': {'binary', 'image', 'jpeg'},
'js': {'text', 'javascript'},
'json': {'text', 'json'},
+ 'jsonnet': {'text', 'jsonnet'},
'jsx': {'text', 'jsx'},
'key': {'text', 'pem'},
'kml': {'text', 'kml', 'xml'},
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/identify-1.4.1/setup.cfg new/identify-1.4.2/setup.cfg
--- old/identify-1.4.1/setup.cfg 2019-03-28 00:14:39.000000000 +0100
+++ new/identify-1.4.2/setup.cfg 2019-04-28 03:34:06.000000000 +0200
@@ -1,6 +1,6 @@
[metadata]
name = identify
-version = 1.4.1
+version = 1.4.2
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-1.4.1/tox.ini new/identify-1.4.2/tox.ini
--- old/identify-1.4.1/tox.ini 2019-03-28 00:14:39.000000000 +0100
+++ new/identify-1.4.2/tox.ini 2019-04-28 03:34:06.000000000 +0200
@@ -5,7 +5,6 @@
[testenv]
deps = -rrequirements-dev.txt
extras = license
-passenv = HOME SSH_AUTH_SOCK USER
commands =
coverage erase
coverage run -m pytest {posargs:tests}