Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Scheduled weekly dependency update for week 36 #128

Merged
merged 9 commits into from
Sep 7, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,7 @@ canonical_url: http://oddbird.net/
template_path: ../templates
asset_map_path: static/assets.json
rst_writer: html5writer
smart_quotes: true
ignore_files: ['.*', '_*', 'config*.yml', 'Makefile', 'README', '*.conf', '*~']
modules:
blog:
Expand Down
2 changes: 1 addition & 1 deletion lib/typogrify.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def smartquotes(text):
u'The “Green” man'
"""
text = unicode(text)
output = smartypants.smartyPants(text)
output = smartypants.smartypants(text)
return output


Expand Down
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
--find-links ./requirements/

rstblog==1.0.obc3
PyYAML==3.10
Babel==0.9.6
blinker==1.2
docutils==0.9.1
Jinja2==2.8
Werkzeug==0.8.3
rstblog==1.0.obc5
PyYAML==3.12
Babel==2.5.0
blinker==1.4
docutils==0.14
Jinja2==2.9.6
Werkzeug==0.12.2
Pygments==2.2.0
smartypants==1.6.0.3
Pillow==4.0.0
smartypants==2.0.0
Pillow==4.2.1
Binary file removed requirements/rstblog-1.0.obc3.tar.gz
Binary file not shown.
Binary file added requirements/rstblog-1.0.obc5.tar.gz
Binary file not shown.