Commit graph

23 commits

Author SHA1 Message Date
Martin Weinelt 52310c4305
python3Packages.cx_Oracle: 8.1.0 -> 8.2.1 2021-06-21 17:00:03 -07:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Sandro cf00d4653f
Merge pull request #106874 from r-ryantm/auto-update/python3.7-cx_Oracle
python37Packages.cx_oracle: 8.0.1 -> 8.1.0
2021-01-18 20:36:10 +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
R. RyanTM 25a193907e python37Packages.cx_oracle: 8.0.1 -> 8.1.0 2020-12-14 04:36:41 +00:00
R. RyanTM 5648cc5863 python37Packages.cx_oracle: 8.0.0 -> 8.0.1 2020-10-17 01:57:16 +00:00
Frederik Rietdijk 04495a3dff python: cx_Oracle: 7.3.0 -> 8.0.0 2020-08-16 19:30:56 +02:00
Frederik Rietdijk 50a0f5055b python: cx_Oracle: 7.2.3 -> 7.3.0 2019-12-30 16:46:41 +01:00
R. RyanTM 4543c53f66 python37Packages.cx_oracle: 7.2.2 -> 7.2.3
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-cx_oracle/versions
2019-10-11 11:58:18 +02:00
Florian Klink 42f9df18ad python3.pkgs.cx_oracle: 7.1.3 -> 7.2.2 2019-08-22 11:22:51 +02:00
Orivej Desh 80971ab792 python: cx_Oracle: fix license 2019-06-10 10:38:21 +00:00
Frederik Rietdijk f665735874 python: cx_Oracle: 7.1.2 -> 7.1.3 2019-04-24 18:43:25 +02:00
Frederik Rietdijk 148f68269a python: cx_Oracle: 7.1.1 -> 7.1.2 2019-04-18 12:42:39 +02:00
Frederik Rietdijk 63176cbeda python: cx_Oracle: 7.1.0 -> 7.1.1 2019-02-23 20:05:18 +01:00
Frederik Rietdijk 3d2c0c52c2 python: cx_Oracle: 7.0.0 -> 7.1.0 2019-02-17 14:40:18 +01:00
Frederik Rietdijk b5c135825e python: cx_Oracle: 6.4.1 -> 7.0.0 2018-12-03 16:50:29 +01:00
Frederik Rietdijk e6b54fc169 python: cx_Oracle: 6.3.1 -> 6.4.1 2018-07-22 16:52:38 +02:00
Florian Klink b7e25adbde pythonPackages.cx_oracle: use new odpic from nixpkgs 2018-06-04 23:09:17 +02:00
Jörg Thalheim 9bca8edce0 python.pkgs.cx_oracle: add missing quote 2018-05-17 20:22:09 +01:00
Florian Klink 639f7952be pythonPackages.cx_oracle: fix dlopen
previously, $ORACLE_HOME had to be set for each python script using this
library.

We now patch odpi to load libclntsh.so from oracle-instantclient if
$ORACLE_HOME was not provided.
2018-05-17 19:15:57 +02:00
Florian Klink a88354d99f pythonPackages.cx_oracle: 6.2.1 -> 6.3.1 2018-05-17 18:56:51 +02:00
Frederik Rietdijk c1932f5156 python: cx_Oracle: 6.1 -> 6.2.1 2018-04-08 11:34:53 +02:00
y0no c9366518fa pythonPackages.cx_oracle: init at 6.1 2018-03-19 11:40:57 +01:00