Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-cmarkgfm for openSUSE:Factory
checked in at 2021-03-29 18:21:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cmarkgfm (Old)
and /work/SRC/openSUSE:Factory/.python-cmarkgfm.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cmarkgfm"
Mon Mar 29 18:21:04 2021 rev:2 rq:880612 version:0.5.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cmarkgfm/python-cmarkgfm.changes
2019-01-10 15:21:05.206470569 +0100
+++
/work/SRC/openSUSE:Factory/.python-cmarkgfm.new.2401/python-cmarkgfm.changes
2021-03-29 18:21:08.386223067 +0200
@@ -1,0 +2,18 @@
+Mon Mar 22 11:00:36 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to 0.5.3
+ * Add support for Linux aarch64
+- Release 0.5.2
+ * Enable tasklist extension
+- Release 0.5.1
+ * Add support for Python 3.9
+ * Document deprecation of Python 2.7
+- Release 0.5.0
+ * Update to cmark 0.29.0.gfm.0
+ * Drop support for Python 3.4; make support for 3.7 & 3.8 official
+ (#21)
+ * Document SAFE/UNSAFE mode and the other options (#24)
+ + import cmarkgfm.cmark.Options into cmarkgfm
+ * Make Python information more explicit in the README (#16)
+
+-------------------------------------------------------------------
Old:
----
cmarkgfm-0.4.2.tar.gz
New:
----
cmarkgfm-0.5.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cmarkgfm.spec ++++++
--- /var/tmp/diff_new_pack.1XxdvA/_old 2021-03-29 18:21:08.926223619 +0200
+++ /var/tmp/diff_new_pack.1XxdvA/_new 2021-03-29 18:21:08.930223624 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-cmarkgfm
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,19 +18,19 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-cmarkgfm
-Version: 0.4.2
+Version: 0.5.3
Release: 0
Summary: Minimal bindings to GitHub's fork of cmark
License: MIT
Group: Development/Languages/Python
-Url: https://github.com/jonparrott/cmarkgfm
+URL: https://github.com/jonparrott/cmarkgfm
Source:
https://files.pythonhosted.org/packages/source/c/cmarkgfm/cmarkgfm-%{version}.tar.gz
BuildRequires: %{python_module cffi >= 1.0.0}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION test requirements
-BuildRequires: %{python_module cffi >= 1.0.0}
+BuildRequires: %{python_module pytest}
# /SECTION
BuildRequires: fdupes
Requires: python-cffi >= 1.0.0
@@ -54,12 +54,12 @@
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
-%python_exec setup.py test
+%pytest_arch
%files %{python_files}
%doc README.rst
%license LICENSE.txt
-%attr(0644,root,root) %{python_sitearch}/cmarkgfm-%{version}-py*.egg-info/*
-%{python_sitearch}/*
+%{python_sitearch}/cmarkgfm
+%{python_sitearch}/cmarkgfm-%{version}*-info
%changelog
++++++ cmarkgfm-0.4.2.tar.gz -> cmarkgfm-0.5.3.tar.gz ++++++
++++ 36422 lines of diff (skipped)