summary refs log tree commit diff
path: root/pkgs/servers/radicale
Commit message (Collapse)AuthorAge
* pythonPackages: deprecate pytestrunner aliasSandro Jäckel2021-07-21
|
* radicale: add passthru.testsRobert Schütz2021-04-23
|
* radicale: use pytestCheckHookRobert Schütz2021-04-23
|
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* Merge pull request #109504 from dotlambda/radicale-3.0.6Sandro2021-01-17
|\
| * radicale: 3.0.5 -> 3.0.6Robert Schütz2021-01-16
| |
* | pkgs/servers: stdenv.lib -> libBen Siraphob2021-01-15
| |
* | treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
|/ | | | | | | | | | | | | | | | | | | 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
* radicale: 3.0.3 -> 3.0.5Robert Schütz2020-09-02
|
* radicale3: init at 3.0.3Robert Schütz2020-06-23
|
* radicale2: 2.1.11 -> 2.1.12Robert Schütz2020-06-23
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* radicale 1.x: remove aneeshusa as maintainerAneesh Agrawal2020-03-24
|
* radicale: Fix runtimeSilvan Mosberger2019-09-14
| | | | | Needed pkg_resources module, which apparently comes from setuptools according to https://stackoverflow.com/a/10538412/6605742
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* radicale: 2.1.10 -> 2.1.11Robert Schütz2018-11-06
|
* radicale: 2.1.9 -> 2.1.10Robert Schütz2018-08-23
|
* radicale: pin vobject==0.9.5Robert Schütz2018-07-08
|
* radicale: pin python-dateutil==2.6.1Robert Schütz2018-06-29
|
* radicale: 2.1.8 -> 2.1.9R. RyanTM2018-04-25
| | | | | | | | | | | | | | | | | | 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
* radicale: add pytz to closureKai Harries2017-12-09
| | | | | | 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'
* radicale: 2.1.6 -> 2.1.8Pascal Wittmann2017-11-10
|
* radicale: 2.1.2 -> 2.1.6Aneesh Agrawal2017-09-18
| | | | Radicale 2.1.5 is the first to support the `--verify-storage` option.
* radicale: 1.1.4 -> 2.1.2Silvan Mosberger2017-08-13
| | | | | | | | | | | | | 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.
* radicale: 1.1.2 -> 1.1.4Pascal Wittmann2017-07-01
|
* radicale: 1.1.1 -> 1.1.2, fixes CVE-2017-8342Pascal Wittmann2017-05-29
|
* treewide: meta.platform -> meta.platformsAneesh Agrawal2017-05-02
|
* radicale: Add aneeshusa as maintainerAneesh Agrawal2017-04-10
|
* radicale: Disable tests on Python 3Aneesh Agrawal2017-04-10
|
* radicale: Remove optional deps on Python 3Aneesh Agrawal2017-04-10
| | | | | None of these dependencies is required for radicale to function, and flup in particular prevents usage with Python 3.
* radicale: break into own packageRobert Helgesson2016-09-25
Since this is an application it is not suitable for pythonPackages, which is more appropriate for Python modules.