Skip to content

Releases: bear/ronkyuu

Version 0.9

04 Apr 19:41
b12fee8
Compare
Choose a tag to compare
Merge pull request #32 from bear/rc-0.9

Rc 0.9

Version 0.8

22 Mar 00:18
Compare
Choose a tag to compare

Dependency updates and changes to testing

version 0.7

08 Jan 21:49
cd532d6
Compare
Choose a tag to compare

Upgraded to support Python v3.7 only

v0.6

06 Sep 00:07
Compare
Choose a tag to compare

Update sendMention() to honour redirects as specified by Webmention Rocks Discovery Test #23

v0.5

30 May 22:49
Compare
Choose a tag to compare

Fixes

  • Issue #17 move lxml to extras_require
  • Issue #16 support for custom timeout
  • Issue #15 support for custom User-Agent string

v0.4 Release

14 Apr 19:29
Compare
Choose a tag to compare
  • add new webmention.rocks based tests and helper tool
  • fixed issue with parsing of link rel's because of quotes
  • added Python v3 support, thanks @sknebel for the PR

v0.3.6 Release

11 Apr 03:56
Compare
Choose a tag to compare

Changes:

  • add a debug flag to have discoverEndpoints and sendWebmention to retu…
  • Merge pull request #11 from sknebel/sknebel-patch-bs4 -- fix package name for beautifulsoup4
  • update link parsing to fix issue #13
  • sendMention now follows redirects if the POST was a 405 and the histo…
  • add requirements-test.txt to MANIFEST
  • fixed mock usage; got 3 of 5 relme tests working
  • tweaked Makefile to use requirements files
  • tell BS4 to use html5lib parser and adjust requirements file to inclu…
  • lint cleanup

v0.3.5

03 Mar 09:36
Compare
Choose a tag to compare

Issue #9 follow redirects for target URL

0.3.4 Release

27 Feb 02:40
Compare
Choose a tag to compare

Switched html parsing to html5lib + lxml
added html5lib and lxml to requirements
fixed 3 of 5 rel=me tests

0.3.2 Release

02 Jan 12:38
Compare
Choose a tag to compare

Mostly this is cleanup to the project itself, to examples and to the tests to fix various glitches.

The one new bit of code was to add an exception handler to the discoverEndpoints call so connection errors didn't crash the call.