Commit Graph

52 Commits

Author SHA1 Message Date
Martin Weinelt
3321e63b12
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/sphinx-autobuild/default.nix
2024-03-19 04:00:32 +01:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Martin Weinelt
00e2713c5b
Merge remote-tracking branch 'origin/master' into staging-next 2024-03-18 19:59:23 +01:00
Robert Schütz
bc205b24df radicale: 3.1.8 -> 3.1.9
Diff: https://github.com/Kozea/Radicale/compare/v3.1.8...v3.1.9

Changelog: https://github.com/Kozea/Radicale/blob/v3.1.9/CHANGELOG.md
2024-03-18 09:28:09 -07:00
Martin Weinelt
6151db5288 radicale: suppress pytest8 deprecation warnings 2024-03-12 18:25:13 +01:00
Theodore Ni
182d23ab70 radicale: fix tests for python 3.11 2023-08-30 10:50:13 +02:00
Martin Weinelt
4413ef0e0c
radicale2: Disable weak crypt htpasswd test
With our recent libxcrypt changes we don't support a lot of weak
algorithms any longer, which made this test fail.
2023-03-26 15:05:16 +02: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
Aneesh Agrawal
1e94e9146f radicale: Drop self (aneeshusa) from maintainership
I have switched to using etebase/etesync.
2023-01-05 00:14:38 -05:00
Kerstin Humm
35caf822fe
radicale: 3.1.7 -> 3.1.8 2022-07-18 21:30:11 +02:00
Martin Weinelt
272430c823
treewide: migrate python packages to optional-dependencies
This follows the term used by PEP 621.
2022-05-22 16:31:53 +02:00
Robert Schütz
850f536749 radicale: add optional dependency pytz 2022-05-17 22:23:57 +02:00
Robert Schütz
99ed27107e python3Packages.passlib: specify extras-require 2022-05-08 20:30:50 +00:00
Kerstin Humm
b4a6c73c01 radicale: 3.1.6 -> 3.1.7 2022-04-21 01:36:52 +00:00
Kerstin Humm
e6acd435ca radicale: 3.1.5 -> 3.1.6 2022-04-19 04:19:31 +00:00
Robert Schütz
aa0ff15bf5 radicale: 3.1.4 -> 3.1.5
https://github.com/Kozea/Radicale/blob/v3.1.5/CHANGELOG.md
2022-02-10 01:19:11 +01:00
Robert Schütz
6e831803c1 radicale: 3.1.3 -> 3.1.4
https://github.com/Kozea/Radicale/blob/v3.1.4/CHANGELOG.md
2022-02-02 22:06:16 +00:00
Robert Schütz
1d5af2a799 radicale: 3.1.0 -> 3.1.3
https://github.com/Kozea/Radicale/blob/v3.1.3/CHANGELOG.md
2022-01-31 23:02:53 +00:00
Renaud
944a2dc835
Treewide: fix some permanent redirects on homepages
(#153213)
Issue #60004
2022-01-03 16:53:12 +01:00
Robert Schütz
8b1a66ba0c
radicale1: remove
It uses Python 2 and newer versions are available.
2022-01-01 02:09:10 +01:00
Robert Schütz
a06f28189a radicale: 3.0.6 -> 3.1.0
https://github.com/Kozea/Radicale/blob/v3.1.0/NEWS.md
2021-12-26 23:49:17 +00:00
Sandro Jäckel
9bfdf57e13
pythonPackages: deprecate pytestrunner alias 2021-07-21 13:32:49 +02:00
Robert Schütz
f2ab385874 radicale: add passthru.tests 2021-04-23 15:13:36 +02:00
Robert Schütz
8a3c8eed75 radicale: use pytestCheckHook 2021-04-23 14:47:59 +02:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Sandro
80bede2af5
Merge pull request #109504 from dotlambda/radicale-3.0.6 2021-01-17 10:56:04 +01:00
Robert Schütz
470fc224b7 radicale: 3.0.5 -> 3.0.6 2021-01-16 10:48:32 +01: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
Robert Schütz
a38a9590d8 radicale: 3.0.3 -> 3.0.5 2020-09-02 09:04:04 -07:00
Robert Schütz
45bf7757c0 radicale3: init at 3.0.3 2020-06-23 11:58:51 +02:00
Robert Schütz
fb6fb89c6f radicale2: 2.1.11 -> 2.1.12 2020-06-23 11:58:50 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Aneesh Agrawal
e6ffd4c8d1 radicale 1.x: remove aneeshusa as maintainer 2020-03-24 01:21:33 -04:00
Silvan Mosberger
b7f54d4ffa
radicale: Fix runtime
Needed pkg_resources module, which apparently comes from setuptools
according to https://stackoverflow.com/a/10538412/6605742
2019-09-14 00:56:19 +02: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
Robert Schütz
28a6927637 radicale: 2.1.10 -> 2.1.11 2018-11-06 11:11:10 +01:00
Robert Schütz
5044918384 radicale: 2.1.9 -> 2.1.10 2018-08-23 15:43:34 +02:00
Robert Schütz
01d6aca3ae radicale: pin vobject==0.9.5 2018-07-08 10:54:59 +02:00
Robert Schütz
184f8cc054 radicale: pin python-dateutil==2.6.1 2018-06-29 19:28:18 +02:00
R. RyanTM
566d7531e5 radicale: 2.1.8 -> 2.1.9
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/radicale/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/rbymr2y0pbx8n8b8bfz2gscafmby904x-radicale-2.1.9/bin/.radicale-wrapped -h’ got 0 exit code
- ran ‘/nix/store/rbymr2y0pbx8n8b8bfz2gscafmby904x-radicale-2.1.9/bin/.radicale-wrapped --help’ got 0 exit code
- ran ‘/nix/store/rbymr2y0pbx8n8b8bfz2gscafmby904x-radicale-2.1.9/bin/.radicale-wrapped --version’ and found version 2.1.9
- ran ‘/nix/store/rbymr2y0pbx8n8b8bfz2gscafmby904x-radicale-2.1.9/bin/radicale -h’ got 0 exit code
- ran ‘/nix/store/rbymr2y0pbx8n8b8bfz2gscafmby904x-radicale-2.1.9/bin/radicale --help’ got 0 exit code
- ran ‘/nix/store/rbymr2y0pbx8n8b8bfz2gscafmby904x-radicale-2.1.9/bin/radicale --version’ and found version 2.1.9
- found 2.1.9 with grep in /nix/store/rbymr2y0pbx8n8b8bfz2gscafmby904x-radicale-2.1.9
- directory tree listing: https://gist.github.com/e41acc1e5d5f2db9d8498cf5a989eb7f
2018-04-25 23:12:48 -07:00
Kai Harries
3b895db614 radicale: add pytz to closure
Without pytz I got error messages like this in the journal:

  Dec 09 00:00:00 x radicale[8868]: ERROR:root:No module named 'pytz'
2017-12-09 17:51:13 +01:00
Pascal Wittmann
662181e613
radicale: 2.1.6 -> 2.1.8 2017-11-10 20:45:41 +01:00
Aneesh Agrawal
61de150aa8 radicale: 2.1.2 -> 2.1.6
Radicale 2.1.5 is the first to support the `--verify-storage` option.
2017-09-18 00:29:01 -07:00
Silvan Mosberger
e16a0988bc
radicale: 1.1.4 -> 2.1.2
This commit readds and updates the 1.x package from 1.1.4 to 1.1.6 which
also includes the needed command for migrating to 2.x

The module is adjusted to the version change, defaulting to radicale2 if
stateVersion >= 17.09 and radicale1 otherwise. It also now uses
ExecStart instead of the script service attribute. Some missing dots at
the end of sentences were also added.

I added a paragraph in the release notes on how to update to a newer
version.
2017-08-13 17:23:43 +02:00
Pascal Wittmann
1420b20f08
radicale: 1.1.2 -> 1.1.4 2017-07-01 10:11:47 +02:00
Pascal Wittmann
f6ef5614a0 radicale: 1.1.1 -> 1.1.2, fixes CVE-2017-8342 2017-05-29 09:28:28 +02:00
Aneesh Agrawal
ded7953478 treewide: meta.platform -> meta.platforms 2017-05-02 19:32:02 -04:00
Aneesh Agrawal
8f4d778509 radicale: Add aneeshusa as maintainer 2017-04-10 20:04:17 -04:00
Aneesh Agrawal
9821f82d7c radicale: Disable tests on Python 3 2017-04-10 20:04:17 -04:00