Commit graph

29 commits

Author SHA1 Message Date
Frederik Rietdijk fe45edd2ef python3Packages.pyopenssl: normalize name 2021-03-08 17:55:19 +01:00
Frederik Rietdijk f2eb791da0 python3Packages.pyOpenSSL: 20.0.0 -> 20.0.1 2021-02-26 11:01:52 +01:00
Pavol Rusnak a4bbfba80d
pkgs/development/python-modules: stdenv.lib -> lib 2021-01-24 01:29:22 +01:00
Fabian Möller 9c9cf1ebbd
pyopenssl: skip test that fails on 32-bit architectures 2021-01-14 10:14:45 +01:00
Arnout Engelen 40b1f0d473 pyopenssl: skip test that fails on i686
Found in https://github.com/NixOS/nixpkgs/pull/105454#issuecomment-743973848

Upstream issue https://github.com/pyca/pyopenssl/issues/974
2020-12-15 13:49:21 +01:00
Arnout Engelen 13456d6ceb pyopenssl: 19.1.0 -> 20.0.0
This is needed to build 'master' of mitmproxy,
verified that this works with this change.
2020-12-08 05:29:20 +01:00
Pavol Rusnak 7b0167204d treewide: use https for nixos.org and hydra.nixos.org
tarballs.nixos.org is omitted from the change because urls from there
are always hashed and checked
2020-05-03 22:14:21 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk e279676f48 pythonPackages.pyopenssl: fix build, fixes #76879 2020-01-05 15:01:42 +01:00
Frederik Rietdijk 1c0cbdc9e9 python: pyOpenSSL: 19.0.0 -> 19.1.0 2019-12-30 16:46:46 +01:00
Vladimír Čunát 22a216849b
Re-Revert "Merge branch 'staging-next'"
This reverts commit f8a8fc6c7c.
2019-09-22 09:38:09 +02:00
Vladimír Čunát f8a8fc6c7c
Revert "Merge branch 'staging-next'"
This reverts commit 41af38f372, reversing
changes made to f0fec244ca.

Let's delay this.  We have some serious regressions.
2019-09-21 20:05:09 +02:00
Andreas Rammhold 28367c64fd pythonPackages.pyopenssl: add missing six dependency
It might have been there as a transitive dependency but better be
explicity about it.
2019-09-09 12:14:32 +02:00
Niklas Hambüchen 863f821bdf pyopenssl: Disable flaky test_wantWriteError test.
See added comment for details.
2019-07-20 14:19:51 +02:00
Robert Scott 3e9184b8dc pythonPackages.pyopenssl: add support for building with openssl 1.1.x 2019-05-12 20:01:58 +02:00
Frederik Rietdijk f91bfaa049 python: pyOpenSSL: 18.0.0 -> 19.0.0 2019-02-17 14:40:36 +01:00
Frederik Rietdijk 5a3670b83c pythonPackages: fix native / check inputs 2019-01-15 10:16:12 +01:00
qolii 9f0efc084c pyopenssl: Disable some tests, for libressl support. (#46072) 2018-09-06 11:02:48 +01:00
Frederik Rietdijk b21602e077 python: pyOpenSSL: 17.5.0 -> 18.0.0 2018-06-22 13:09:26 +02:00
Frederik Rietdijk 1583803ed3 python: pyOpenSSL: 17.2.0 -> 17.5.0 2018-02-03 17:43:30 +01:00
Frederik Rietdijk ef93322407 python.pkgs.pyopenssl: move expression 2018-02-03 17:43:29 +01:00
Domen Kožar 8236ca5d70 properly package pyopenssl 2014-11-19 19:41:44 +01:00
Nixpkgs Monitor a830c0eb9d pyopenssl: update from 0.13 to 0.13.1, potentially fixes CVE-2013-4314 2013-12-04 05:26:34 +02:00
Michael Raskin 8b7d12d0f5 Gajim: make OpenSSL code work 2012-09-13 18:03:50 +04:00
Peter Simons 4e872b84ee pyOpenSSL: updated to version 0.10
svn path=/nixpkgs/trunk/; revision=22773
2010-07-27 23:52:14 +00:00
Eelco Dolstra e2a374799f * Reverted most of the recent Python refactorings, as discussed. It's
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-21 10:51:15 +00:00
Marc Weber 8c0b7e4ad2 - adding experimental python31 build
- 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
2010-04-17 18:28:25 +00:00
Marc Weber f7f938a1d1 big breaking change: renaming lib.getAttr to lib.attrByPath
getAttr was ambiguous. It's also a builtin function

fix

svn path=/nixpkgs/trunk/; revision=15692
2009-05-24 10:57:41 +00:00
Michael Raskin 3d5d738895 Added Gajim XMPP client in nearly full-feature configuration with all dependencies
svn path=/nixpkgs/trunk/; revision=15001
2009-04-12 19:34:20 +00:00