Commit Graph

62 Commits

Author SHA1 Message Date
Frederik Rietdijk
5772ac5a75 Removing FRidh as active maintainer of packages
In the past I was very active with Python packaging.
For several years now I was hardly around as maintainer,
so it does not make sense I am listed as a maintainer for
these makes. Looking back, I should have removed myself
as maintainer already much longer ago. Anyway, better late
than never.

It's been a fun ride, and  I do intend to occasionally contribute
to Nixpkgs, but not in the same way it once was.
2024-04-28 12:20:07 +02:00
R. Ryantm
37747ff063 sabnzbd: 4.2.2 -> 4.2.3 2024-03-11 12:48:05 +00:00
R. Ryantm
6e85a66609 sabnzbd: 4.2.1 -> 4.2.2 2024-02-01 03:32:20 +00:00
OTABI Tomoya
414c52bbc6
Merge pull request #279227 from Stunkymonkey/zc-lockfile-normalize
python311Packages.zc-lockfile: rename from zc_lockfile
2024-01-14 10:21:14 +09:00
Nanotwerp
95164a1bb0
sabnzbd: replace par2cmdline with par2cmdline-turbo in bin path 2024-01-10 17:02:56 -05:00
Nanotwerp
85cd33e31c
sabnzbd: replace par2cmdline with par2cmdline-turbo 2024-01-10 15:42:52 -05:00
R. Ryantm
600cbf3f09 sabnzbd: 4.2.0 -> 4.2.1 2024-01-10 05:26:28 +00:00
Felix Buehler
39cff3b8f0 python311Packages.zc-lockfile: rename from zc_lockfile 2024-01-06 20:45:58 +01:00
R. Ryantm
a275309cc3 sabnzbd: 4.1.0 -> 4.2.0 2024-01-04 04:56:43 +00:00
h7x4
12315f53ff treewide: add mainProgram 2023-11-24 21:01:03 +01:00
R. Ryantm
5755effb31 sabnzbd: 4.0.3 -> 4.1.0 2023-10-04 03:55:15 +00:00
Adam Stephens
d8b50ae319
sabnbzd: 3.7.2 -> 4.0.3 (#248411)
* sabctools: init at 7.0.2

* sabnbzd: 3.7.2 -> 4.0.3
2023-08-13 13:21:29 +02:00
R. Ryantm
187b686fb9 sabnzbd: 3.7.1 -> 3.7.2 2023-02-07 09:26:02 +00:00
R. Ryantm
ca058e37a6 sabnzbd: 3.7.0 -> 3.7.1 2022-12-20 14:58:04 +01:00
Johannes Schleifenbaum
088cd569cb
sabnzbd: 3.6.1 -> 3.7.0 2022-11-04 12:42:08 +01:00
R. Ryantm
fe568f415d sabnzbd: 3.6.0 -> 3.6.1 2022-08-23 23:14:02 +02:00
Johannes Schleifenbaum
e9b50ec5f5 sabnzbd: 3.5.3 -> 3.6.0 2022-06-14 21:51:16 -07:00
Frederik Rietdijk
1cef70e823 sabnzbd: stay with sabyenc3 4.0.0
SABnzbd requires `sabyenc3` at version `4.0.0`, but it was updated to
`5.0.1`.

This fixes the error:

```
SABYenc disabled: no correct version found! (Found v5.0.1, expecting
v4.0.0)
```
2022-04-30 13:31:17 +02:00
R. Ryantm
a9f420634d sabnzbd: 3.5.2 -> 3.5.3 2022-03-20 14:44:13 +01:00
R. Ryantm
6e1c043ffa sabnzbd: 3.5.1 -> 3.5.2 2022-03-12 21:11:39 +00:00
R. Ryantm
a658e56aef sabnzbd: 3.5.0 -> 3.5.1 2022-02-25 10:57:06 -08:00
Johannes Schleifenbaum
bd8efc6952
sabnzbd: 3.4.2 -> 3.5.0 2022-01-30 08:53:08 +01:00
Johannes Schleifenbaum
cdaa4ce25b sabnzbd: 3.4.1 -> 3.4.2 2021-12-06 21:08:19 +01:00
Johannes Schleifenbaum
daea8e9a82 sabnzbd: 3.4.0 -> 3.4.1 2021-12-06 21:08:19 +01:00
Johannes Schleifenbaum
9f45c18515 sabnzbd: add simple test 2021-12-06 21:08:19 +01:00
Johannes Schleifenbaum
12efd19b16 sabnzbd: add jojosch as maintainer 2021-12-06 21:08:19 +01:00
Johannes Schleifenbaum
68bce5b377 sabnzbd: add missing dependencies 2021-12-06 21:08:19 +01:00
R. RyanTM
3fd2e2b7f8 sabnzbd: 3.3.1 -> 3.4.0 2021-09-18 13:38:18 +00:00
Johannes Schleifenbaum
b70e57ea18
sabnzbd: 3.2.1 -> 3.3.1 2021-06-22 08:41:09 +02:00
R. RyanTM
05e71fffc7 sabnzbd: 3.2.0 -> 3.2.1 2021-04-05 09:57:13 +02:00
R. RyanTM
c590781d6e sabnzbd: 3.1.1 -> 3.2.0 2021-03-09 14:57:50 +00:00
Ben Siraphob
e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
Ben Siraphob
872973d7d1 pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07: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
45ab2f37ec sabnzbd: 3.0.1 -> 3.1.1 2020-12-01 07:56:53 +00:00
Jason O'Conal
88537e0c22 sabnzbd: 2.3.9 -> 3.0.1 2020-08-22 11:50:28 +09:30
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM
984120f4c9 sabnzbd: 2.3.8 -> 2.3.9 (#62565) 2019-06-04 19:25:35 +00:00
rembo10
62d0aecad3 sabnzbd: 2.3.7 -> 2.3.8 (#58357) 2019-03-31 00:34:55 +01:00
rembo10
9ff33fb678 sabnzbd: 2.3.3 -> 2.3.7 2019-02-17 16:21:16 +01:00
georgewhewell
cb20776886
sabnzbd: add sabyenc to python env 2018-07-27 19:02:11 +01:00
Ryan Mulligan
1d54dc6841 treewide: http -> https 2018-06-29 17:18:27 -07:00
R. RyanTM
ffd428b5a0 sabnzbd: 2.3.2 -> 2.3.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/sabnzbd/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/rl41iqq34y5lbia598awnnr5zlqvn7p0-sabnzbd-2.3.3/bin/.sabnzbd-wrapped -h’ got 0 exit code
- ran ‘/nix/store/rl41iqq34y5lbia598awnnr5zlqvn7p0-sabnzbd-2.3.3/bin/.sabnzbd-wrapped --help’ got 0 exit code
- ran ‘/nix/store/rl41iqq34y5lbia598awnnr5zlqvn7p0-sabnzbd-2.3.3/bin/sabnzbd -h’ got 0 exit code
- ran ‘/nix/store/rl41iqq34y5lbia598awnnr5zlqvn7p0-sabnzbd-2.3.3/bin/sabnzbd --help’ got 0 exit code
- found 2.3.3 with grep in /nix/store/rl41iqq34y5lbia598awnnr5zlqvn7p0-sabnzbd-2.3.3
- directory tree listing: https://gist.github.com/06ad54e65a99a41896933852c69b59c1
2018-04-23 09:06:07 -07:00
Ryan Mulligan
08ce0ff9b9 sabnzbd: 1.2.1 -> 2.3.2
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/3xqw8f0fsgx591sh0b1rbdapbki6faqx-sabnzbd-2.3.2/bin/.sabnzbd-wrapped -h` got 0 exit code
- ran `/nix/store/3xqw8f0fsgx591sh0b1rbdapbki6faqx-sabnzbd-2.3.2/bin/.sabnzbd-wrapped --help` got 0 exit code
- ran `/nix/store/3xqw8f0fsgx591sh0b1rbdapbki6faqx-sabnzbd-2.3.2/bin/.sabnzbd-wrapped -v` and found version 2.3.2
- ran `/nix/store/3xqw8f0fsgx591sh0b1rbdapbki6faqx-sabnzbd-2.3.2/bin/.sabnzbd-wrapped --version` and found version 2.3.2
- ran `/nix/store/3xqw8f0fsgx591sh0b1rbdapbki6faqx-sabnzbd-2.3.2/bin/sabnzbd -h` got 0 exit code
- ran `/nix/store/3xqw8f0fsgx591sh0b1rbdapbki6faqx-sabnzbd-2.3.2/bin/sabnzbd --help` got 0 exit code
- ran `/nix/store/3xqw8f0fsgx591sh0b1rbdapbki6faqx-sabnzbd-2.3.2/bin/sabnzbd -v` and found version 2.3.2
- ran `/nix/store/3xqw8f0fsgx591sh0b1rbdapbki6faqx-sabnzbd-2.3.2/bin/sabnzbd --version` and found version 2.3.2
- found 2.3.2 with grep in /nix/store/3xqw8f0fsgx591sh0b1rbdapbki6faqx-sabnzbd-2.3.2
- found 2.3.2 in filename of file in /nix/store/3xqw8f0fsgx591sh0b1rbdapbki6faqx-sabnzbd-2.3.2

cc "@fridh"
2018-03-04 17:52:14 +00:00
Frederik Rietdijk
09e191c22b sabnzbd: 1.2.0 -> 1.2.1 2017-02-25 17:09:34 +01:00
Frederik Rietdijk
67bd8d552f sabnzbd: fix dependencies 2017-02-14 14:19:38 +01:00
Frederik Rietdijk
51a338a601 sabnzbd: 1.1.0 -> 1.2.0 2017-02-14 14:16:38 +01:00
Frederik Rietdijk
66bdcb4dfd sabnzbd: add yenc package 2017-01-11 18:12:32 +01:00
Frederik Rietdijk
216a906ed1 sabnzbd: use python2
because dependency cheetah is python2 only.
2016-10-18 23:16:08 +02:00