forked from pool/python-mistune
		
	Accepting request 932424 from home:gladiac:mailman3
- Update to version 2.0.0rc1 * whole new mistune * plugins * directives OBS-URL: https://build.opensuse.org/request/show/932424 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistune?expand=0&rev=28
This commit is contained in:
		@@ -1,3 +0,0 @@
 | 
			
		||||
version https://git-lfs.github.com/spec/v1
 | 
			
		||||
oid sha256:59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e
 | 
			
		||||
size 58322
 | 
			
		||||
							
								
								
									
										3
									
								
								mistune-2.0.0rc1.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								mistune-2.0.0rc1.tar.gz
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
version https://git-lfs.github.com/spec/v1
 | 
			
		||||
oid sha256:452bdba97c27efc7c1a83823ed0d6a08a9ad6ea5c67648248509f618b68aa7d9
 | 
			
		||||
size 72515
 | 
			
		||||
@@ -1,3 +1,11 @@
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Wed Nov 17 13:45:59 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
 | 
			
		||||
 | 
			
		||||
- Update to version 2.0.0rc1
 | 
			
		||||
  * whole new mistune
 | 
			
		||||
  * plugins
 | 
			
		||||
  * directives
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Fri Oct 23 14:42:42 UTC 2020 - Matej Cepl <mcepl@suse.com>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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,15 +16,18 @@
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
%define pkg_version 2.0.0rc1
 | 
			
		||||
 | 
			
		||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 | 
			
		||||
%define pythons python3
 | 
			
		||||
Name:           python-mistune
 | 
			
		||||
Version:        0.8.4
 | 
			
		||||
Version:        2.0.0~rc1
 | 
			
		||||
Release:        0
 | 
			
		||||
Summary:        A markdown parser in pure Python
 | 
			
		||||
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
 | 
			
		||||
Source0:        https://files.pythonhosted.org/packages/source/m/mistune/mistune-%{pkg_version}.tar.gz
 | 
			
		||||
BuildRequires:  %{python_module pytest}
 | 
			
		||||
BuildRequires:  %{python_module setuptools}
 | 
			
		||||
BuildRequires:  fdupes
 | 
			
		||||
@@ -36,7 +39,7 @@ BuildArch:      noarch
 | 
			
		||||
A markdown parser in pure Python, inspired by marked.
 | 
			
		||||
 | 
			
		||||
%prep
 | 
			
		||||
%setup -q -n mistune-%{version}
 | 
			
		||||
%setup -q -n mistune-%{pkg_version}
 | 
			
		||||
 | 
			
		||||
%build
 | 
			
		||||
%python_build
 | 
			
		||||
@@ -50,10 +53,7 @@ A markdown parser in pure Python, inspired by marked.
 | 
			
		||||
 | 
			
		||||
%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.rst
 | 
			
		||||
%{python_sitelib}/*
 | 
			
		||||
 | 
			
		||||
%changelog
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user