R. Ryantm
|
51f22af8aa
|
jc: 1.21.1 -> 1.21.2
|
2022-08-30 13:54:40 +00:00 |
|
R. Ryantm
|
ddec8f0ab7
|
jc: 1.21.0 -> 1.21.1
|
2022-08-29 10:42:16 +00:00 |
|
R. Ryantm
|
2e8d06bede
|
jc: 1.20.4 -> 1.21.0
|
2022-08-22 12:40:41 +00:00 |
|
R. Ryantm
|
22d1035afb
|
jc: 1.20.3 -> 1.20.4
|
2022-07-25 09:36:05 +00:00 |
|
R. Ryantm
|
51c9f4c338
|
jc: 1.20.2 -> 1.20.3
|
2022-07-24 08:16:19 +00:00 |
|
R. Ryantm
|
a96092b642
|
jc: 1.20.1 -> 1.20.2
|
2022-07-06 13:53:08 +00:00 |
|
R. Ryantm
|
dfaff84f20
|
jc: 1.20.0 -> 1.20.1
|
2022-06-16 10:16:26 +00:00 |
|
R. Ryantm
|
074218f22d
|
jc: 1.19.0 -> 1.20.0
|
2022-06-01 11:41:20 +00:00 |
|
R. Ryantm
|
fe71649c49
|
jc: 1.18.8 -> 1.19.0
|
2022-05-14 07:40:20 +00:00 |
|
R. Ryantm
|
04bdf4b967
|
jc: 1.18.7 -> 1.18.8
|
2022-04-28 07:52:24 +00:00 |
|
R. Ryantm
|
20a72fd1ab
|
jc: 1.18.6 -> 1.18.7
|
2022-04-27 07:50:40 +00:00 |
|
R. Ryantm
|
40d6259bc9
|
jc: 1.18.5 -> 1.18.6
|
2022-03-26 11:40:03 +00:00 |
|
R. Ryantm
|
80034b3d4f
|
jc: 1.18.3 -> 1.18.5
|
2022-03-06 08:17:14 +00:00 |
|
R. Ryantm
|
6f9cf70a48
|
jc: 1.18.2 -> 1.18.3
|
2022-02-15 05:56:21 +00:00 |
|
R. Ryantm
|
c3914cbc35
|
jc: 1.18.1 -> 1.18.2
|
2022-01-31 08:49:10 -08:00 |
|
R. Ryantm
|
2984fbf4ac
|
python39Packages.jc: 1.17.6 -> 1.18.1
|
2022-01-23 05:42:16 +00:00 |
|
R. Ryantm
|
badc82146d
|
jc: 1.17.5 -> 1.17.6
|
2022-01-03 23:08:59 -08:00 |
|
R. Ryantm
|
2c70f9cfc8
|
python39Packages.jc: 1.17.4 -> 1.17.5
|
2021-12-25 02:47:27 +00:00 |
|
R. Ryantm
|
f2a2c54508
|
jc: 1.17.3 -> 1.17.4
|
2021-12-11 23:43:37 +00:00 |
|
R. Ryantm
|
7431a30328
|
jc: 1.17.1 -> 1.17.3
|
2021-12-06 15:06:33 +00:00 |
|
Sandro Jäckel
|
b2767b69dd
|
python39Packages.ruamel-yaml: normalise name, adopt
|
2021-11-02 13:38:06 +01:00 |
|
R. Ryantm
|
0f44ce8d58
|
jc: 1.17.0 -> 1.17.1
|
2021-10-31 09:19:54 +00:00 |
|
R. RyanTM
|
8170f82140
|
jc: 1.16.2 -> 1.17.0
|
2021-09-27 05:20:17 +00:00 |
|
R. RyanTM
|
66dcfaa850
|
jc: 1.16.1 -> 1.16.2
|
2021-09-01 16:31:17 +00:00 |
|
R. RyanTM
|
5cca732abf
|
jc: 1.16.0 -> 1.16.1
|
2021-08-18 16:37:26 +00:00 |
|
Lein Matsumaru
|
f61fe3ec6b
|
python3Packages.jc: 1.14.4 -> 1.16.0
|
2021-07-24 19:34:49 -07:00 |
|
Jonathan Ringer
|
1c955842b9
|
python3Packages.jc: 1.14.4 -> 1.15.4
|
2021-06-22 13:42:48 +02:00 |
|
R. RyanTM
|
4b233fe741
|
jc: 1.14.3 -> 1.14.4
|
2021-03-11 00:29:43 +00:00 |
|
R. RyanTM
|
2fb689018c
|
jc: 1.14.2 -> 1.14.3
|
2021-02-12 14:12:17 +00:00 |
|
R. RyanTM
|
1999efaef3
|
jc: 1.14.1 -> 1.14.2
|
2021-02-07 13:01:29 -08:00 |
|
Pavol Rusnak
|
a6ce00c50c
|
treewide: remove stdenv where not needed
|
2021-01-25 18:31:47 +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 |
|
Atemu
|
a87576371f
|
jc: 1.14.0 -> 1.14.1
Now running tests with pytestCheckHook because jc generates wrong unix
timestamps in test_last_F_ubuntu_20_4 test_last_wF_centos_7_7 otherwise.
|
2021-01-09 14:33:44 +01:00 |
|
Atemu
|
6559f9654f
|
jc: 1.13.4 -> 1.14.0
|
2021-01-02 20:59:43 +01:00 |
|
Ben Siraphob
|
683a87dbeb
|
treewide: remove periods from end of package descriptions
|
2020-10-17 08:22:31 -07:00 |
|
Atemu
|
0402ad70cf
|
jc: 1.13.1 -> 1.13.4
|
2020-08-12 19:32:22 -07:00 |
|
Atemu
|
a4a58ef4c7
|
jc: 1.11.8 -> 1.13.1
|
2020-07-30 14:55:26 +02:00 |
|
R. RyanTM
|
caa5a63f37
|
jc: 1.11.6 -> 1.11.8
|
2020-07-03 19:52:19 +00:00 |
|
R. RyanTM
|
9130ec5be1
|
jc: 1.11.2 -> 1.11.6
|
2020-06-16 02:41:22 +00:00 |
|
Atemu
|
2372dc5422
|
jc: 1.11.1 -> 1.11.2
|
2020-06-08 00:03:35 +02:00 |
|
Atemu
|
45ac259796
|
jc: 1.10.12 -> 1.11.1
|
2020-05-31 01:17:35 +02:00 |
|
R. RyanTM
|
6440948d64
|
jc: 1.10.10 -> 1.10.12
|
2020-05-21 19:40:26 +00:00 |
|
Atemu
|
88c4688c25
|
jc: 1.10.7 -> 1.10.10
Tests were removed from the PyPi distribution, so we need to fetch from GitHub now.
See https://github.com/kellyjonbrazil/jc/issues/58
|
2020-05-11 19:08:01 +02:00 |
|
Atemu
|
583463ce53
|
jc: 1.9.3 -> 1.10.7
It now needs pygments for color output and ifconfig-parser was vendorised
|
2020-05-04 10:01:00 +02:00 |
|
Atemu
|
8de2754ad2
|
jc: fix formatting
|
2020-05-04 09:55:16 +02:00 |
|
R. RyanTM
|
18fde5d57b
|
jc: 1.9.2 -> 1.9.3
|
2020-03-31 22:39:34 -07:00 |
|
Atemu
|
4da307759c
|
jc: 1.7.5 -> 1.9.2
|
2020-03-18 11:28:20 -07:00 |
|
Atemu
|
c6a5cc3fdf
|
pythonPackages.jc: init at 1.7.5
|
2020-02-29 09:58:04 -08:00 |
|