Bug 227310 - textproc/py-markdown: update to 2.6.11
Summary: textproc/py-markdown: update to 2.6.11
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kubilay Kocak
URL:
Keywords:
Depends on:
Blocks: 227416
  Show dependency treegraph
 
Reported: 2018-04-05 23:29 UTC by Kai Knoblich
Modified: 2018-04-16 12:32 UTC (History)
1 user (show)

See Also:
koobs: maintainer-feedback+


Attachments
py-markdown-2.6.11.patch (966 bytes, patch)
2018-04-05 23:29 UTC, Kai Knoblich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kai Knoblich freebsd_committer freebsd_triage 2018-04-05 23:29:47 UTC
Created attachment 192266 [details]
py-markdown-2.6.11.patch

Hello,

the attached patch updates py-markdown to 2.6.11. This release contains some bugfixes and a documentation update as compared to the version that is currently available in the ports tree.

Upstream's changelog:
https://python-markdown.github.io/change_log/index.html

Changes to the port itself:
- changed PORTVERSION to DISTVERSION

QA:
~~~
- poudriere (11.1-RELEASE amd64 + i386) for each py27 and py36 flavor -> OK
- portlint -> OK
- results of "make test" -> 280 OK, 1 skipped
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2018-04-16 05:16:26 UTC
Note: nose has been replaced with unittest unit tests in master so TEST_DEPENDS, test target and files/setup.py patch need updating in the future port versions
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-04-16 05:24:14 UTC
A commit references this bug:

Author: koobs
Date: Mon Apr 16 05:23:39 UTC 2018
New revision: 467453
URL: https://svnweb.freebsd.org/changeset/ports/467453

Log:
  textproc/py-markdown: Update to 2.6.11

  Changes since last port version:

    https://github.com/Python-Markdown/markdown/compare/2.6.8-final...2.6.11

  PR:		227310
  Submitted by:	Kai <freebsd_ports k-worx org>

Changes:
  head/textproc/py-markdown/Makefile
  head/textproc/py-markdown/distinfo
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2018-04-16 05:32:50 UTC
Committed. Thank you Kai and great work on your clear & concise submissions.

If you think this change should be committed to the quarterly branch (given the bugfixes), please re-open the issue and set merge-quarterly flag to ?
Comment 4 Kai Knoblich freebsd_committer freebsd_triage 2018-04-16 12:32:08 UTC
(In reply to Kubilay Kocak from comment #3)

Thank you very much for your feedback and committing the patch. I think, a MFH to the quarterly branch is not necessary at the moment unless there's a urgent PR of a port that depends on the latest version of py-markdown.

I sent the patch primarily as a preparation for netbox (PR #227416: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227416) to fulfill the given dependencies.