Skip to content

Releases: bear/ronkyuu

Version 0.9

Choose a tag to compare

@bear bear released this 04 Apr 19:41
b12fee8
Merge pull request #32 from bear/rc-0.9

Rc 0.9

Version 0.8

Choose a tag to compare

@bear bear released this 22 Mar 00:18

Dependency updates and changes to testing

version 0.7

Choose a tag to compare

@bear bear released this 08 Jan 21:49
cd532d6

Upgraded to support Python v3.7 only

v0.6

Choose a tag to compare

@bear bear released this 06 Sep 00:07

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

v0.5

Choose a tag to compare

@bear bear released this 30 May 22:49

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

Choose a tag to compare

@bear bear released this 14 Apr 19:29
  • 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

Choose a tag to compare

@bear bear released this 11 Apr 03:56

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

Choose a tag to compare

@bear bear released this 03 Mar 09:36

Issue #9 follow redirects for target URL

0.3.4 Release

Choose a tag to compare

@bear bear released this 27 Feb 02:40

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

0.3.2 Release

Choose a tag to compare

@bear bear released this 02 Jan 12:38

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.