Skip to content

Commit

Permalink
v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Jan 11, 2019
1 parent 439ea91 commit abebd70
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 9 deletions.
17 changes: 17 additions & 0 deletions Changes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Changes for v2.6.0 (2019-01-10)
===============================

- Update dependencies to baseline on Ubuntu 18.04

- Clarify documentation of Ubuntu installation dependencies

- List ipaddress as a dependency

- Strip PEM header from OpenSSL.crypto.X509 cert

- Doc updates: dependency versions, standard links

- Fix cryptography deprecation warnings. Closes #108

- Allow URI attribute of Reference to be absent (#102)

Changes for v2.5.2 (2017-12-07)
===============================

Expand Down
12 changes: 4 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,11 @@ Note: SignXML depends on `lxml <https://github.com/lxml/lxml>`_ and `cryptograph
+--------------+---------+-------------------------------------------------------------------------------------------------------------+
| OS | Python | Command |
+==============+=========+=============================================================================================================+
| Ubuntu 16.04,| Python 2| ``apt-get install python-dev python-cffi libxml2-dev libxslt1-dev libssl-dev libffi-dev`` |
| 18.04 | | ``python-lxml python-cryptography python-openssl python-certifi python-defusedxml build-essential`` |
| Ubuntu | Python 2| ``apt-get install python-dev python-cffi libxml2-dev libxslt1-dev libssl-dev libffi-dev`` |
| | | ``python-lxml python-cryptography python-openssl python-certifi python-defusedxml build-essential`` |
+--------------+---------+-------------------------------------------------------------------------------------------------------------+
| Ubuntu 16.04,| Python 3| ``apt-get install python3-dev python3-cffi libxml2-dev libxslt1-dev libssl-dev libffi-dev`` |
| 18.04 | | ``python3-lxml python3-cryptography python3-openssl python3-certifi python3-defusedxml build-essential`` |
+--------------+---------+-------------------------------------------------------------------------------------------------------------+
| Ubuntu 14.04 | Python 2| ``apt-get install python-dev python-cffi libxml2-dev libxslt1-dev libssl-dev libffi-dev build-essential`` |
+--------------+---------+-------------------------------------------------------------------------------------------------------------+
| Ubuntu 14.04 | Python 3| ``apt-get install python3-dev python3-cffi libxml2-dev libxslt1-dev libssl-dev libffi-dev build-essential`` |
| Ubuntu | Python 3| ``apt-get install python3-dev python3-cffi libxml2-dev libxslt1-dev libssl-dev libffi-dev`` |
| | | ``python3-lxml python3-cryptography python3-openssl python3-certifi python3-defusedxml build-essential`` |
+--------------+---------+-------------------------------------------------------------------------------------------------------------+
| Red Hat | Python 2| ``yum install python-devel python-cffi libxml2-devel libxslt1-devel openssl-devel`` |
+--------------+---------+-------------------------------------------------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='signxml',
version="2.5.2",
version="2.6.0",
url='https://github.com/kislyuk/signxml',
license='Apache Software License',
author='Andrey Kislyuk',
Expand Down

0 comments on commit abebd70

Please sign in to comment.