Hello community,

here is the log from the commit of package python-Markups for openSUSE:Factory 
checked in at 2017-09-04 12:33:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Markups (Old)
 and      /work/SRC/openSUSE:Factory/.python-Markups.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Markups"

Mon Sep  4 12:33:51 2017 rev:5 rq:520062 version:2.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Markups/python-Markups.changes    
2015-05-15 07:44:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-Markups.new/python-Markups.changes       
2017-09-04 12:33:57.183502609 +0200
@@ -1,0 +2,22 @@
+Thu Aug 31 06:25:00 UTC 2017 - [email protected]
+
+- update to Version 2.0.1
+  * The new MathJax CDN is used, the old one will be shut down soon.
+  * When using MathJax with Markdown, the AMSmath and AMSsymbols extensions are
+    now enabled.
+- update to Version 2.0.0, 2016-05-09
+  * Changed the API of pymarkups to clearly separate the conversion step from
+    access to the various elements of the result. The old API is deprecated
+    and will be removed in a future release. Please see the documentation for
+    details on using the new API.
+  * The reStructuredText markup now includes document title and subtitle in
+    the HTML body.
+  * Added a ``markup2html.py`` reference script to show API usage.
+  * Improved support for specifying Markdown extensions in the document.
+
+-------------------------------------------------------------------
+Thu Aug 24 13:45:17 UTC 2017 - [email protected]
+
+- singlespec auto-conversion
+
+-------------------------------------------------------------------
@@ -55,0 +78 @@
+

Old:
----
  Markups-0.6.1.tar.gz

New:
----
  Markups-2.0.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Markups.spec ++++++
--- /var/tmp/diff_new_pack.7bUfJs/_old  2017-09-04 12:33:58.579306354 +0200
+++ /var/tmp/diff_new_pack.7bUfJs/_new  2017-09-04 12:33:58.607302418 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Markups
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,23 +16,20 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-Markups
-Version:        0.6.1
+Version:        2.0.1
 Release:        0
 Summary:        A wrapper around various text markups
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 Url:            https://github.com/mitya57/pymarkups
-Source:         
http://pypi.python.org/packages/source/M/Markups/Markups-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-BuildRequires:  python-importlib
-Requires:       python-importlib
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
+Source:         
https://files.pythonhosted.org/packages/source/M/Markups/Markups-%{version}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 BuildArch:      noarch
-%endif
+%python_subpackages
 
 %description
 This module provides a wrapper around the various text markup languages,
@@ -42,14 +39,17 @@
 %setup -q -n Markups-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
 
-%files
+%check
+%python_exec setup.py test
+
+%files %{python_files}
 %defattr(-,root,root,-)
-%doc LICENSE README.rst examples
+%doc LICENSE README.rst changelog
 %{python_sitelib}/*
 
 %changelog

++++++ Markups-0.6.1.tar.gz -> Markups-2.0.1.tar.gz ++++++
++++ 2120 lines of diff (skipped)


Reply via email to