1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

44 commits

Author SHA1 Message Date
Benjamin Hipple eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
Mario Rodas 3f9333064b
vdirsyncer: fix build on darwin 2019-12-14 20:20:20 -05:00
Maximilian Bosch 2fa839d00b
vdirsyncer: apply patch to fix sync with google calendar
See https://github.com/pimutils/vdirsyncer/issues/765 for further
reference.
2019-12-05 16:08:42 +01:00
Gabriel Ebner e5bbe65516 vdirsyncer: fix build 2019-09-09 18:16:11 +02:00
Gabriel Ebner 73f67bc4ac vdirsyncer: fix build with openssl 1.1 2019-08-25 16:38:42 +02:00
Alyssa Ross 062210bdff treewide: update cargoSha256 hashes for cargo-vendor upgrade
A recent upgrade of cargo-vendor changed its output slightly, which
broke all cargoSha256 hashes in nixpkgs.
See https://github.com/NixOS/nixpkgs/issues/60668 for more information.

Since then, a few hashes have been fixed in master by hand, but there
were a lot still to do, so I did all of the ones left over with some
scripts I wrote.

The one hash I wasn’t able to update was habitat's, because it’s
currently broken and the build doesn’t get far enough to produce a
hash anyway.
2019-06-01 15:17:52 +00:00
Sebastian Zivota 12fb4154c5 vdirsyncerStable: init at 0.16.7
vdirsyncerStable: fixed maintainers
2019-04-07 11:28:32 +02:00
Gabriel Ebner 735288ac9d vdirsyncer: more cleanup 2019-04-05 17:12:12 +02:00
Gabriel Ebner b0fa0bf13c vdirsyncer: cleanup
See https://github.com/NixOS/nixpkgs/pull/59010
2019-04-05 17:08:25 +02:00
Jascha Geerds ffedc3e4a9 misc: Remove myself from list of maintainers
Unfortunately I don't have the time anymore to maintain those
packages.
2019-03-12 23:50:52 +01:00
Robert Schütz 84f1d93c00 vdirsyncer: fix tests 2019-02-25 11:13:46 +01:00
Matthias Beyer f1f4f38909 Revert "Remove maintainership"
I'm baaaaack!

This patch reverts my patch where I removed myself as maintainer because
of my traveling. I'm back now and I want to maintain these packages
again.

This reverts commit ce1c1e3093.
2019-02-20 19:57:34 +01:00
Gabriel Ebner 36b6c2170b vdirsyncer: 0.17.0a3 -> unstable-2018-08-05 2018-12-30 10:07:09 +01:00
Mario Rodas c154ecfc38
vdirsyncer: fix build
- Add support for build on darwin
2018-12-01 19:17:54 -05:00
Justin Humm a9a88b0942
vdirsyncer: fix build due to #47709 2018-10-07 12:12:03 +02:00
Gabriel Ebner feabc475c0 vdirsyncer: 0.17.0a2 -> 0.17.0a3
fixes build
2018-08-03 12:42:22 +02:00
Matthias Beyer 49f55fa337 vdirsyncer: 0.16.4 -> 0.17.0a2 2018-04-23 17:19:26 +09:00
Matthias Beyer ce1c1e3093 Remove maintainership
With this patch I remove myself as a maintainer for all packages I
currently maintain.

This is due the fact that I will be basically off the grid from May 2018
until early 2019, as I will be on a trip through north america.

I will revert this patch as soon as I'm back, as I plan to continue
contributing to nixpkgs then.
But as I cannot maintain anything during that time, I'd like to get this
patch merged.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-04-06 10:57:19 +02:00
Matthias Beyer dff9ff8c9f vdirsyncer: 0.16.3 -> 0.16.4 2018-02-21 14:21:32 +01:00
Matthias Beyer 713a7b65e7 vdirsyncer: 0.15.0 -> 0.16.3 2017-10-31 16:27:23 +01:00
Andreas Rammhold 335add9e0c vdirsyncer: added requests_oauthlib to propagatedBuildInputs
vdirsyncer requires `requests_oauthlib` in order to work with google
calendar sync services
2017-10-29 11:41:49 +01:00
Frederik Rietdijk ef4442e827 Python: replace requests2 with requests tree-wide
See f63eb58573

