Mercurial > piecrust2
annotate requirements.txt @ 334:b034f6f15e22
bake: Several bug taxonomy-related fixes for incorrect incremental bakes.
* Improve how the baker processes taxonomy terms and figures out what needs
to be re-baked or not.
* Create bake entries for clean taxnomy terms so they're not deleted by an
incremental bake.
* Add more information to bake records.
* Slugify taxonomy terms is now done by the route in one place.
* Fix a bug where the cache key for invalidating rendered segments was not
computed the same way as when the caching was done.
* Fix how term combinations are passed around, rendered, printed, parsed, etc.
(TODO: more word needed in the routing functions)
* Expose to the template whether a taxonomy term is a combination or not.
* Display term combinations better in the built-in theme.
* Rename `route.taxonomy` to `route.taxonomy_name` to prevent confusion.
* Add options to show bake records for previous bakes.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 03 Apr 2015 10:59:50 -0700 |
parents | 31eaffd0afd7 |
children | 779c67decff6 |
rev | line source |
---|---|
188
31eaffd0afd7
build: Add `pystache` to `requirements.txt`.
Ludovic Chabant <ludovic@chabant.com>
parents:
124
diff
changeset
|
1 colorama==0.3.1 |
31eaffd0afd7
build: Add `pystache` to `requirements.txt`.
Ludovic Chabant <ludovic@chabant.com>
parents:
124
diff
changeset
|
2 compressinja==0.0.2 |
4
7dc71c2dc9a8
Added requirements file for `pip`.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
3 Jinja2==2.7.3 |
7dc71c2dc9a8
Added requirements file for `pip`.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
4 Markdown==2.4.1 |
7dc71c2dc9a8
Added requirements file for `pip`.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
5 MarkupSafe==0.23 |
8
ff07f6d23450
Update the `requirements` file.
Ludovic Chabant <ludovic@chabant.com>
parents:
4
diff
changeset
|
6 mock==1.0.1 |
4
7dc71c2dc9a8
Added requirements file for `pip`.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
7 py==1.4.23 |
188
31eaffd0afd7
build: Add `pystache` to `requirements.txt`.
Ludovic Chabant <ludovic@chabant.com>
parents:
124
diff
changeset
|
8 Pygments==1.6 |
31eaffd0afd7
build: Add `pystache` to `requirements.txt`.
Ludovic Chabant <ludovic@chabant.com>
parents:
124
diff
changeset
|
9 pystache==0.5.4 |
4
7dc71c2dc9a8
Added requirements file for `pip`.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
10 pytest==2.6.1 |
8
ff07f6d23450
Update the `requirements` file.
Ludovic Chabant <ludovic@chabant.com>
parents:
4
diff
changeset
|
11 pytest-mock==0.2.0 |
4
7dc71c2dc9a8
Added requirements file for `pip`.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
12 python-dateutil==2.2 |
188
31eaffd0afd7
build: Add `pystache` to `requirements.txt`.
Ludovic Chabant <ludovic@chabant.com>
parents:
124
diff
changeset
|
13 PyYAML==3.11 |
31eaffd0afd7
build: Add `pystache` to `requirements.txt`.
Ludovic Chabant <ludovic@chabant.com>
parents:
124
diff
changeset
|
14 regex==2014.12.24 |
4
7dc71c2dc9a8
Added requirements file for `pip`.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
15 repoze.lru==0.6 |
9
8f7ba2c95025
Add packaging and related files.
Ludovic Chabant <ludovic@chabant.com>
parents:
8
diff
changeset
|
16 six==1.7.3 |
76
fdb08d986384
Add SmartyPants formatting.
Ludovic Chabant <ludovic@chabant.com>
parents:
66
diff
changeset
|
17 smartypants==1.8.6 |
4
7dc71c2dc9a8
Added requirements file for `pip`.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
18 strict-rfc3339==0.4 |
124
f49fcf9448df
Add Textile formatter.
Ludovic Chabant <ludovic@chabant.com>
parents:
76
diff
changeset
|
19 textile==2.2.1 |
188
31eaffd0afd7
build: Add `pystache` to `requirements.txt`.
Ludovic Chabant <ludovic@chabant.com>
parents:
124
diff
changeset
|
20 Werkzeug==0.9.6 |