forked from pool/python-mistune
		
	Accepting request 1111597 from home:sebix:branches:devel:languages:python
needed for the update of iredis - update to version 3.0.1: OBS-URL: https://build.opensuse.org/request/show/1111597 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistune?expand=0&rev=49
This commit is contained in:
		
							
								
								
									
										
											BIN
										
									
								
								mistune-2.0.5.tar.gz
									 (Stored with Git LFS)
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								mistune-2.0.5.tar.gz
									 (Stored with Git LFS)
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										3
									
								
								mistune-3.0.1.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								mistune-3.0.1.tar.gz
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | |||||||
|  | version https://git-lfs.github.com/spec/v1 | ||||||
|  | oid sha256:fc5462974ebd9d121ddb19937c45f32bd0688c83cdccf28e7f0485cbe07406c6 | ||||||
|  | size 92367 | ||||||
| @@ -1,3 +1,45 @@ | |||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Fri Sep 15 15:15:40 UTC 2023 - Sebastian Wagner <sebix@sebix.at> | ||||||
|  |  | ||||||
|  | - update to version 3.0.1: | ||||||
|  |  - Add py.typed for mypy | ||||||
|  |  - Add tests, docs for sdist | ||||||
|  |  - Support renderer="ast" for rendering AST | ||||||
|  | - update to version 3.0.0: | ||||||
|  |  - Do not strip leading unicode spaces like emsp | ||||||
|  |  - Ensure new line at end of the text | ||||||
|  | - update to version 3.0.0rc5 | ||||||
|  |  - Fix fenced directives | ||||||
|  |  - Fix inline link parser | ||||||
|  |  - Fix block math plugin for multiple lines | ||||||
|  |  - Fix empty list item for markdown renderer | ||||||
|  | - update to version 3.0.0rc4: | ||||||
|  |  - Fix plugin footnotes when there is no newline at the end | ||||||
|  |  - Move safe HTML entities to HTMLRenderer | ||||||
|  |  - Redesign directives parsing | ||||||
|  |  - Add Image and Figure directive | ||||||
|  | - update to version 3.0.0rc3: | ||||||
|  |  - Render inline math with \( and \) | ||||||
|  |  - Added RSTRenderer, and MarkdownRenderer | ||||||
|  |  - Fix toc_hook method | ||||||
|  |  - Breaking change, rename RstDirective to RSTDirective | ||||||
|  | - update to version 3.0.0rc2: | ||||||
|  |  - Add spoiler plugin | ||||||
|  |  - Add collapse option for TableOfContents directive | ||||||
|  |  - Breaking change on directive design, added fenced directive | ||||||
|  | - update to version 3.0.0rc1: | ||||||
|  |  - Add superscript plugin | ||||||
|  | - update to version 3.0.0a3: | ||||||
|  |  - Fix ruby plugin | ||||||
|  |  - Change toc parameter depth to level | ||||||
|  | - update to version 3.0.0a2: | ||||||
|  |  - Escape block code in HTMLRenderer | ||||||
|  |  - Fix parsing links | ||||||
|  | - update to version 3.0.0a1: | ||||||
|  |  - redesigned mistune | ||||||
|  |  - plugins | ||||||
|  |  - directives | ||||||
|  |  | ||||||
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ||||||
| Mon Jun 12 08:24:59 UTC 2023 - Dirk Müller <dmueller@suse.com> | Mon Jun 12 08:24:59 UTC 2023 - Dirk Müller <dmueller@suse.com> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -19,7 +19,7 @@ | |||||||
| %define modname mistune | %define modname mistune | ||||||
| %{?sle15_python_module_pythons} | %{?sle15_python_module_pythons} | ||||||
| Name:           python-%{modname} | Name:           python-%{modname} | ||||||
| Version:        2.0.5 | Version:        3.0.1 | ||||||
| Release:        0 | Release:        0 | ||||||
| Summary:        Python Markdown parser with renderers and plugins | Summary:        Python Markdown parser with renderers and plugins | ||||||
| License:        BSD-3-Clause | License:        BSD-3-Clause | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user