15
0
Commit Graph

17 Commits

Author SHA256 Message Date
66c1de451b Accepting request 869060 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/869060
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-markdown2?expand=0&rev=7
2021-02-04 19:24:14 +00:00
5e7ee0346e Ignore failing test suite
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-markdown2?expand=0&rev=18
2021-01-27 23:19:28 +00:00
683bfb501c Fix changes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-markdown2?expand=0&rev=17
2021-01-27 23:13:34 +00:00
64be0e3066 - Update to 2.4.0:
- [pull #377] Fixed bug breaking strings elements in metadata lists
  - [pull #380] When rendering fenced code blocks, also add the
    language-LANG class
  - [pull #387] Regex DoS fixes
- Switch off failing tests (gh#trentm/python-markdown2#388)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-markdown2?expand=0&rev=16
2021-01-27 23:11:42 +00:00
d5cb9b210b Accepting request 827270 from devel:languages:python
- update to 2.3.9:
  - [pull #335] Added header support for wiki tables
  - [pull #336] Reset _toc when convert is run
  - [pull #353] XSS fix
  - [pull #350] XSS fix
- remove 0001-Fix-for-issue-348-incomplete-tags-with-punctuation-a.patch,
  0002-Fixed-code-highlighting-unit-tests.patch (upstream)

OBS-URL: https://build.opensuse.org/request/show/827270
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-markdown2?expand=0&rev=6
2020-08-18 13:11:47 +00:00
bcd5e345a6 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-markdown2?expand=0&rev=14 2020-08-17 07:52:16 +00:00
1cd607881a - update to 2.3.9:
- [pull #335] Added header support for wiki tables
  - [pull #336] Reset _toc when convert is run
  - [pull #353] XSS fix
  - [pull #350] XSS fix
- remove 0001-Fix-for-issue-348-incomplete-tags-with-punctuation-a.patch,
  0002-Fixed-code-highlighting-unit-tests.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-markdown2?expand=0&rev=13
2020-08-17 07:51:59 +00:00
8def8b755d Accepting request 801323 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/801323
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-markdown2?expand=0&rev=5
2020-05-08 21:07:02 +00:00
Tomáš Chvátal
519ec694dd Accepting request 801321 from home:czerw:branches:devel:languages:python
- Add patch to fix unsanitized input for cross-site scripting (boo#1171379)
  0001-Fix-for-issue-348-incomplete-tags-with-punctuation-a.patch
- Add patch to fix faling unit test
  0002-Fixed-code-highlighting-unit-tests.patch

OBS-URL: https://build.opensuse.org/request/show/801321
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-markdown2?expand=0&rev=11
2020-05-07 16:19:36 +00:00
bcceeffc47 Accepting request 718111 from devel:languages:python
- Update to 2.3.8:
  * [pull #317] Temporary fix to issue #150
  * [pull #319] Stop XML escaping the body of a link
  * [pull #322] Don't auto link patterns surrounded by triple quotes
  * [pull #324] Add class configurability to the enclosing tag
  * [pull #328] Accept [X] as marked task
- Drop merged patch fix-build.patch

OBS-URL: https://build.opensuse.org/request/show/718111
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-markdown2?expand=0&rev=4
2019-07-24 18:35:44 +00:00
Tomáš Chvátal
7479dc61fb - Update to 2.3.8:
* [pull #317] Temporary fix to issue #150
  * [pull #319] Stop XML escaping the body of a link
  * [pull #322] Don't auto link patterns surrounded by triple quotes
  * [pull #324] Add class configurability to the enclosing tag
  * [pull #328] Accept [X] as marked task
- Drop merged patch fix-build.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-markdown2?expand=0&rev=9
2019-07-24 08:04:05 +00:00
b4b21cb3f0 Accepting request 691804 from devel:languages:python
- Update to 2.3.7:
  [pull #282] Add TOC depth option
  [pull #283] Fix to add TOC html to output via CLI
  [pull #284] Do not remove anchors in safe_mode
  [pull #288] fixing cuddled-lists with a single list item
  [pull #292] Fix Wrong rendering of last list element
  [pull #295] link-patterns fix
  [pull #300] Replace a deprecated method
  [pull #301] DeprecationWarning: invalid escape sequence
  [pull #302] Fix "make test" in Python 3
  [pull #303] Fix CVE-2018-5773
  [pull #306] Drop support for legacy Python versions
  [pull #307] Fix syntax highlighting test cases that depend on Pygments output
  [pull #308] Add support for Python 3.7
  [pull #304] Add Wheel package support
  [pull #312] Fix toc_depth initialization regression
  [pull #315] XSS fix
- Drop merged patch:
  * disable-failing-tests.patch
- Add patch from upstream to fix build command:
  * fix-build.patch

OBS-URL: https://build.opensuse.org/request/show/691804
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-markdown2?expand=0&rev=3
2019-04-08 18:53:19 +00:00
Tomáš Chvátal
e38053d528 - Update to 2.3.7:
[pull #282] Add TOC depth option
  [pull #283] Fix to add TOC html to output via CLI
  [pull #284] Do not remove anchors in safe_mode
  [pull #288] fixing cuddled-lists with a single list item
  [pull #292] Fix Wrong rendering of last list element
  [pull #295] link-patterns fix
  [pull #300] Replace a deprecated method
  [pull #301] DeprecationWarning: invalid escape sequence
  [pull #302] Fix "make test" in Python 3
  [pull #303] Fix CVE-2018-5773
  [pull #306] Drop support for legacy Python versions
  [pull #307] Fix syntax highlighting test cases that depend on Pygments output
  [pull #308] Add support for Python 3.7
  [pull #304] Add Wheel package support
  [pull #312] Fix toc_depth initialization regression
  [pull #315] XSS fix
- Drop merged patch:
  * disable-failing-tests.patch
- Add patch from upstream to fix build command:
  * fix-build.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-markdown2?expand=0&rev=7
2019-04-05 12:26:31 +00:00
537861f8be Accepting request 626381 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/626381
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-markdown2?expand=0&rev=2
2018-07-31 14:01:03 +00:00
Tomáš Chvátal
17f7290e27 Accepting request 626079 from home:jengelh:branches:devel:languages:python
- Ensure accuracy of description.

OBS-URL: https://build.opensuse.org/request/show/626079
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-markdown2?expand=0&rev=5
2018-07-30 07:34:38 +00:00
08b8b85fd5 Accepting request 614582 from devel:languages:python
New python-markdown2 package for a fast and complete Python implementation
of Markdown.

OBS-URL: https://build.opensuse.org/request/show/614582
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-markdown2?expand=0&rev=1
2018-06-27 08:19:35 +00:00
Tomáš Chvátal
5d50dda3f3 Accepting request 614567 from home:czerw:branches:devel:languages:python:misc
Package was recently moved to d:l:p:misc and I would like to move it
back to d:l:p and to Factory.

- Update to version 2.3.5
  * [pull #238] Fenced code blocks lang with leading space
  * [pull #260] Search for items only within metadata header
  * [pull #264] highlightjs language class support
  * [pull #265] FIPS compliance
  * [pull #274] Fix for double amp replacement inside link title
- Update description from upstream
- Add pygments to BuildRequires
- Replace devel BuildRequires by base
- Apply spec-cleaner
- Add patch disable-failing-tests.patch to disable failing tests,
  upstream has no fix yet https://github.com/trentm/python-markdown2/issues/281

OBS-URL: https://build.opensuse.org/request/show/614567
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-markdown2?expand=0&rev=1
2018-06-06 13:49:25 +00:00