Commit Graph

47 Commits

Author SHA1 Message Date
Martin Weinelt a8039683bb python311Packages.cherrypy: disable
The build currently breaks on all supported platforms:

https://hydra.nixos.org/build/218540784
https://hydra.nixos.org/build/218527795
https://hydra.nixos.org/build/218499603
https://hydra.nixos.org/build/218456592
2023-05-13 12:43:28 +02:00
Martin Weinelt a86f1bc68d python310Packages.cherrypy: Expose ssl extra 2023-03-03 23:59:33 +01:00
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Martin Weinelt 0d39ee2699 python3Packages.cherryp: Disable failing tests 2023-01-05 13:20:51 +01:00
Jairo Llopis 9778ba41fd python310Packages.cherrypy: fix url
The URL listed in https://search.nixos.org is not pointing to the project homepage.
2022-11-22 12:33:04 +00:00
Martin Weinelt 01b6f56f4c python3Packages.cherrypy: 18.7.0 -> 18.8.0 2022-09-18 23:57:38 +02:00
Martin Weinelt 7870a6919d python3Packages.cherrypy: 18.6.1 -> 18.7.0 2022-07-21 22:33:44 +02:00
linsui 3cfff64a58 cherrypy: remove pyopenssl dep
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-07-21 22:33:37 +02:00
Sandro Jäckel 55531cfbfb python310Packages.cherrypy: properly declare optional dependencies 2022-06-06 11:46:15 -07:00
Martin Weinelt 5ee7d17afc python3Packages.path: rename from path.py; 12.0.1 -> 16.4.0
The project had been renamed after 12.5.0 back in 2020, which is why we
didn't receive further updates.

Created an alias and renamed all existing references.
2022-04-15 01:39:54 +02:00
Fabian Affolter d323f67c00 python3Packages.cherrypy: switch to pytestCheckHook 2022-01-11 13:33:57 +01:00
Fabian Affolter 11167fc4f1 python3Packages.cherrypy: 18.6.0 -> 18.6.1 2022-01-11 12:04:56 +01:00
Robert Schütz 2cae050057 python2Packages: remove superfluous overrides
Since Python 2 is not supported anymore we only keep those overrides
which are used by leaf packages.
2022-01-01 02:10:53 +01:00
Sandro Jäckel 703c108472 pythonPackages: deprecate requests_toolbelt alias 2021-07-21 13:32:53 +02:00
Sandro Jäckel 4209fed914 pythonPackages: deprecate pytestcov alias 2021-07-21 13:32:17 +02:00
Mario Rodas 2953cddf9a python38Packages.cherrypy: fix build on darwin 2021-07-18 11:12:45 +02:00
Sandro Jäckel 89d5f4b3d0 treewide: setuptools_scm -> setuptools-scm 2021-06-03 12:44:33 +02:00
Robert T. McGibbon 99d1a176fc python3Packages.cherrypy: unbreak 2021-03-24 14:03:07 -04:00
Pavol Rusnak a4bbfba80d pkgs/development/python-modules: stdenv.lib -> lib 2021-01-24 01:29:22 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Sandro Jäckel 8cc981adc2 pythonPackages.cherrypy: Fix tests on darwin 2021-01-07 10:42:01 +01:00
Jonathan Ringer c20b6ffa20 python3Packages.cherrypy: fix tests 2020-08-19 00:43:21 -07:00
Jonathan Ringer e4133302dd python3Packages.cherrypy: 18.3.0 -> 18.6.0 2020-08-09 09:47:27 -07:00
Renato Alves af17bae209 pythonPackages.cherrypy: disable failing test 2020-04-13 12:32:01 +02:00
Michael Reilly 84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ajs124 03ec5e7e15 python3.pkgs.cherrypy: 18.1.2 -> 18.3.0 and fix tests 2019-10-30 22:35:44 -07:00
Johan Thomsen 585c9e2b10 python3Packages.cherrypy: fix tests after upgrade to pytest5 2019-09-03 12:52:57 +02:00
Mario Rodas d57d67e1c4 python3Packages.cherrypy: fix build 2019-07-21 13:55:57 -05:00
Mario Rodas 2354898cb2 pythonPackages.cherrypy: 17.4.1 -> 17.4.2 2019-07-21 13:55:56 -05:00
R. RyanTM 172923ad95 python37Packages.cherrypy: 18.1.1 -> 18.1.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-cherrypy/versions
2019-07-02 20:01:44 +02:00
Robert Schütz 3d4286e1a8 python3.pkgs.cherrypy: 18.1.0 -> 18.1.1 2019-03-27 16:48:55 +01:00
Robert Schütz 489d7351da python.pkgs.cherrypy: spilt expression in two 2019-03-27 16:48:08 +01:00
Robert Schütz 8dccb06516 python.pkgs.cherrypy: skip test that fails intermittently
See https://github.com/cherrypy/cherrypy/issues/1306 for the
upstream discussion.
2019-02-25 11:35:25 +01:00
Robert Schütz d35d7b3578 python3.pkgs.cherrypy: 18.0.1 -> 18.1.0 2019-02-17 14:40:54 +01:00
Jörg Thalheim 31a77f4331 cherrypy: re-enable python2 support
we need cherrypy for ceph -> sambaFull
2019-01-03 22:06:57 +01:00
Robert Schütz c5ef5c9137 python.pkgs.cherrypy: disable on python2 2018-12-19 17:10:20 +01:00
Frederik Rietdijk 909cefae28 python: CherryPy: 17.3.0 -> 18.0.1 2018-12-03 16:50:28 +01:00
Frederik Rietdijk a6e0625f37 python: CherryPy: 17.0.0 -> 17.3.0 2018-08-25 18:02:26 +02:00
Frederik Rietdijk 9a9531c453 python: CherryPy: 16.0.2 -> 17.0.0 2018-07-22 16:52:36 +02:00
Marti Serra f11281bdcf pythonPackages.cherrypy: fixed tests 2018-06-28 11:15:17 +02:00
Frederik Rietdijk 679b184950 python: CherryPy: 15.0.0 -> 16.0.2 2018-06-22 13:09:39 +02:00
Frederik Rietdijk bbfc701966 python: CherryPy: 14.0.1 -> 15.0.0 2018-06-21 07:49:05 +02:00
Robert Schütz a141b15e97 python.pkgs.cherrypy: clean up checkInputs 2018-04-20 13:11:35 +02:00
Frederik Rietdijk 762c93c00d python: CherryPy: 14.0.0 -> 14.0.1 2018-04-08 11:34:53 +02:00
Frederik Rietdijk f8f92357b3 python: CherryPy: 13.1.0 -> 14.0.0 2018-02-18 20:07:42 +01:00
Orivej Desh 7952288ac3 python.pkgs.cherrypy: 11.0.0 -> 13.1.0 2017-12-24 04:41:15 +00:00
Frederik Rietdijk 67651d80bc Merge pull request #28884 from FRidh/python-fixes
Python: several fixes
2017-09-06 13:54:10 +02:00