Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-mistune for openSUSE:Factory 
checked in at 2021-12-28 12:26:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mistune (Old)
 and      /work/SRC/openSUSE:Factory/.python-mistune.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-mistune"

Tue Dec 28 12:26:05 2021 rev:10 rq:942709 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-mistune/python-mistune.changes    
2020-11-02 09:39:45.569573429 +0100
+++ /work/SRC/openSUSE:Factory/.python-mistune.new.2520/python-mistune.changes  
2021-12-28 12:26:15.716467812 +0100
@@ -1,0 +2,23 @@
+Sun Dec 26 17:24:01 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Cleanup specfile
+- Unskip python36: required by httpbin
+
+-------------------------------------------------------------------
+Thu Dec 16 19:49:28 UTC 2021 - Andreas Schneider <a...@cryptomilk.org>
+
+- Fix building on openSUSE 15.3
+
+-------------------------------------------------------------------
+Mon Dec  6 13:13:49 UTC 2021 - Matej Cepl <mc...@suse.com>
+
+- Update to 2.0.0:
+  - Complete rewrite of the package with quite modern API.
+
+-------------------------------------------------------------------
+Wed Nov 24 10:16:00 UTC 2021 - Matej Cepl <mc...@suse.com>
+
+- Revert to 0.* version, because 2.* breaks python-m2r in the
+  current moment.
+
+-------------------------------------------------------------------

Old:
----
  mistune-0.8.4.tar.gz

New:
----
  mistune-2.0.0.tar.gz

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

Other differences:
------------------
++++++ python-mistune.spec ++++++
--- /var/tmp/diff_new_pack.nrhimm/_old  2021-12-28 12:26:16.168468154 +0100
+++ /var/tmp/diff_new_pack.nrhimm/_new  2021-12-28 12:26:16.172468157 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-mistune
 #
-# Copyright (c) 2020 SUSE LLC
+# 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
@@ -16,33 +16,38 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-Name:           python-mistune
-Version:        0.8.4
+%{?!python_module:%define python_module() python3-%{**}}
+%define modname mistune
+%define skip_python2 1
+Name:           python-%{modname}
+Version:        2.0.0
 Release:        0
-Summary:        A markdown parser in pure Python
+Summary:        Python Markdown parser with renderers and plugins
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 URL:            https://github.com/lepture/mistune
-Source0:        
https://files.pythonhosted.org/packages/source/m/mistune/mistune-%{version}.tar.gz
+Source:         
https://github.com/lepture/%{modname}/archive/refs/tags/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
 %python_subpackages
 
 %description
-A markdown parser in pure Python, inspired by marked.
+A Python Markdown parser with renderers and plugins,
+compatible with sane CommonMark rules.
 
 %prep
-%setup -q -n mistune-%{version}
+%autosetup -p1 -n %{modname}-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -50,10 +55,8 @@
 
 %files %{python_files}
 %license LICENSE
-%doc CHANGES.rst README.rst
-%{python_sitelib}/mistune.py*
-%pycache_only %{python_sitelib}/__pycache__/*
-%dir %{python_sitelib}/mistune-%{version}-py*.egg-info
-%{python_sitelib}/mistune-%{version}-py*.egg-info/*
+%doc README.md
+%{python_sitelib}/%{modname}
+%{python_sitelib}/%{modname}-%{version}*-info
 
 %changelog

++++++ mistune-0.8.4.tar.gz -> mistune-2.0.0.tar.gz ++++++
++++ 23533 lines of diff (skipped)

Reply via email to