Commit Graph

26 Commits

Author SHA1 Message Date
Jörg Thalheim
e0239251cb ruff: enable upgrade checks 2023-08-25 07:00:08 +00:00
figsoda
4f2d6c40e1 quote import_path when importing in nix 2023-08-24 15:06:03 +00:00
figsoda
58c48cfa0d fix escaping for non-toplevel attributes 2023-08-06 14:17:25 -04:00
figsoda
39cd42e0a0 fix attribute name escaping 2023-08-02 09:56:57 -04:00
figsoda
dfe1130b59 escape attribute names 2023-08-01 18:59:14 -04:00
Jörg Thalheim
ab45f140f6 nix-update: add url parameter to override the repository discovery 2023-01-26 10:06:29 +01:00
figsoda
bf2ee2bbf0 system_flags -> extra_flags, move experimental features to extra_flags 2023-01-08 10:35:32 -05:00
figsoda
3928ea476b pass system when importing nixpkgs 2023-01-08 10:35:17 -05:00
figsoda
329317dbdd add --system 2023-01-04 19:55:31 -05:00
figsoda
e5f57c258c add support for flakes 2022-12-08 12:46:35 -05:00
figsoda
895f44126b add flag to run passthru.updateScript if possible 2022-11-28 10:43:41 -05:00
figsoda
4fab744eac remove shebangs in inexecutable files, format with black and isort 2022-11-14 17:14:09 -05:00
Jörg Thalheim
06dd722d36 allow to manually override filename that is patched 2022-06-14 11:22:01 +02:00
schnusch
380e6e4e41 add --write-commit-message for use in scripting 2022-01-17 01:22:44 +01:00
Jörg Thalheim
2f498d50d7 don't require valid version if --version=skip 2021-08-26 15:45:05 +02:00
Tim Steinbach
76cf63bbe2
Add --format flag
The flag will invoke nixpkgs-fmt
2021-02-21 13:15:29 -05:00
Tim Steinbach
41929e6613
Add --review flag 2021-01-28 09:40:19 -05:00
Jörg Thalheim
619e4c32e6
Update nix_update/options.py 2021-01-25 19:04:42 +00:00
Jörg Thalheim
8bfdad152f
refactor stable/unstable versions and regex filtering 2021-01-25 00:30:37 +01:00
Tim Steinbach
caf298f4f0
Add --unstable-version argument
Enabling this flag will include all versions
containing '-' and '+' from being considered valid.
As per SemVer, these are the separators for unstable
versions (i.e. "-RC2", "+abcdef" suffixes).
2021-01-18 12:00:14 -05:00
Jörg Thalheim
05dccf154e
add integration tests 2021-01-09 11:20:20 +01:00
Tim Steinbach
7d487d245a
Allow extracting version information
This can be used to remove tag prefixes, suffixes or similar

Closes #29
2020-12-25 10:27:50 -05:00
Tim Steinbach
ed3f1dd0ab
Add test flag 2020-11-18 10:08:50 -05:00
Jörg Thalheim
3eef57b671
add --commit flag 2020-03-24 13:26:18 +00:00
Jörg Thalheim
de7cee4f24
reformat with black 2020-03-22 16:38:08 +00:00
Jörg Thalheim
c4b303760b
add flag to skip version update 2020-03-17 13:22:33 +00:00