summaryrefslogtreecommitdiff
path: root/gnu/packages/dav.scm
AgeCommit message (Collapse)Author
2017-10-03gnu: vdirsyncer: Update to 0.16.3.Leo Famulari
* gnu/packages/dav.scm (vdirsyncer): Update to 0.16.3. [native-inputs]: Add python-urllib3.
2017-09-01gnu: vdirsyncer: Update to 0.16.2.Leo Famulari
* gnu/packages/dav.scm (vdirsyncer): Update to 0.16.2.
2017-08-10gnu: vdirsyncer: Update to 0.16.1.Tobias Geerinckx-Rice
* gnu/packages/dav.scm (vdirsyncer): Update to 0.16.1.
2017-07-02gnu: vdirsyncer: Update to 0.16.0.Leo Famulari
* gnu/packages/dav.scm (vdirsyncer): Update to 0.16.0. [license]: Change to bsd-3.
2017-04-30gnu: radicale: Update to 1.1.2 [fixes CVE-2017-8342].Leo Famulari
* gnu/packages/dav.scm (radicale): Update to 1.1.2.
2017-03-01gnu: vdirsyncer: Update to 0.15.0.Leo Famulari
* gnu/packages/dav.scm (vdirsyncer): Update to 0.15.0. [source]: Remove obsolete patch 'vdirsyncer-test-suite-slow-machines.patch'. * gnu/packages/patches/vdirsyncer-test-suite-slow-machines.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2017-02-18gnu: vdirsyncer: Use add-installed-pythonpath in the check phase.Leo Famulari
* gnu/packages/dav.scm (vdirsyncer)[arguments]: Move the check phase into the normal part of the build sequence and use add-installed-pythonpath.
2017-02-18gnu: vdirsyncer: Don't fail the test suite when the build machine is slow.Leo Famulari
* gnu/packages/patches/vdirsyncer-test-suite-slow-machines.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/dav.scm (vdirsyncer)[source]: Use it.
2017-01-06gnu: vdirsyncer: Update to 0.14.1.Leo Famulari
* gnu/packages/dav.scm (vdirsyncer): Update to 0.14.1.
2016-12-06gnu: radicale: Skip the test suite.Leo Famulari
* gnu/packages/dav.scm (radicale)[arguments]: Skip the tests.
2016-11-15gnu: vdirsyncer: Fix build by setting correct PYTHONPATH.Hartmut Goebel
For thus, use add-installed-pythonpath. * gnu/packages/dav.scm (vdirsyncer): set PYTHONPATH using add-installed-pythonpath.
2016-10-27Merge branch 'master' into core-updatesMark H Weaver
2016-10-26gnu: vdirsyncer: Update to 0.14.0.Leo Famulari
* gnu/packages/dav.scm (vdirsyncer): Update to 0.14.0.
2016-10-15gnu: radicale: Run the test suite with py.test.Leo Famulari
* gnu/packages/dav.scm (radicale)[native-inputs]: Add python-pytest. [arguments]: Replace the 'check' phase and run the tests with python-pytest.
2016-10-09gnu: vdirsyncer: Update to 0.13.1.Leo Famulari
* gnu/packages/dav.scm (vdirsyncer): Update to 0.13.1.
2016-08-24gnu: vdirsyncer: Update to 0.12.1.Leo Famulari
* gnu/packages/dav.scm (vdirsyncer): Update to 0.12.1.
2016-08-01gnu: vdirsyncer: Update to 0.11.3.Leo Famulari
* gnu/packages/dav.scm (vdirsyncer): Update to 0.11.3.
2016-06-20gnu: vdirsyncer: Update to 0.11.2.Leo Famulari
* gnu/packages/dav.scm (vdirsyncer): Update to 0.11.2.
2016-05-23gnu: vdirsyncer: Update to 0.11.0.Leo Famulari
* gnu/packages/dav.scm (vdirsyncer): Update to 0.11.0.
2016-04-27gnu: vdirsyncer: Update to 0.10.0.Leo Famulari
* gnu/packages/dav.scm (vdirsyncer): Update to 0.10.0. [propagated-inputs]: Remove python-lxml.
2016-04-10gnu: vdirsyncer: Update to 0.9.3.Leo Famulari
* gnu/packages/dav.scm (vdirsyncer): Update to 0.9.3.
2016-03-13gnu: vdirsyncer: Update 0.9.2.Leo Famulari
* gnu/packages/dav.scm (vdirsyncer): Update to 0.9.2. [arguments]: Run the test suite after installation. Use DETERMINISTIC_TESTS. Run tests with `make` instead of "py.test". [native-inputs]: Remove python-pytest-xprocess and python-oauthlib.
2016-02-15gnu: vdirsyncer: Update to 0.9.0.Leo Famulari
* gnu/packages/dav.scm (vdirsyncer): Update to 0.9.0.
2016-02-02gnu: vdirsyncer: Update to 0.8.1.Leo Famulari
* gnu/packages/dav.scm (vdirsyncer): Update to 0.8.1. [native-inputs]: Add python-hypothesis, python-pytest-subtesthack.
2016-01-15gnu: Add vdirsyncer.Leo Famulari
* gnu/packages/dav.scm (vdirsyncer): New variable.
2016-01-15gnu: Add radicale.Leo Famulari
* gnu/packages/dav.scm (radicale): New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.