Skip to content

Commit abebd70

Browse files
committed
v2.6.0
1 parent 439ea91 commit abebd70

File tree

3 files changed

+22
-9
lines changed

3 files changed

+22
-9
lines changed

Changes.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Changes for v2.6.0 (2019-01-10)
2+
===============================
3+
4+
- Update dependencies to baseline on Ubuntu 18.04
5+
6+
- Clarify documentation of Ubuntu installation dependencies
7+
8+
- List ipaddress as a dependency
9+
10+
- Strip PEM header from OpenSSL.crypto.X509 cert
11+
12+
- Doc updates: dependency versions, standard links
13+
14+
- Fix cryptography deprecation warnings. Closes #108
15+
16+
- Allow URI attribute of Reference to be absent (#102)
17+
118
Changes for v2.5.2 (2017-12-07)
219
===============================
320

README.rst

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,11 @@ Note: SignXML depends on `lxml <https://github.com/lxml/lxml>`_ and `cryptograph
3636
+--------------+---------+-------------------------------------------------------------------------------------------------------------+
3737
| OS | Python | Command |
3838
+==============+=========+=============================================================================================================+
39-
| Ubuntu 16.04,| Python 2| ``apt-get install python-dev python-cffi libxml2-dev libxslt1-dev libssl-dev libffi-dev`` |
40-
| 18.04 | | ``python-lxml python-cryptography python-openssl python-certifi python-defusedxml build-essential`` |
39+
| Ubuntu | Python 2| ``apt-get install python-dev python-cffi libxml2-dev libxslt1-dev libssl-dev libffi-dev`` |
40+
| | | ``python-lxml python-cryptography python-openssl python-certifi python-defusedxml build-essential`` |
4141
+--------------+---------+-------------------------------------------------------------------------------------------------------------+
42-
| Ubuntu 16.04,| Python 3| ``apt-get install python3-dev python3-cffi libxml2-dev libxslt1-dev libssl-dev libffi-dev`` |
43-
| 18.04 | | ``python3-lxml python3-cryptography python3-openssl python3-certifi python3-defusedxml build-essential`` |
44-
+--------------+---------+-------------------------------------------------------------------------------------------------------------+
45-
| Ubuntu 14.04 | Python 2| ``apt-get install python-dev python-cffi libxml2-dev libxslt1-dev libssl-dev libffi-dev build-essential`` |
46-
+--------------+---------+-------------------------------------------------------------------------------------------------------------+
47-
| Ubuntu 14.04 | Python 3| ``apt-get install python3-dev python3-cffi libxml2-dev libxslt1-dev libssl-dev libffi-dev build-essential`` |
42+
| Ubuntu | Python 3| ``apt-get install python3-dev python3-cffi libxml2-dev libxslt1-dev libssl-dev libffi-dev`` |
43+
| | | ``python3-lxml python3-cryptography python3-openssl python3-certifi python3-defusedxml build-essential`` |
4844
+--------------+---------+-------------------------------------------------------------------------------------------------------------+
4945
| Red Hat | Python 2| ``yum install python-devel python-cffi libxml2-devel libxslt1-devel openssl-devel`` |
5046
+--------------+---------+-------------------------------------------------------------------------------------------------------------+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='signxml',
7-
version="2.5.2",
7+
version="2.6.0",
88
url='https://github.com/kislyuk/signxml',
99
license='Apache Software License',
1010
author='Andrey Kislyuk',

0 commit comments

Comments
 (0)