Skip to content

Commit

Permalink
upgrade mf2py to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed May 31, 2018
1 parent fb7caae commit 43480cb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -308,7 +308,7 @@ Changelog
### 1.13 - unreleased
* Twitter:
* Support ISO 8601 formatted created_at timestamps, which the [archive download uses](https://help.twitter.com/en/managing-your-account/how-to-download-your-twitter-archive), as well as RFC 2822 from the API.
* `create()` and `preview_create()`: support RSVPs. Tweet them as normal tweets with the RSVP content. ([#](818))
* `create()` and `preview_create()`: support RSVPs. Tweet them as normal tweets with the RSVP content. ([bridgy#818](https://github.com/snarfed/bridgy/issues/818))
* Instagram:
* Add global rate limiting lock for scraping. If a scraping HTTP request gets a 429 or 503 response, we refuse to make more requests for 5m, and instead short circuit and return the same error. This can be overridden with a new `ignore_rate_limit` kwarg to `get_activities()`.
* GitHub:
Expand All @@ -317,6 +317,8 @@ Changelog
* `get_activities()` bug fix for issues/PRs with no body text.
* Atom:
* Shorten and ellipsize feed title when necessary ([#144](https://github.com/snarfed/granary/issues/144)).
* microformats2:
* Upgrade mf2py to [1.1.0](https://github.com/microformats/mf2py/releases/tag/1.1.0), which improves a few things like [implied p-name detection](http://microformats.org/wiki/microformats2-implied-properties).

### 1.12 - 2018-03-24
* Add Python 3 support! Granary now requires either Python 2.7+ or Python 3.3+.
Expand Down
2 changes: 1 addition & 1 deletion requirements.freeze.txt
Expand Up @@ -13,7 +13,7 @@ humanize==0.5.1
idna==2.6
Jinja2==2.10
MarkupSafe==1.0
mf2py==1.0.5
mf2py>=1.1.0
-e git+https://github.com/snarfed/mf2util.git@992b2655be66a128bb40f847f3eba0ed955cadfe#egg=mf2util
mox3==0.24.0
mox==0.5.3
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -4,7 +4,7 @@ brevity>=0.2.17
future
html2text
jinja2
mf2py>=0.2.7
mf2py>=1.1.0
mf2util>=0.5.0
mox3>=0.24.0
oauth-dropins>=1.12
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -49,7 +49,7 @@ def __init__(self, *args, **kwargs):
'future',
'html2text',
'jinja2',
'mf2py>=0.2.7',
'mf2py>=1.1.0',
'mf2util>=0.5.0',
'oauth-dropins>=1.12',
'requests-toolbelt>=0.6.2',
Expand Down

0 comments on commit 43480cb

Please sign in to comment.