about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pyopenssl
AgeCommit message (Collapse)AuthorFilesLines
2022-01-23python3Packages.pyopenssl: disable test with known regressionJonathan Ringer1-0/+2
2022-01-23python3Packages.pyopenssl: 20.0.1 -> 21.0.0Jonathan Ringer1-2/+2
2021-11-12pkgs.development.python-modules: remove unused argsMarkus S. Wamser1-1/+0
2021-03-08python3Packages.pyopenssl: normalize nameFrederik Rietdijk1-2/+3
2021-02-26python3Packages.pyOpenSSL: 20.0.0 -> 20.0.1Frederik Rietdijk1-2/+2
2021-01-24pkgs/development/python-modules: stdenv.lib -> libPavol Rusnak1-10/+7
2021-01-14pyopenssl: skip test that fails on 32-bit architecturesFabian Möller1-1/+1
2020-12-15pyopenssl: skip test that fails on i686Arnout Engelen1-0/+3
Found in https://github.com/NixOS/nixpkgs/pull/105454#issuecomment-743973848 Upstream issue https://github.com/pyca/pyopenssl/issues/974
2020-12-08pyopenssl: 19.1.0 -> 20.0.0Arnout Engelen1-23/+2
This is needed to build 'master' of mitmproxy, verified that this works with this change.
2020-05-03treewide: use https for nixos.org and hydra.nixos.orgPavol Rusnak1-1/+1
tarballs.nixos.org is omitted from the change because urls from there are always hashed and checked
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-4/+4
2020-01-05pythonPackages.pyopenssl: fix build, fixes #76879Frederik Rietdijk1-0/+22
2019-12-30python: pyOpenSSL: 19.0.0 -> 19.1.0Frederik Rietdijk1-2/+2
2019-09-22Re-Revert "Merge branch 'staging-next'"Vladimír Čunát1-1/+2
This reverts commit f8a8fc6c7c079de430fa528f688ddac781bcef16.
2019-09-21Revert "Merge branch 'staging-next'"Vladimír Čunát1-2/+1
This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1. Let's delay this. We have some serious regressions.
2019-09-09pythonPackages.pyopenssl: add missing six dependencyAndreas Rammhold1-1/+2
It might have been there as a transitive dependency but better be explicity about it.
2019-07-20pyopenssl: Disable flaky test_wantWriteError test.Niklas Hambüchen1-0/+2
See added comment for details.
2019-05-12pythonPackages.pyopenssl: add support for building with openssl 1.1.xRobert Scott1-1/+14
2019-02-17python: pyOpenSSL: 18.0.0 -> 19.0.0Frederik Rietdijk1-2/+2
2019-01-15pythonPackages: fix native / check inputsFrederik Rietdijk1-1/+1
2018-09-06pyopenssl: Disable some tests, for libressl support. (#46072)qolii1-8/+37
2018-06-22python: pyOpenSSL: 17.5.0 -> 18.0.0Frederik Rietdijk1-2/+2
2018-02-03python: pyOpenSSL: 17.2.0 -> 17.5.0Frederik Rietdijk1-2/+2
2018-02-03python.pkgs.pyopenssl: move expressionFrederik Rietdijk1-0/+46
2014-11-19properly package pyopensslDomen Kožar1-26/+0
2013-12-04pyopenssl: update from 0.13 to 0.13.1, potentially fixes CVE-2013-4314Nixpkgs Monitor1-2/+2
2012-09-13Gajim: make OpenSSL code workMichael Raskin1-3/+3
2010-07-27pyOpenSSL: updated to version 0.10Peter Simons1-6/+6
svn path=/nixpkgs/trunk/; revision=22773
2010-04-21* Reverted most of the recent Python refactorings, as discussed. It'sEelco Dolstra1-0/+26
a worthy goal to move the Python packages that are currently in all-packages.nix into a single attribute set, but this doesn't require moving python-packages.nix or the other changes made to that file. The Python packages in all-packages.nix should simply be moved to python-packages.nix, and ideally changed to use buildPythonPackage. svn path=/nixpkgs/trunk/; revision=21196
2010-04-17- adding experimental python31 buildMarc Weber1-26/+0
- cleanup python libraries: * moving all python libraries into a attr set into a directory so that expressions can be used for both: python 2.5 and 2.6 easily * disabling packages which don't build svn path=/nixpkgs/trunk/; revision=21142
2009-05-24big breaking change: renaming lib.getAttr to lib.attrByPathMarc Weber1-1/+1
getAttr was ambiguous. It's also a builtin function fix svn path=/nixpkgs/trunk/; revision=15692
2009-04-12Added Gajim XMPP client in nearly full-feature configuration with all ↵Michael Raskin1-0/+26
dependencies svn path=/nixpkgs/trunk/; revision=15001