File tree Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 11News
22====
3+ 0.5.0
4+ -----
5+ *Release date: 31-Oct-2023
6+
7+ * Drop python 2.x compatibility (should still work)
8+ * Move to use pytest
9+ * Support urllib3 v2, including support of self-signed certs
10+ * Fix version check to avoid crashes with non-official releases
11+ * Correctly handle watch timeouts in lock
12+ * Allow trying more than one domain when looking up SRV records
13+ * Support auth API both <= 2.2.5 and >= 2.3.0
14+ * Use github actions instead than travis
15+
3160.4.5
417-----
518*Release date: 3-Mar-2017*
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ From source
2727.. code :: bash
2828
2929 $ python setup.py install
30-
30+
3131 From Pypi
3232~~~~~~~~~
3333
3434.. code :: bash
3535
36- $ python3.5 -m pip install python-etcd
36+ $ python -m pip install python-etcd
3737
3838 Usage
3939-----
@@ -209,18 +209,17 @@ List contents of a directory
209209 Development setup
210210-----------------
211211
212- To create a buildout ,
212+ To check your code ,
213213
214214.. code :: bash
215215
216- $ python bootstrap.py
217- $ bin/buildout
216+ $ tox
218217
219218 to test you should have etcd available in your system path:
220219
221220.. code :: bash
222221
223- $ bin/test
222+ $ command -v etcd
224223
225224 to generate documentation,
226225
You can’t perform that action at this time.
0 commit comments