Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

feat: update python dependencies to the latest versions #1128

Merged
merged 1 commit into from
Feb 12, 2018
Merged

Conversation

pjenvey
Copy link
Member

@pjenvey pjenvey commented Feb 6, 2018

remove the with_gmp=no pycrypto+pypy workaround as the new python-jose
replaces pycrypto w/ pycryptodome

Closes #1104

remove the with_gmp=no pycrypto+pypy workaround as the new python-jose
replaces pycrypto w/ pycryptodome

Closes #1104
@codecov-io
Copy link

codecov-io commented Feb 6, 2018

Codecov Report

Merging #1128 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1128   +/-   ##
======================================
  Coverage    99.7%   99.7%           
======================================
  Files          60      60           
  Lines        9931    9931           
======================================
  Hits         9902    9902           
  Misses         29      29

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ab19033...edf9923. Read the comment docs.

ifneq ($(PTYPE), python)
# avoids pycrypto build issues w/ pypy + libgmp-dev or libmpir-dev
export with_gmp=no
endif
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was resolved? WOOT!

@bbangert bbangert merged commit ffd3a8d into master Feb 12, 2018
@bbangert bbangert deleted the feat/1104 branch February 12, 2018 20:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants