From f1a564dc585047e680a40254f776f208a18c62db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Garc=C3=ADa?= Date: Wed, 30 Mar 2016 14:05:49 +0200 Subject: [PATCH] Update two repos redirections MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Travis-CI Build #106](https://travis-ci.org/vinta/awesome-python/builds/119307253) has two issues: > Links 1. 301 https://github.com/mitsuhiko/markupsafe → https://github.com/pallets/markupsafe 2. 301 https://github.com/mitsuhiko/itsdangerous → https://github.com/pallets/itsdangerous --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 530554da..77cce5ee 100644 --- a/README.md +++ b/README.md @@ -649,7 +649,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [cssutils](https://pypi.python.org/pypi/cssutils/) - A CSS library for Python. * [html5lib](https://github.com/html5lib/html5lib-python) - A standards-compliant library for parsing and serializing HTML documents and fragments. * [lxml](http://lxml.de/) - A very fast, easy-to-use and versatile library for handling HTML and XML. -* [MarkupSafe](https://github.com/mitsuhiko/markupsafe) - Implements a XML/HTML/XHTML Markup safe string for Python. +* [MarkupSafe](https://github.com/pallets/markupsafe) - Implements a XML/HTML/XHTML Markup safe string for Python. * [pyquery](https://github.com/gawel/pyquery) - A jQuery-like library for parsing HTML. * [untangle](https://github.com/stchris/untangle) - Converts XML documents to Python objects for easy access. * [xhtml2pdf](https://github.com/xhtml2pdf/xhtml2pdf) - HTML/CSS to PDF converter. @@ -1122,7 +1122,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Useful libraries or tools that don't fit in the categories above.* * [blinker](https://github.com/jek/blinker) - A fast Python in-process signal/event dispatching system. -* [itsdangerous](https://github.com/mitsuhiko/itsdangerous) - Various helpers to pass trusted data to untrusted environments. +* [itsdangerous](https://github.com/pallets/itsdangerous) - Various helpers to pass trusted data to untrusted environments. * [pluginbase](https://github.com/mitsuhiko/pluginbase) - A simple but flexible plugin system for Python. * [Pychievements](https://github.com/PacketPerception/pychievements) - A framework for creating and tracking achievements. * [Tryton](http://www.tryton.org/) - A general purpose business framework.