Skip to content

Commit

Permalink
Fixed requirements for pyOpenSSL.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Delle Cave committed Apr 17, 2020
1 parent 06407b8 commit 8877be4
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
covenant (0.0.30) unstable; urgency=medium

* Fixed requirements for pyOpenSSL.

-- Adrien Delle Cave <adrien.delle.cave@commandersact.com> Fri, 17 Apr 2020 12:09:46 +0200

covenant (0.0.29) unstable; urgency=medium

* Fixed requirements for cryptography.

-- Adrien Delle Cave <adrien.delle.cave@commandersact.com> Fri, 17 Apr 2020 11:30:31 +0200

covenant (0.0.28) unstable; urgency=medium

* Fixed default timeout.
Expand Down
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.28
0.0.30
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.28
0.0.30
2 changes: 1 addition & 1 deletion bin/covenant
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later
"""covenant"""

__version__ = '0.0.28'
__version__ = '0.0.30'

# TODO: load Python logging configuration (using standard logging.config)

Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
cryptography
cryptography>=1.7.1
dwho>=0.3.28
httpdis>=0.6.11
jmespath>=0.9.3
pycurl
pyjq==2.3.1
pyOpenSSL>=16.2.0
pyyaml>=3.10
prometheus-client>=0.6.0
six>=1.13.0
Expand Down
4 changes: 2 additions & 2 deletions setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: covenant
author: Adrien Delle Cave
author_email: pypi@doowan.net
copyright: '2020 fjord-technologies'
release: '0.0.28'
version: '0.0.28'
release: '0.0.30'
version: '0.0.30'
license: License GPL-3
url: https://github.com/decryptus/covenant
python_requires:
Expand Down

0 comments on commit 8877be4

Please sign in to comment.