Alyssa Ross
ac5a927919
Merge remote-tracking branch 'nixpkgs/master' into staging-next
...
Conflicts:
pkgs/development/python-modules/einops/default.nix
pkgs/development/python-modules/elegy/default.nix
2022-03-31 11:46:46 +00:00
Alyssa Ross
22c23dbb8d
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
...
Conflicts:
pkgs/development/python-modules/google-auth-oauthlib/default.nix
2022-03-31 11:42:24 +00:00
Ben Siraphob
5187709ff7
Merge pull request #166508 from siraben/automake-buildinputs
2022-03-31 03:15:41 -05:00
Martin Weinelt
d0bfb3ccbb
Merge remote-tracking branch 'origin/master' into staging-next
2022-03-31 03:49:37 +02:00
Ben Siraphob
21faf9fc29
treewide: move autoconf, automake to nativeBuildInputs
2022-03-30 20:17:24 -05:00
zowoq
0a2ae8bc53
gh: 2.6.0 -> 2.7.0
...
https://github.com/cli/cli/releases/tag/v2.7.0
2022-03-31 06:35:33 +10:00
Alyssa Ross
fd78240ac8
treewide: use lib.getLib for OpenSSL libraries
...
At some point, I'd like to make another attempt at
71f1f4884b
("openssl: stop static binaries referencing libs"), which
was reverted in 195c7da07d
. One problem with my previous attempt is
that I moved OpenSSL's libraries to a lib output, but many dependent
packages were hardcoding the out output as the location of the
libraries. This patch fixes every such case I could find in the tree.
It won't have any effect immediately, but will mean these packages
will automatically use an OpenSSL lib output if it is reintroduced in
future.
This patch should cause very few rebuilds, because it shouldn't make
any change at all to most packages I'm touching. The few rebuilds
that are introduced come from when I've changed a package builder not
to use variable names like openssl.out in scripts / substitution
patterns, which would be confusing since they don't hardcode the
output any more.
I started by making the following global replacements:
${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib
${openssl.out}/lib -> ${lib.getLib openssl}/lib
Then I removed the ".out" suffix when part of the argument to
lib.makeLibraryPath, since that function uses lib.getLib internally.
Then I fixed up cases where openssl was part of the -L flag to the
compiler/linker, since that unambigously is referring to libraries.
Then I manually investigated and fixed the following packages:
- pycurl
- citrix-workspace
- ppp
- wraith
- unbound
- gambit
- acl2
I'm reasonably confindent in my fixes for all of them.
For acl2, since the openssl library paths are manually provided above
anyway, I don't think openssl is required separately as a build input
at all. Removing it doesn't make a difference to the output size, the
file list, or the closure.
I've tested evaluation with the OfBorg meta checks, to protect against
introducing evaluation failures.
2022-03-30 15:10:00 +00:00
Fabian Affolter
732d35fbf0
Merge pull request #162505 from cfhammill/cfh/fix-dvc-daemon-patch_157998
...
fix: dvc daemon patch, instantiate env to a copy of os.environ
2022-03-30 09:45:42 +02:00
Fabian Affolter
e09f9b78d1
Merge pull request #166346 from SuperSandro2000/dvc-with-remotes
...
dvc: 2.9.3 -> 2.9.5
2022-03-30 09:43:57 +02:00
Sandro Jäckel
40ded1611d
dvc: 2.9.3 -> 2.9.5
2022-03-30 02:59:44 +02:00
Sandro
94a2398ae2
Merge pull request #166116 from MinerSebas/update/smartgithg
2022-03-30 02:11:59 +02:00
Martin Weinelt
630d5e1d0d
Merge remote-tracking branch 'origin/master' into staging-next
2022-03-29 18:17:36 +02:00
Frederik Rietdijk
25c014324b
Merge master into staging-next
2022-03-29 13:25:16 +02:00
Felix Buehler
1913519071
darcs-to-git: switch to fetchFromGitHub
2022-03-29 13:06:47 +02:00
timothy
bb35948c1c
gerrit: 3.4.1 -> 3.5.1 ( #166178 )
2022-03-29 10:40:37 +02:00
cfhammill
c56400aa3e
dvc: instantiate env to a copy of os.environ
...
this line removes the dvc utility fix_env which works around
pyenv (irrelevant for nix I think), fix_env instantiates env
as a copy of os.environ is its env argument is None, so I think
this behaviour is close to what the dvc authors intended.
2022-03-28 20:09:35 -04:00
MinerSebas
f756e87ede
smartgithg: 20.2.5 -> 21.2.2
2022-03-28 18:15:57 +02:00
Jan Tojnar
c8a5db3854
Merge branch 'staging-next' into staging
...
; Conflicts:
; pkgs/tools/archivers/rar/default.nix
2022-03-28 17:56:38 +02:00
Jan Tojnar
997bb5e42c
Merge branch 'master' into staging-next
...
; Conflicts:
; pkgs/development/python-modules/dnspython/default.nix
; pkgs/development/python-modules/googleapis-common-protos/default.nix
2022-03-28 17:55:31 +02:00
Jörg Thalheim
2a61b85e4b
Merge pull request #166013 from hmenke/git-branchless
...
git-branchless: 0.3.9 -> 0.3.10
2022-03-28 12:53:16 +01:00
Sandro
2f1e03cb2b
Merge pull request #165691 from lucc/github-removed-unencrypted-git
2022-03-28 12:47:42 +02:00
Yaya
7d1a55bdfb
gitlab: 14.8.4 -> 14.9.1 ( #165309 )
2022-03-28 11:11:17 +02:00
Henri Menke
a39b29dd09
git-branchless: 0.3.9 -> 0.3.10
2022-03-27 23:39:51 +00:00
wahjava
353d271351
fnc: init at 0.10 ( #165667 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-27 20:13:27 +02:00
github-actions[bot]
36198fe197
Merge staging-next into staging
2022-03-27 18:01:40 +00:00
Martin Weinelt
d68657af92
Merge remote-tracking branch 'origin/master' into staging-next
2022-03-27 15:54:05 +02:00
wahjava
63dd57021f
got: 0.67 -> 0.68.1 ( #165415 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-27 15:15:07 +02:00
Alyssa Ross
4345b27ded
git: enable debug info
2022-03-27 12:49:22 +00:00
github-actions[bot]
3b6f03e497
Merge master into staging-next
2022-03-26 18:01:22 +00:00
Sandro
bd14f9c03a
Merge pull request #164372 from lockejan/git-team
2022-03-26 13:32:48 +01:00
Jan Schmitt
34d0b8601c
git-team: init at 1.7.0
2022-03-26 12:29:07 +01:00
Lucas Hoffmann
47190314df
treewide: replace defunct git://github.com urls with https://
...
Github has removed support for git://github.com and recommends
https://github.com instead.
See https://github.blog/2021-09-01-improving-git-protocol-security-github/
2022-03-25 11:21:42 +01:00
Vladimír Čunát
0a8b4eddd2
Merge branch 'master' into staging-next
2022-03-25 10:16:56 +01:00
Ben Siraphob
e0e745fe26
Merge pull request #165512 from Artturin/metarepremove
2022-03-24 22:19:44 -05:00
Maximilian Bosch
6a74aa0a13
Merge pull request #165545 from techknowlogick/bump-gitea-1165
...
gitea: 1.16.4 -> 1.16.5
2022-03-24 23:52:10 +01:00
Artturin
33cce15e42
treewide: remove meta.repositories
...
there's no documentation for meta.repositories and its not widely used
2022-03-24 23:56:14 +02:00
davidak
6ea8d5ee71
Merge pull request #165297 from Stunkymonkey/treewide-pname-version-17
...
treewide: rename name to pname&version
2022-03-24 16:38:33 +01:00
techknowlogick
7b2b00c571
gitea: 1.16.4 -> 1.16.5
2022-03-23 22:32:56 -04:00
Felix Buehler
3bc5196252
treewide: rename name to pname&version
2022-03-23 22:55:50 +01:00
Sandro
568a402fc4
Merge pull request #165273 from alyssais/cgit-pink-1.3.0
2022-03-23 10:41:35 +01:00
github-actions[bot]
c80dabe3b1
Merge staging-next into staging
2022-03-23 06:01:55 +00:00
Francesco Gazzetta
f40327ce40
hut: init at unstable-2022-03-02 ( #162663 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-23 05:51:47 +01:00
Aleksander
ecacb5de41
gitkraken: 8.3.0 -> 8.3.3 ( #162753 )
2022-03-23 04:12:46 +01:00
Alyssa Ross
deab83e116
cgit-pink: init at 1.3.0
...
cgit-pink is a fork of cgit that aims to be better maintained, because
cgit doesn't get a lot of attention any more, and almost every patch
sent in the last couple of years has been ignored.
The build system is exactly the same as cgit's, so I've created a
common cgit builder function. This way, improvements to cgit
packaging (I've already noticed a couple to make!) can be shared
between both packages. If the build systems diverge, we can separate
them out in future.
2022-03-22 13:31:23 +00:00
github-actions[bot]
c62314becb
Merge staging-next into staging
2022-03-22 06:01:42 +00:00
Sandro
4348e36456
Merge pull request #164248 from Stunkymonkey/treewide-fetchFromGitHub-2
2022-03-22 02:13:45 +01:00
github-actions[bot]
de642acb2e
Merge staging-next into staging
2022-03-21 12:10:50 +00:00
techknowlogick
b043c9d5f6
bcompare: 4.4.0.25886 -> 4.4.2.26348
2022-03-21 13:03:10 +01:00
Vladimír Čunát
a519740b4c
Merge branch 'staging-next' into staging
2022-03-21 11:57:43 +01:00
Anderson Torres
7e1810ceb2
Merge pull request #164948 from trofi/fix-meld-for-meson-0.60
...
meld: pull upstream fix for meson-0.60
2022-03-20 15:17:43 -03:00
R. Ryantm
acef747bd2
gogs: 0.12.5 -> 0.12.6
2022-03-20 13:31:01 +00:00
Yaya
016a19d13c
gitlab: 14.8.2 -> 14.8.4 ( #164564 )
2022-03-20 13:08:09 +01:00
R. Ryantm
538a6dba9b
ghorg: 1.7.11 -> 1.7.12
2022-03-20 11:16:36 +00:00
Sergei Trofimovich
c4c64b6a32
meld: pull upstream fix for meson-0.60
...
Without the change build fails as:
> data/meson.build:34:0: ERROR: Function does not take positional arguments.
2022-03-20 08:58:13 +00:00
github-actions[bot]
588298ee0a
Merge staging-next into staging
2022-03-18 12:01:57 +00:00
Bobby Rong
83abf39bbc
Merge pull request #163803 from r-ryantm/auto-update/gogs
...
gogs: 0.12.4 -> 0.12.5
2022-03-18 18:09:20 +08:00
github-actions[bot]
838f421cf3
Merge staging-next into staging
2022-03-17 12:02:05 +00:00
Maximilian Bosch
2c9dd81bbb
Merge pull request #164171 from techknowlogick/bump-gitea-1164
...
gitea: 1.16.3 -> 1.16.4
2022-03-17 09:19:18 +01:00
Felix Buehler
afb9c15341
git-annex-remote-b2: switch to fetchFromGitHub
2022-03-16 23:23:09 +01:00
zowoq
6431086967
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
pkgs/development/python-modules/symengine/default.nix
2022-03-16 16:03:43 +10:00
zowoq
aae0f01b9a
gh: 2.5.2 -> 2.6.0
...
https://github.com/cli/cli/releases/tag/v2.6.0
2022-03-16 08:56:25 +10:00
techknowlogick
a7262905c4
gitea: 1.16.3 -> 1.16.4
2022-03-15 17:18:54 -04:00
Ben Siraphob
ad3d0fdfd5
Merge pull request #164079 from r-ryantm/auto-update/git-cliff
2022-03-15 02:53:44 +00:00
0x4A6F
438d426b89
jujutsu: init at 0.3.1 ( #161421 )
2022-03-14 20:34:02 +01:00
Sandro
b835a229c0
Merge pull request #164143 from SuperSandro2000/lab
2022-03-14 19:35:15 +01:00
Sandro Jäckel
44a3a284df
lab: 0.23.0 -> 0.24.0
2022-03-14 18:48:35 +01:00
Luke Granger-Brown
a0bbd640b8
Merge pull request #164119 from lukegb/mercurial
...
mercurial: add patch to fix the libc buffer type for aarch64-linux
2022-03-14 15:13:34 +00:00
Luke Granger-Brown
e2d6f416d5
mercurial: add patch to fix the libc buffer type for aarch64-linux
2022-03-14 14:20:46 +00:00
Alyssa Ross
eaa21176e2
tkrev: tkcvs 8.2.1 -> tkrev 9.4.1
...
Package has been renamed.
2022-03-14 12:57:22 +00:00
Alyssa Ross
d7e181ff83
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
...
Conflicts:
pkgs/development/compilers/ocaml/4.12.nix
pkgs/development/python-modules/oci/default.nix
pkgs/tools/admin/bubblewrap/default.nix
2022-03-14 12:33:16 +00:00
R. Ryantm
f1636eb967
git-cliff: 0.6.0 -> 0.6.1
2022-03-14 07:48:50 +00:00
Bobby Rong
061bb942b8
Merge pull request #163747 from r-ryantm/auto-update/gitRepo
...
gitRepo: 2.21 -> 2.22
2022-03-13 15:37:21 +08:00
R. Ryantm
e7a43e0a63
gogs: 0.12.4 -> 0.12.5
2022-03-12 09:40:25 +00:00
Luke Granger-Brown
06bdb101b9
Merge pull request #162388 from techknowlogick/mercurial-610
...
mercurial: 6.0.3 -> 6.1
2022-03-12 08:54:31 +00:00
github-actions[bot]
7c0802bf0d
Merge staging-next into staging
2022-03-12 06:01:40 +00:00
Bernardo Meurer
a17174204c
commitizen: fix src hash
2022-03-11 21:43:07 -08:00
techknowlogick
58cd95c938
mercurial: 6.0.3 -> 6.1
2022-03-12 00:02:37 -05:00
techknowlogick
e574f4cf8f
tortoisehg: 6.0 -> 6.1
2022-03-12 00:02:37 -05:00
R. Ryantm
217319ca41
gitRepo: 2.21 -> 2.22
2022-03-12 04:42:14 +00:00
github-actions[bot]
a9a2d9475d
Merge staging-next into staging
2022-03-11 18:01:59 +00:00
Luke Granger-Brown
f491e8c332
mercurial: disable all non-essential phases in withExtensions
2022-03-11 15:42:05 +00:00
github-actions[bot]
03c9842a65
Merge staging-next into staging
2022-03-10 18:02:01 +00:00
Cole Mickens
719e043290
gitqlient: init at 1.4.3
2022-03-10 10:18:06 -03:00
github-actions[bot]
d41fcfc34e
Merge staging-next into staging
2022-03-10 12:01:50 +00:00
Jacek Galowicz
9a5d5408aa
Merge pull request #160223 from VirtusLab/chore/update-git-machete
...
git-machete: updates to 3.7.2
2022-03-10 11:42:13 +01:00
github-actions[bot]
ded44e80ff
Merge staging-next into staging
2022-03-10 00:02:45 +00:00
Alyssa Ross
7460096bb3
git-remote-hg: 1.0.2.1 -> 1.0.3.2
2022-03-09 21:52:32 +00:00
github-actions[bot]
40d2f7c54e
Merge staging-next into staging
2022-03-08 00:02:45 +00:00
R. Ryantm
4dfc00c191
pass-git-helper: 1.1.2 -> 1.2.0
2022-03-08 00:06:12 +01:00
github-actions[bot]
4ec6244865
Merge staging-next into staging
2022-03-07 18:01:46 +00:00
Renaud
4278418ed8
Merge pull request #163106 from r-ryantm/auto-update/ghorg
...
ghorg: 1.7.10 -> 1.7.11
2022-03-07 13:51:07 +01:00
github-actions[bot]
c15f51235d
Merge staging-next into staging
2022-03-07 12:02:15 +00:00
zowoq
289244e9e4
delta: 0.12.0 -> 0.12.1
...
https://github.com/dandavison/delta/releases/tag/0.12.1
2022-03-07 20:46:26 +10:00
Bobby Rong
006216e022
Merge pull request #162263 from jcdickinson/git-kraken-8.3.0
...
gitkraken: 8.2.1 -> 8.3.0
2022-03-07 18:29:41 +08:00
Bobby Rong
a1cee664a0
Merge pull request #162167 from r-ryantm/auto-update/git-vendor
...
git-vendor: 1.2.2 -> 1.3.0
2022-03-07 16:49:51 +08:00
R. Ryantm
80237da069
ghorg: 1.7.10 -> 1.7.11
2022-03-07 06:05:03 +00:00
github-actions[bot]
137a689db1
Merge staging-next into staging
2022-03-07 00:02:59 +00:00
Renaud
bc3e08e330
Merge pull request #162684 from zombiezen/gg-scm-130
...
gg-scm: 1.2.1 -> 1.3.0
2022-03-06 22:21:35 +01:00
github-actions[bot]
69e1d85d54
Merge staging-next into staging
2022-03-06 18:01:46 +00:00
R. RyanTM
82c4fff8d4
ghorg: 1.7.8 -> 1.7.10
...
(#162854 )
2022-03-06 17:32:17 +01:00
zowoq
c46399881b
Merge staging-next into staging
...
Conflicts:
pkgs/tools/security/cosign/default.nix
2022-03-06 22:06:04 +10:00
github-actions[bot]
6933fb31ab
Merge staging-next into staging
2022-03-06 06:01:40 +00:00
dan4ik
2b0c964e4b
github-desktop: 2.9.6 -> 2.9.9
2022-03-06 11:19:48 +07:00
R. Ryantm
14f14eb6ad
glitter: 1.5.14 -> 1.5.15
2022-03-06 00:03:04 +00:00
github-actions[bot]
47494ea53c
Merge staging-next into staging
2022-03-05 18:01:48 +00:00
Bobby Rong
3cb36ada9d
Merge pull request #162722 from r-ryantm/auto-update/lucky-commit
...
lucky-commit: 2.1.0 -> 2.1.1
2022-03-05 23:58:21 +08:00
Alyssa Ross
c010a19a56
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
...
Conflicts:
pkgs/development/python-modules/hypothesmith/default.nix
2022-03-04 14:53:05 +00:00
R. Ryantm
992b4b7e96
lucky-commit: 2.1.0 -> 2.1.1
2022-03-04 06:52:29 +00:00
Ross Light
b72cc97c52
gg-scm: 1.2.1 -> 1.3.0
2022-03-03 15:28:06 -08:00
Maximilian Bosch
d4b9a7a179
gitea: 1.16.2 -> 1.16.3
...
ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.16.3
2022-03-03 20:32:51 +01:00
Sandro
a6659c6444
Merge pull request #162518 from SuperSandro2000/git-contrib-hooks
2022-03-03 16:49:54 +01:00
Sandro Jäckel
c90cc201b3
git: install contrib git hooks
2022-03-03 14:01:33 +01:00
github-actions[bot]
4d46874f57
Merge staging-next into staging
2022-03-02 00:11:54 +00:00
zowoq
09f4b2ed73
gh: 2.5.1 -> 2.5.2
...
https://github.com/cli/cli/releases/tag/v2.5.2
2022-03-02 08:30:10 +10:00
Felix Bühler
cba041c35d
gitSVN,gitMinimal: remove appendToName to have a consistent package n… ( #161390 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-01 10:47:32 +01:00
zowoq
64a89aac86
Merge staging-next into staging
...
Conflicts:
pkgs/development/libraries/sqlite/default.nix
2022-03-01 16:20:52 +10:00
Artturi
1f0db68c4a
Merge pull request #162029 from zombiezen/gg-scm-121
...
gg-scm: 1.1.0 -> 1.2.1
2022-03-01 05:33:49 +02:00
Jonathan Dickinson
9db6c2c789
gitkraken: 8.2.1 -> 8.3.0
2022-02-28 15:15:30 -05:00
Sandro
f31e080cc4
Merge pull request #161414 from Stunkymonkey/treewide-appendToName
2022-02-28 14:25:43 +01:00
github-actions[bot]
f831b62376
Merge staging-next into staging
2022-02-28 12:01:47 +00:00
Sandro
f49aa165fb
Merge pull request #161543 from Stunkymonkey/mercurial.withExtensions-phases
2022-02-28 12:54:05 +01:00
Felix Buehler
a50f8ee433
mercurialFull: remove appendToName to have a consistent package name for repology
2022-02-28 12:46:14 +01:00
Yaya
a7f2e16a4f
gitlab: 14.7.4 -> 14.8.2 ( #162088 )
...
https://about.gitlab.com/releases/2022/02/22/gitlab-14-8-released/
2022-02-28 11:14:49 +01:00
R. Ryantm
9aa8625f7d
git-vendor: 1.2.2 -> 1.3.0
2022-02-28 06:32:33 +00:00
Maximilian Bosch
96418eb0e7
rcs: fix build w/glibc-2.34
...
Failing Hydra build: https://hydra.nixos.org/build/153235059
2022-02-27 10:25:38 +01:00
Ross Light
225ae3b314
gg-scm: 1.1.0 -> 1.2.1
2022-02-26 15:30:45 -08:00
Renaud
2970b27faf
Merge pull request #161916 from jyooru/update/ghorg
...
ghorg: 1.5.1 -> 1.7.8
2022-02-26 23:57:10 +01:00
Robert Scott
25babb40a5
Merge pull request #161693 from wahjava/update-fossil
...
fossil: 2.17 -> 2.18
2022-02-26 21:04:16 +00:00
Robert Scott
090e04c379
Merge pull request #161895 from aanderse/redmine
...
redmine: 4.2.3 -> 4.2.4
2022-02-26 16:48:46 +00:00
Yaya
e0df172ce2
gitlab: 14.7.3 -> 14.7.4 ( #161948 )
...
https://about.gitlab.com/releases/2022/02/25/critical-security-release-gitlab-14-8-2-released/
2022-02-26 14:40:38 +01:00
Joel
fa6e55bec2
ghorg: 1.5.1 -> 1.7.8
2022-02-26 14:08:20 +10:00
Aaron Andersen
25489d9628
redmine: 4.2.3 -> 4.2.4
2022-02-25 18:05:05 -05:00
R. Ryantm
72419c91e4
subgit: 3.3.12 -> 3.3.13
2022-02-25 13:55:57 -08:00
K900
cb2cfba6f7
treewide: switch all desktop file generators to new API
...
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
techknowlogick
b4a0042c42
gitea: 1.16.1 -> 1.16.2
2022-02-24 15:38:47 -05:00
Ashish SHUKLA
84539c6a70
fossil: 2.17 -> 2.18
2022-02-24 23:02:32 +05:30
José Romildo Malaquias
f1143cb501
Merge pull request #161144 from romildo/new.git-updater
...
gitUpdater: init
2022-02-23 18:48:24 -03:00
Kim Lindberger
52d50538fd
Merge pull request #160463 from yayayayaka/gitlab-14.7.3
...
gitlab: 14.7.2 -> 14.7.3
2022-02-23 19:14:38 +01:00
Felix Buehler
8142ba3e88
mercurial.withExtensions: deprecate phases
2022-02-23 16:48:58 +01:00
Bobby Rong
7cd44abcc3
Merge pull request #161247 from r-ryantm/auto-update/got
...
got: 0.66 -> 0.67
2022-02-23 15:07:24 +08:00
Bernardo Meurer
ce388cd439
Merge pull request #161408 from lovesegfault/commitizen-2.21.2
...
commitizen: 2.20.4 -> 2.21.2
2022-02-22 12:06:32 -08:00
Bernardo Meurer
e2e23aac07
commitizen: use argcomplete 1.12.3
2022-02-22 11:27:30 -08:00
Bernardo Meurer
fde95785c9
commitizen: 2.20.4 -> 2.21.2
2022-02-22 10:08:35 -08:00
Pawel Lipski
43feb0f898
git-machete: remove postCheck and references to pytest
2022-02-22 10:27:54 +01:00
Pawel Lipski
68c8eaedb8
git-machete: updates to 3.7.2
2022-02-22 10:25:52 +01:00
Mario Rodas
f20f185b8f
git-gone: 0.3.7 -> 0.3.8
2022-02-22 04:20:00 +00:00
José Romildo
ba59355e81
gitUpdater: init
...
- Add the 'gitUpdater' helper function to update git based packages, using the
'genericUpdater' function.
- Rework argument passing to the `list-git-tags' and 'list-archive-two-level-versions' scripts.
- Replace 'genericUpdater' plus 'list-git-tags' by 'gitUpdater'
2022-02-21 13:01:49 -03:00
R. Ryantm
5559fd35fd
got: 0.66 -> 0.67
2022-02-21 15:11:24 +00:00
pacien
7e816dea4c
mercurial: 6.0.2 -> 6.0.3
2022-02-18 15:56:42 +01:00
R. Ryantm
ce85c6a203
git-lfs: 3.1.1 -> 3.1.2
2022-02-18 08:55:03 +00:00
Lara
eb84f592c6
gitlab: 14.7.2 -> 14.7.3
2022-02-17 12:19:50 +00:00
Sandro
18d06230ce
Merge pull request #160149 from SuperSandro2000/libgit2
2022-02-17 02:37:43 +01:00
Sandro Jäckel
dece6ab9aa
gitaly: clear patches for libgit2
2022-02-16 00:45:23 +01:00
Sandro Jäckel
e82383cf3a
gitstatus: clear patches for libgit2 fork
2022-02-16 00:20:00 +01:00
zowoq
cac3188706
gh: 2.5.0 -> 2.5.1
...
https://github.com/cli/cli/releases/tag/v2.5.1
2022-02-16 07:37:31 +10:00
Sandro
68c9f67cd6
Merge pull request #160167 from SuperSandro2000/gitstatus
2022-02-15 15:30:01 +01:00
Sandro Jäckel
27c3711a5f
gitstatus: 1.5.3 -> 1.5.4
2022-02-15 14:25:07 +01:00
R. Ryantm
86e3298840
git-lfs: 3.0.2 -> 3.1.1
2022-02-15 12:43:58 +00:00
Bobby Rong
8080ada917
Merge pull request #160004 from r-ryantm/auto-update/git-machete
...
git-machete: 3.5.0 -> 3.7.2
2022-02-15 19:43:14 +08:00
zowoq
c90a20d38e
delta: 0.11.3 -> 0.12.0
...
https://github.com/dandavison/delta/releases/tag/0.12.0
2022-02-15 08:08:26 +10:00
R. Ryantm
bfa38e4c1a
git-machete: 3.5.0 -> 3.7.2
2022-02-14 16:15:39 +00:00
Martin Weinelt
40a7d601a2
Merge pull request #159559 from yayayayaka/gitlab-14.7.2
2022-02-13 22:41:46 +01:00
R. Ryantm
5f0b0394f6
git-cliff: 0.5.0 -> 0.6.0
2022-02-13 20:06:17 +00:00
R. Ryantm
4ea58428a9
gitRepo: 2.20 -> 2.21
2022-02-12 22:23:34 -08:00
R. Ryantm
f5a389fe3c
gitty: 0.6.0 -> 0.7.0
2022-02-12 21:02:12 -08:00
R. Ryantm
b393fbd562
glitter: 1.5.13 -> 1.5.14
2022-02-12 20:52:27 -08:00
R. Ryantm
0756c99829
git-hub: 2.1.2 -> 2.1.3
2022-02-12 20:50:59 -08:00
Lara
9fdd3875dc
gitlab: 14.7.1 -> 14.7.2
...
https://about.gitlab.com/releases/2022/02/08/gitlab-14-7-2-released/
2022-02-12 14:01:17 +00:00
Julien Moutinho
0f5d59ee5a
sourcehut.todosrht: 0.66.1 -> 0.67.2
2022-02-12 02:11:35 +01:00
Julien Moutinho
358fe43723
sourcehut.pagessrht: 0.5.2 -> 0.6.2
2022-02-12 02:11:35 +01:00
Julien Moutinho
fc4c9701f5
sourcehut.metasrht: 0.57.2 -> 0.57.5
2022-02-12 02:11:35 +01:00
Julien Moutinho
b3d01bbfbb
sourcehut.mansrht: 0.15.22 -> 0.15.23
2022-02-12 02:11:35 +01:00
Julien Moutinho
272820e6c4
sourcehut.listssrht: 0.51.0 -> 0.51.7
2022-02-12 02:11:35 +01:00
Julien Moutinho
14cfd136de
sourcehut.hgsrht: 0.29.3 -> 0.29.4
2022-02-12 02:11:35 +01:00
Julien Moutinho
75bd00c1ca
sourcehut.gitsrht: 0.76.4 -> 0.77.3
2022-02-12 02:11:34 +01:00
Julien Moutinho
1584a81f6a
sourcehut.buildsrht: 0.74.17 -> 0.75.2
2022-02-12 02:11:34 +01:00
Julien Moutinho
0fca1027fe
sourcehut.scmsrht: 0.22.16 -> 0.22.19
2022-02-12 02:11:34 +01:00
Julien Moutinho
7054c5c0d5
sourcehut.srht: 0.68.13 -> 0.68.14
2022-02-12 02:11:34 +01:00
Julien Moutinho
1d958b9a16
sourcehut: revert upstream commits breaking Unix socket support for Redis
2022-02-12 02:11:34 +01:00
Jonathan Ringer
5df08e00cd
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/python-modules/opensimplex/default.nix
pkgs/development/python-modules/pygame-gui/default.nix
pkgs/top-level/aliases.nix
pkgs/top-level/python-aliases.nix
2022-02-08 21:19:24 -08:00
Henri Menke
e9912ce72d
git-branchless: 0.3.8 -> 0.3.9
2022-02-08 11:49:28 -08:00
github-actions[bot]
4e2cf99754
Merge master into staging-next
2022-02-07 12:01:12 +00:00
Nick Cao
fc4a8a2c35
gitea: 1.16.0 -> 1.16.1
2022-02-07 16:47:43 +08:00
Jonathan Ringer
46fd0afcb3
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/python-modules/pysdl2/default.nix
pkgs/top-level/aliases.nix
2022-02-06 18:36:59 -08:00
Renaud
653a4d4a98
sourcehut.dispatchsrht: update homepage
2022-02-06 15:10:24 +01:00
Renaud
c0e0b44964
cvs2svn: update homepage
...
and update source tarball URL
2022-02-06 15:10:21 +01:00
github-actions[bot]
c86cbc2a8a
Merge master into staging-next
2022-02-05 18:01:08 +00:00
Benjamin Hipple
be1c870207
Merge pull request #158234 from lsix/rcs-5.10.1
...
rcs: 5.10.0 -> 5.10.1
2022-02-05 11:28:00 -05:00
Luke Granger-Brown
d4fc4cbf27
Merge pull request #157884 from pacien/mercurial-6.0.2
...
mercurial: 6.0.1 -> 6.0.2
2022-02-05 14:22:22 +00:00
Lancelot SIX
8f608f437a
rcs: 5.10.0 -> 5.10.1
...
See https://lists.gnu.org/archive/html/info-gnu/2022-02/msg00001.html
for release information.
2022-02-05 12:08:06 +00:00
Jan Tojnar
bfd44c17cd
Merge branch 'master' into staging-next
...
; Conflicts:
; pkgs/top-level/aliases.nix
2022-02-04 19:54:59 +01:00
Martin Weinelt
ffe7f27eb3
gitlab: 14.7.0 -> 14.7.1 ( #158069 )
...
https://about.gitlab.com/releases/2022/02/03/security-release-gitlab-14-7-1-released/
2022-02-04 11:57:17 +01:00
Jonathan Ringer
c6c7162876
Merge remote-tracking branch 'origin/staging-next' into staging
2022-02-03 21:34:17 -08:00
Jonathan Ringer
9a16965c75
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
pkgs/development/python-modules/awesomeversion/default.nix
pkgs/development/python-modules/md2gemini/default.nix
pkgs/development/python-modules/mill-local/default.nix
pkgs/development/python-modules/pyatv/default.nix
pkgs/development/python-modules/pyezviz/default.nix
pkgs/development/python-modules/pyinsteon/default.nix
pkgs/development/python-modules/pylitterbot/default.nix
pkgs/development/python-modules/pynuki/default.nix
pkgs/development/python-modules/pypck/default.nix
pkgs/development/python-modules/types-requests/default.nix
pkgs/top-level/aliases.nix
2022-02-03 21:29:24 -08:00
R. Ryantm
b484b1c2dd
stgit: 1.4 -> 1.5
2022-02-03 10:38:34 -08:00
pacien
4232352443
mercurial: 6.0.1 -> 6.0.2
2022-02-02 18:00:39 +01:00
xrelkd
2b13696ced
gitui: 0.19.0 -> 0.20.1
2022-02-02 11:15:59 +08:00
github-actions[bot]
e977885cba
Merge staging-next into staging
2022-02-01 18:05:39 +00:00
Sandro
aa9ccee767
Merge pull request #157681 from qowoz/gh
2022-02-01 13:31:29 +01:00
github-actions[bot]
f636a27dac
Merge staging-next into staging
2022-02-01 12:01:45 +00:00
zowoq
66b95509af
gh: 2.4.0 -> 2.5.0
...
https://github.com/cli/cli/releases/tag/v2.5.0
2022-02-01 22:00:33 +10:00
Maximilian Bosch
886845715a
Merge pull request #157615 from Ma27/bump-gitea
...
gitea: 1.15.10 -> 1.16.0
2022-02-01 09:55:28 +01:00
Bobby Rong
e0d437af8a
Merge pull request #157557 from gordiasdot/patch-2
...
got: change package platforms to linux
2022-02-01 16:37:48 +08:00
github-actions[bot]
d01fda023b
Merge staging-next into staging
2022-02-01 06:01:50 +00:00
gbtb
38f2d719cc
tortoisehg: format default.nix with nixpkgs-fmt
2022-02-01 02:43:09 +00:00
gbtb
ac6dbb2d7c
tortoisehg: added smoke test for thg
2022-02-01 02:42:41 +00:00
Luke Granger-Brown
b6aae6aec3
Merge pull request #155636 from pacien/tortoisehg-6.0
...
tortoisehg: 5.9 -> 6.0
2022-02-01 02:38:58 +00:00
Maximilian Bosch
830a0d9a9d
gitea: 1.15.10 -> 1.16.0
...
ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.16.0
2022-02-01 01:19:35 +01:00
Gordias
bb2f4471be
change package platforms to linux
...
package does not build on `darwin`, see https://github.com/NixOS/nixpkgs/pull/156351#pullrequestreview-860432781
2022-01-31 13:36:05 -05:00
github-actions[bot]
ed5ed282df
Merge staging-next into staging
2022-01-31 18:06:44 +00:00
R. Ryantm
d203c34617
gogs: 0.12.3 -> 0.12.4
2022-01-31 09:17:20 -08:00
R. Ryantm
fda842a31e
glitter: 1.5.12 -> 1.5.13
2022-01-31 09:15:27 -08:00
Bobby Rong
5860e2db48
Merge pull request #156351 from heph2/got
...
got: 0.64 -> 0.66
2022-02-01 00:01:37 +08:00
github-actions[bot]
87efa4e516
Merge staging-next into staging
2022-01-31 12:01:50 +00:00
zowoq
f05932c5f3
glab: update vendorSha256
2022-01-31 17:24:26 +10:00
Michael Weiss
6c771046db
git: 2.35.0 -> 2.35.1
...
From the release notes [0]:
> Git 2.35 shipped with a regression that broke use of "rebase" and
> "stash" in a secondary worktree. This maintenance release ought to
> fix it.
[0]: https://github.com/git/git/blob/v2.35.1/Documentation/RelNotes/2.35.1.txt
2022-01-29 14:01:33 +01:00
github-actions[bot]
3656f37a2e
Merge staging-next into staging
2022-01-29 06:01:48 +00:00
Travis A. Everett
360829c749
yadm: use resholvePackage ( #154190 )
2022-01-29 11:03:20 +09:00
Jan Tojnar
2da5ce4ab3
Merge branch 'staging-next' into staging
...
; Conflicts:
; pkgs/development/python-modules/fakeredis/default.nix
2022-01-28 14:05:11 +01:00
Sandro
27cccd4e49
Merge pull request #151363 from Stunkymonkey/doc-updateWalker
2022-01-27 14:06:36 +01:00
Dmitry Kalinkin
0693fd77f7
Merge branch 'staging-next' into staging
...
Conflicts:
nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
nixos/doc/manual/release-notes/rl-2205.section.md
pkgs/development/python-modules/aioesphomeapi/default.nix
pkgs/development/python-modules/mat2/default.nix
pkgs/development/python-modules/pydevccu/default.nix
pkgs/development/python-modules/pywlroots/default.nix
pkgs/development/python-modules/rokuecp/default.nix
2022-01-27 00:54:10 -05:00
Felix Buehler
09e3b7a570
treewide: remove all updateWalker/downloadURLRegexp
2022-01-26 21:46:08 +01:00
Felix Buehler
ed7bf9452c
treewide: remove *.upstream files from updateWalker
2022-01-26 21:46:07 +01:00
David McFarland
1613130063
p4v: 2020.1.1966006 -> 2021.3.2186916
2022-01-26 08:03:29 -04:00
Bernardo Meurer
5e664da1e4
commitizen: enable some tests
2022-01-25 23:25:38 -08:00
Bernardo Meurer
0293eab673
commitizen: 2.20.3 -> 2.20.4
2022-01-25 23:25:23 -08:00
Fabian Affolter
ec0fe9ca7c
Merge pull request #156626 from fabaff/fix-gitless
...
gitless: relax pygit2 constraint and limit to Python 3
2022-01-25 23:35:41 +01:00
Pascal Bach
41e28ecc08
Merge pull request #155011 from lunaris/patch-1
...
git-lfs: Build subcommands
2022-01-25 22:21:45 +01:00
Jonathan Ringer
e74ccf2d72
Merge pull request #154708 from NixOS/staging-next
...
Staging next 2022-01-12
2022-01-25 11:54:52 -08:00
Lara
d783dee256
gitlab: 14.6.3 -> 14.7.0
...
This also effectively reverts commit f007b794c7
.
2022-01-25 19:05:49 +01:00
Fabian Affolter
0383246382
gitless: relax pygit2 constraint and limit to Python 3
2022-01-24 23:15:31 +01:00
Michael Weiss
cea3ade4b2
git: 2.34.1 -> 2.35.0
2022-01-24 22:15:48 +01:00
Heph
33a8849180
got: 0.64 -> 0.66
2022-01-23 20:31:42 +01:00
github-actions[bot]
93a9821309
Merge master into staging-next
2022-01-23 18:01:11 +00:00
Lara
3d94cba629
gitlab: 14.6.2 -> 14.6.3 ( #156296 )
...
https://about.gitlab.com/releases/2022/01/17/gitlab-14-6-3-released/
2022-01-23 16:57:57 +01:00
github-actions[bot]
429249f120
Merge master into staging-next
2022-01-23 00:01:54 +00:00
AndersonTorres
1d49580806
src: switch to Python3
...
According to most recent changelog, src now explicitly requires Python3.
2022-01-22 17:02:33 -03:00
R. Ryantm
b24db0182d
src: 1.28 -> 1.29
2022-01-22 08:49:50 +00:00
github-actions[bot]
fd5336b13e
Merge master into staging-next
2022-01-21 18:01:25 +00:00
R. Ryantm
41ccfc6e68
meld: 3.21.0 -> 3.21.1
2022-01-21 13:26:45 +01:00
github-actions[bot]
e156d59d2b
Merge master into staging-next
2022-01-21 12:01:24 +00:00
R. Ryantm
47b49d4c9b
git-cola: 3.11.0 -> 3.12.0
2022-01-21 07:32:03 +00:00
github-actions[bot]
b74b591fbe
Merge master into staging-next
2022-01-20 00:01:46 +00:00
Andreas Rammhold
31e5b8dc21
Remove myself from maintainers
...
I don't have time and energy to deal with all of this anymore.
2022-01-20 00:24:52 +01:00
github-actions[bot]
9e9e41da09
Merge master into staging-next
2022-01-19 18:01:22 +00:00
pacien
297f73f5b4
tortoisehg: 5.9 -> 6.0
2022-01-19 14:29:13 +01:00
Vladyslav M
9671380d66
pijul: 1.0.0-alpha.57 -> 1.0.0-beta
2022-01-19 11:43:58 +02:00
github-actions[bot]
0eee7ee8c8
Merge master into staging-next
2022-01-17 12:01:25 +00:00
misuzu
1ea75adb02
git-workspace: 0.8.0 -> 0.9.0
2022-01-17 11:41:26 +01:00
Will Jones
7ec65f3354
git-lfs: Build subcommands
...
The current version of `git-lfs` doesn't work very well due to a missing
code-generation step in its build process. This commit fixes its
derivation so that this step is run.
2022-01-17 09:19:18 +00:00