summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Holth <dholth@fastmail.fm>2014-07-06 12:39:31 -0400
committerDaniel Holth <dholth@fastmail.fm>2014-07-06 12:39:31 -0400
commit01424474b66ab9f89090b98a148069aaaf0b24ea (patch)
tree7659c8150bdb51bcefe882846d70ccc37a02f59d
parentf66cb2f5f4d7b7847c9814f1ef13dc445d810152 (diff)
downloadwheel-01424474b66ab9f89090b98a148069aaaf0b24ea.tar.gz
update CHANGES
-rw-r--r--CHANGES.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 0f74f20..26754c9 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -3,9 +3,14 @@
- The python tag used for pure-python packages is now .pyN (major version
only). This change actually occurred in 0.23.0 when the --python-tag
option was added, but was not explicitly mentioned in the changelog then.
-
- wininst2wheel and egg2wheel removed. Use "wheel convert [archive]"
instead.
+- Wheel now supports setuptools style conditional requirements via the
+ extras_require={} syntax. Separate 'extra' names from conditions using
+ the : character. Wheel's own setup.py does this. (The empty-string
+ extra is the same as install_requires.) These conditional requirements
+ should work the same whether the package is installed by wheel or
+ by setup.py.
0.23.0
======