The `requests2` attribute now throws an error informing that `requests`
should be used instead.
2017-05-07 12:56:09 +02:00
Matthias Beyer cca20a7114 vdirsyncer: 0.14.1 -> 0.15.0 2017-04-26 09:53:54 +02:00
Matthias Beyer b96a2fdd1b vdirsyncer: 0.14.0 -> 0.14.1 2017-02-15 15:27:51 +01:00
Damien Cassou 58dc8e3024
Remove myself from maintainers 2017-01-31 11:00:14 +01:00
Gabriel Ebner 3feb910354 vdirsyncer: 0.13.1 -> 0.14.0 2016-10-29 09:01:07 -04:00
Damien Cassou 225cc1c106
vdirsyncer: 0.11.3 -> 0.13.1
vdirsyncer > 0.13.0 does not support python 2 anymore.
https://github.com/pimutils/vdirsyncer/blob/master/CHANGELOG.rst#version-0130
2016-10-08 09:15:11 +02:00
Damien Cassou 292f2f41e9 vdirsyncer: 0.11.2 -> 0.11.3 2016-08-01 12:40:33 +02:00
Gabriel Ebner 8f91feb848 vdirsyncer: 0.11.0 -> 0.11.2 2016-06-19 16:49:14 +02:00
Damien Cassou 005e2148c3 vdirsyncer: 0.10.0 -> 0.11.0 2016-05-26 09:44:53 +02:00
Damien Cassou c397348538 vdirsyncer: 0.9.3 -> 0.10.0
lxml is not needed anymore. I added myself to the maintainers. I didn't
check why pypi is providing this complicated URL now.
2016-04-23 22:54:28 +02:00
Damien Cassou f965c8f207 vdirsyncer: 0.9.2 -> 0.9.3
Regarding homepage update, changelog says "Moved to pimutils
organization on GitHub. Old links should redirect, but be aware of
client software that doesn't properly handle redirects."
2016-03-24 18:50:35 +01:00
Damien Cassou 32dcc5a31b vdirsyncer: 0.9.0 -> 0.9.2
Also activate the automated testing
2016-03-14 09:59:27 +01:00
Frederik Rietdijk 4d06bf70f4 buildPythonApplication: use new function for Python applications 2016-02-19 13:16:41 +01:00
Damien Cassou 38f0628928 vdirsyncer: 0.8.1 -> 0.9.0 2016-02-19 12:44:49 +01:00
Matthias Beyer aa6deb40e8 vdirsyncer: 0.7.3 -> 0.8.1 2016-02-02 21:14:02 +01:00
Matthias Beyer 6deaa270f8 vdirsyncer: 0.7.0 -> 0.7.3 2015-11-05 23:40:25 +01:00
Damien Cassou 3343e63200 vdirsyncer: 0.6.0 → 0.7.0 2015-10-28 17:11:40 +01:00
Jascha Geerds 6699992368 vdirsyncer: 0.5.2 -> 0.6.0 2015-08-07 12:18:24 +02:00
Jascha Geerds 124c2b14bb vdirsyncer: 0.4.3 -> 0.5.2 2015-06-18 15:17:22 +02:00
Jascha Geerds 2e583a4963 Add jgeerds to maintainers of khal and vdirsyncer 2015-05-30 01:26:45 +02:00
Jascha Geerds 2a0b05a238 vdirsyncer: Propagate dependencies and use requests2 2015-05-30 01:07:14 +02:00
Matthias Beyer 341c50fdcb Update: vdirsyncer 0.4.2 -> 0.4.3 2015-03-07 15:38:22 +01:00
Matthias Beyer e5a0d8bc61 Add nix expression for vdirsyncer 2015-02-07 15:34:23 +01:00