Commit Graph

3675 Commits

Author SHA1 Message Date
github-actions[bot]
4c351244a0
Merge master into staging-next 2023-07-21 18:01:45 +00:00
figsoda
772e4f8032
Merge pull request #244366 from figsoda/ov 2023-07-21 11:49:25 -04:00
Vladimír Čunát
9249f60087
treewide: fixup the embedded sqlalchemy
I got tired of doing this one commit per package.
2023-07-21 17:03:19 +02:00
figsoda
4a448e76e6 markscribe: init at 0.6.0
https://github.com/muesli/markscribe
2023-07-21 10:39:08 -04:00
github-actions[bot]
17a15a50ab
Merge master into staging-next 2023-07-21 06:01:05 +00:00
Nick Cao
66197c43ef
Merge pull request #244570 from figsoda/gtree
gtree: 1.8.6 -> 1.8.7
2023-07-20 19:16:55 -06:00
figsoda
3f34f3710f gtree: 1.8.6 -> 1.8.7
Diff: https://github.com/ddddddO/gtree/compare/v1.8.6...v1.8.7

Changelog: https://github.com/ddddddO/gtree/releases/tag/v1.8.7
2023-07-20 16:33:13 -04:00
figsoda
e74c3b4a8e frogmouth: 0.7.0 -> 0.8.0
Diff: https://github.com/Textualize/frogmouth/compare/v0.7.0...v0.8.0

Changelog: https://github.com/Textualize/frogmouth/blob/v0.8.0/ChangeLog.md
2023-07-20 09:52:42 -04:00
github-actions[bot]
2c5b83e75c
Merge master into staging-next 2023-07-19 18:01:04 +00:00
figsoda
8712bcf86c ov: 0.30.0 -> 0.31.0
Diff: https://github.com/noborus/ov/compare/refs/tags/v0.30.0...v0.31.0

Changelog: https://github.com/noborus/ov/releases/tag/v0.31.0
2023-07-19 11:25:36 -04:00
Sandro Jäckel
f847a08787
goawk: 1.23.3 -> 1.24.0
Diff: https://github.com/benhoyt/goawk/compare/v1.23.3...v1.24.0
2023-07-17 19:52:54 +02:00
github-actions[bot]
0a4cedc7f8
Merge staging-next into staging 2023-07-17 12:02:20 +00:00
Ashish SHUKLA
d74cf634b7
ugrep: 3.12.2 -> 3.12.3 2023-07-17 09:36:47 +02:00
github-actions[bot]
8c2cf79031
Merge staging-next into staging 2023-07-14 18:02:05 +00:00
github-actions[bot]
0f179253f1
Merge master into staging-next 2023-07-14 18:01:25 +00:00
figsoda
ca654df896
Merge pull request #243093 from figsoda/xq 2023-07-14 11:11:05 -04:00
github-actions[bot]
d52229da47
Merge staging-next into staging 2023-07-14 06:02:04 +00:00
github-actions[bot]
469798d2dd
Merge master into staging-next 2023-07-14 06:01:28 +00:00
Anderson Torres
078d8d5efe txr: mark as broken on Apple Intel
Because ofborg fails to check it.
2023-07-13 21:30:31 -03:00
Anderson Torres
8983401a0f txr: 288 -> 289 2023-07-13 21:30:31 -03:00
Artturi
c831e7939f
Merge pull request #242905 from Artturin/gomodu1 2023-07-14 01:36:16 +03:00
Artturin
1c29673fcc treewide: go-modules -> goModules
In 787af0f79f
I had to change ${go-modules} to $goModules to allow overrideAttrs to work;
However, env vars cannot contain -, so  i had to change go-modules too.
This in turn broke nix-update because it uses the go-modules attr.

Instead of making nix-update more complicated, make go-modules naming match cargoDeps.

`fd --type f | xargs sd '\bgo-modules\b' 'goModules'`
and revert change to pkgs/applications/misc/dstask/default.nix
and pkgs/servers/http/dave/default.nix
and pkgs/os-specific/darwin/plistwatch/default.nix

release note added
2023-07-14 00:18:06 +03:00
github-actions[bot]
f4330398cd
Merge master into staging-next 2023-07-13 12:01:13 +00:00
Bjørn Forsman
112dc82132 mawk: 1.3.4-20230203 -> 1.3.4-20230525
Upgrade to fix random segfault.

Before:

  $ nix-build -A mawk && for i in $(seq 10); do printf "i=$i "; echo PASS | ./result/bin/mawk -W interactive '{ print }'; done
  /nix/store/zyxgmjyb8ii282lx8g64dhd8y9k3rzd6-mawk-1.3.4-20230203
  i=1 PASS
  i=2 PASS
  i=3 Segmentation fault (core dumped)
  i=4 Segmentation fault (core dumped)
  i=5 Segmentation fault (core dumped)
  i=6 Segmentation fault (core dumped)
  i=7 Segmentation fault (core dumped)
  i=8 PASS
  i=9 Segmentation fault (core dumped)
  i=10 PASS

After:

  $ nix-build -A mawk && for i in $(seq 10); do printf "i=$i "; echo PASS | ./result/bin/mawk -W interactive '{ print }'; done
  /nix/store/dn4mcifn50a6z3g482by0d988zwms0yq-mawk-1.3.4-20230525
  i=1 PASS
  i=2 PASS
  i=3 PASS
  i=4 PASS
  i=5 PASS
  i=6 PASS
  i=7 PASS
  i=8 PASS
  i=9 PASS
  i=10 PASS

Upstream changelog: https://invisible-island.net/mawk/CHANGES
2023-07-13 12:16:49 +01:00
Vladimír Čunát
c77a0a323a
Merge branch 'master' into staging-next 2023-07-13 08:30:35 +02:00
figsoda
d8115cdaec difftastic: 0.47.0 -> 0.48.0
Diff: https://github.com/wilfred/difftastic/compare/0.47.0...0.48.0

Changelog: https://github.com/Wilfred/difftastic/blob/0.48.0/CHANGELOG.md
2023-07-12 20:04:55 -04:00
figsoda
d70e0242e9 pkgs/tools/text: remove dead code
with the help of deadnix & nil
2023-07-12 12:12:15 -04:00
figsoda
dd73f358ab xq-xml: init at 1.2.1
https://github.com/sibprogrammer/xq
2023-07-12 11:36:25 -04:00
github-actions[bot]
12991ebe2c
Merge master into staging-next 2023-07-11 18:01:09 +00:00
R. Ryantm
94b55ad859 epubcheck: 5.0.1 -> 5.1.0 2023-07-11 10:43:19 +00:00
github-actions[bot]
d25c057844
Merge master into staging-next 2023-07-11 06:01:13 +00:00
Ashish SHUKLA
2cc4331f03
ugrep: 3.12.1 -> 3.12.2
- Use rec-less, overlay-style overridable recursive attributes (courtesy: NixOS#119942)
2023-07-11 01:08:40 +02:00
github-actions[bot]
c60d48234a
Merge master into staging-next 2023-07-09 12:01:18 +00:00
Alexis Hildebrandt
ac63d48eb1 groff: 1.22.4 -> 1.23.0 2023-07-09 09:17:52 +02:00
R. Ryantm
7100097e78 a2ps: 4.15.4 -> 4.15.5 2023-07-08 21:52:43 +00:00
github-actions[bot]
e949ec41bd
Merge master into staging-next 2023-07-08 18:01:04 +00:00
figsoda
e90f6d38a6
Merge pull request #242139 from figsoda/djot 2023-07-08 09:54:33 -04:00
github-actions[bot]
6d9902baac
Merge master into staging-next 2023-07-08 00:02:35 +00:00
Mario Rodas
cb6f81a5f3
Merge pull request #241865 from marsam/update-vale
vale: 2.27.0 -> 2.28.0
2023-07-07 18:58:46 -05:00
figsoda
4823374ad8 djot-js: fetch package-lock.json as a patch 2023-07-07 17:33:56 -04:00
github-actions[bot]
1a76e12ddc
Merge master into staging-next 2023-07-06 18:01:11 +00:00
Vladimír Čunát
91dadd0afb
Merge branch 'staging' into staging-next 2023-07-06 17:11:30 +02:00
Nick Cao
90f6eafd2d
Merge pull request #241535 from figsoda/tidy-viewer
tidy-viewer: 1.4.30 -> 1.5.2
2023-07-06 21:12:42 +08:00
Weijia Wang
9d1ba81d5f
Merge pull request #241498 from r-ryantm/auto-update/linuxdoc-tools
linuxdoc-tools: 0.9.82 -> 0.9.83
2023-07-06 10:45:22 +03:00
Mario Rodas
80276376a0 vale: 2.27.0 -> 2.28.0
Diff: https://github.com/errata-ai/vale/compare/v2.27.0...v2.28.0
2023-07-06 04:20:00 +00:00
Jan Tojnar
2819e547d3 Merge branch 'staging-next' into staging
; Conflicts:
;	pkgs/development/libraries/nss/generic.nix

- bb53634671 removed the conditionals since firefox-esr-91 and nss <3.69 has been dropped a while ago.
- cb3762857d updated the conditionals to always partition the tests based on the nss_latest version. Chosen that since it will remain future proof.
2023-07-05 02:22:26 +02:00
figsoda
1a2443c3f6
Merge pull request #241549 from r-ryantm/auto-update/mdbook-katex
mdbook-katex: 0.5.3 -> 0.5.4
2023-07-04 17:04:55 -04:00
R. Ryantm
6275235911 mdbook-katex: 0.5.3 -> 0.5.4 2023-07-04 19:47:16 +00:00
figsoda
bd3da6b6f2 csvquote: fix typo 2023-07-04 20:38:17 +02:00
figsoda
3431aef0e0 tidy-viewer: 1.4.30 -> 1.5.2
Diff: https://github.com/alexhallam/tv/compare/1.4.30...1.5.2

Changelog: https://github.com/alexhallam/tv/blob/1.5.2/CHANGELOG.md
2023-07-04 13:59:31 -04:00
R. Ryantm
51266785ee linuxdoc-tools: 0.9.82 -> 0.9.83 2023-07-04 14:24:46 +00:00
Weijia Wang
cad9efb45a
Merge pull request #241354 from reckenrode/diffutils-darwin
diffutils: disable hanging test on x86_64-darwin
2023-07-04 17:01:19 +03:00
R. Ryantm
95cca6d266 gucci: 1.6.6 -> 1.6.10 2023-07-04 07:59:16 +00:00
github-actions[bot]
88e268b42f
Merge staging-next into staging 2023-07-04 06:01:51 +00:00
Nick Cao
e178ecd1a3
Merge pull request #241317 from dasj19/poedit-update
poedit: 3.3.1 -> 3.3.2
2023-07-04 10:48:37 +08:00
Randy Eckenrode
597f83798d
diffutils: disable hanging test on x86_64-darwin
The test-c-stack tests hang on x86_64-darwin when they are run under
Rosetta 2. Disabling these tests allows the rest of the tests to run
successfully on that platform.

This is a similar to the issue that affected gnugrep (NixOS#236229).
2023-07-03 17:46:52 -04:00
apfelkuchen06
9d941d80f6 fanficfare: 4.24.0 -> 4.25.0 2023-07-03 22:46:25 +02:00
Daniel Șerbănescu
37eb3cb5e3 poedit: 3.3.1 -> 3.3.2 2023-07-03 19:28:40 +02:00
github-actions[bot]
afae8eadb8
Merge staging-next into staging 2023-07-03 12:01:45 +00:00
Nick Cao
9b2b4ff34b
Merge pull request #241211 from r-ryantm/auto-update/hcledit
hcledit: 0.2.8 -> 0.2.9
2023-07-03 14:33:49 +08:00
github-actions[bot]
61abd839c4
Merge staging-next into staging 2023-07-03 06:01:59 +00:00
Nick Cao
f084e5adff
Merge pull request #241105 from figsoda/gtree
gtree: 1.8.5 -> 1.8.6
2023-07-03 14:00:16 +08:00
R. Ryantm
9eade54db0 hcledit: 0.2.8 -> 0.2.9 2023-07-03 04:34:32 +00:00
github-actions[bot]
9fc1b7bdc9
Merge staging-next into staging 2023-07-03 00:03:26 +00:00
figsoda
1caf779f9b repgrep: set meta.mainProgram 2023-07-02 22:52:04 +02:00
github-actions[bot]
d3954e9196
Merge staging-next into staging 2023-07-02 18:01:45 +00:00
figsoda
9a77c9d74e gtree: 1.8.5 -> 1.8.6
Diff: https://github.com/ddddddO/gtree/compare/v1.8.5...v1.8.6

Changelog: https://github.com/ddddddO/gtree/releases/tag/v1.8.6
2023-07-02 09:25:49 -04:00
figsoda
4f439bea95 gtree: 1.8.4 -> 1.8.5
Diff: https://github.com/ddddddO/gtree/compare/v1.8.4...v1.8.5

Changelog: https://github.com/ddddddO/gtree/releases/tag/v1.8.5
2023-07-01 22:11:20 -04:00
github-actions[bot]
f5a8109c46
Merge staging-next into staging 2023-07-02 00:03:47 +00:00
figsoda
b7cc8c3d62 gtree: 1.8.3 -> 1.8.4
Diff: https://github.com/ddddddO/gtree/compare/v1.8.3...v1.8.4

Changelog: https://github.com/ddddddO/gtree/releases/tag/v1.8.4
2023-07-01 09:30:49 -04:00
github-actions[bot]
9eb0f0ed3a
Merge staging-next into staging 2023-07-01 06:01:38 +00:00
figsoda
65e06297fb gtree: 1.8.2 -> 1.8.3
Diff: https://github.com/ddddddO/gtree/compare/v1.8.2...v1.8.3

Changelog: https://github.com/ddddddO/gtree/releases/tag/v1.8.3
2023-06-30 14:17:06 -04:00
github-actions[bot]
1f219a2d35
Merge staging-next into staging 2023-06-30 18:01:53 +00:00
Weijia Wang
4133bc33e1
Merge pull request #240645 from reckenrode/opensp-clang16
opensp: fix build with clang 16
2023-06-30 17:52:31 +03:00
Nick Cao
ac1c6209f5
mdbook: 0.4.30 -> 0.4.31
Diff: https://github.com/rust-lang/mdBook/compare/refs/tags/v0.4.30...v0.4.31

Changelog: https://github.com/rust-lang/mdBook/blob/v0.4.31/CHANGELOG.md
2023-06-30 14:10:51 +08:00
Randy Eckenrode
4abf3027d8
opensp: fix build with clang 16
There are two issues preventing a build with clang 16:
* The configure scripts are too old and generate invalid `config.h`.
  This is fixed by using `autoreconfHook` with clang.
* Use of the `register` storage class specifier, which is not allowed in
  C++17 (the default when building with clang 16). This is fixed by
  removing that usage.
2023-06-29 23:39:35 -04:00
Sandro
438a6d07da
Merge pull request #229410 from ralismark/csvkit-setuptools 2023-06-29 16:00:18 +02:00
Artturin
9999bf7a21 treewide: gobject-introspection from buildInputs to nativeBuildInputs
gobject-introspection should be in nativeBuildInputs for cross to work
properly (so propagations and hook work properly)
2023-06-28 22:33:40 +03:00
R. Ryantm
89e7196b16 asciigraph: 0.5.5 -> 0.5.6 2023-06-28 11:16:05 +00:00
figsoda
84150943cf frogmouth: 0.6.0 -> 0.7.0
Diff: https://github.com/Textualize/frogmouth/compare/v0.6.0...v0.7.0

Changelog: https://github.com/Textualize/frogmouth/blob/v0.7.0/ChangeLog.md
2023-06-27 09:56:13 -04:00
Nick Cao
9bf07d57a9
Merge pull request #239984 from figsoda/scraper
scraper: 0.16.0 -> 0.17.1
2023-06-27 09:35:29 +08:00
Janik
e5d095517a
Merge pull request #238303 from BenediktBroich/blueprint-compiler 2023-06-27 00:38:09 +02:00
figsoda
118b0bf130 scraper: 0.16.0 -> 0.17.1
Diff: https://diff.rs/scraper/0.16.0/0.17.1

Changelog: https://github.com/causal-agent/scraper/releases/tag/v0.17.1
2023-06-26 14:29:35 -04:00
Benedikt Broich
4ba8610783
textpieces: mark broken 2023-06-25 21:43:36 +02:00
figsoda
4d86b6ab44 gtree: 1.8.1 -> 1.8.2
Diff: https://github.com/ddddddO/gtree/compare/v1.8.1...v1.8.2

Changelog: https://github.com/ddddddO/gtree/releases/tag/v1.8.2
2023-06-24 19:45:37 -04:00
figsoda
b31ed1953c gtree: 1.7.51 -> 1.8.1
Diff: https://github.com/ddddddO/gtree/compare/v1.7.51...v1.8.1

Changelog: https://github.com/ddddddO/gtree/releases/tag/v1.8.1
2023-06-24 12:32:04 -04:00
figsoda
82e472577c repgrep: 0.13.0 -> 0.14.1
Diff: https://github.com/acheronfail/repgrep/compare/0.13.0...0.14.1

Changelog: https://github.com/acheronfail/repgrep/blob/0.14.1/CHANGELOG.md
2023-06-23 17:25:10 +02:00
Weijia Wang
68be5d72f2
Merge pull request #239076 from r-ryantm/auto-update/crowdin-cli
crowdin-cli: 3.12.0 -> 3.13.0
2023-06-22 10:07:32 +03:00
figsoda
af27820b14
Merge pull request #238696 from johnpyp/init-riffdiff
riffdiff: init at 2.23.3
2023-06-21 23:44:14 -04:00
johnpyp
3113ac359f riffdiff: init at 2.23.3 2023-06-21 20:05:46 -07:00
R. Ryantm
d51788a685 crowdin-cli: 3.12.0 -> 3.13.0 2023-06-22 00:58:57 +00:00
figsoda
32e51f9399 gtree: 1.7.50 -> 1.7.51
Diff: https://github.com/ddddddO/gtree/compare/v1.7.50...v1.7.51

Changelog: https://github.com/ddddddO/gtree/releases/tag/v1.7.51
2023-06-21 10:27:45 -04:00
apfelkuchen6
24d1061b48
fanficfare: 4.8.0 -> 4.24.0 (#238558) 2023-06-20 21:12:05 +02:00
R. Ryantm
9c3d3e9057 txr: 287 -> 288 2023-06-20 02:52:12 +00:00
Nick Cao
8a7056caa1
ansifilter: 2.19 -> 2.20
Diff: https://gitlab.com/saalen/ansifilter/-/compare/2.19...2.20
2023-06-19 17:03:20 +08:00
Nick Cao
7f223f7504
Merge pull request #238434 from figsoda/gtree
gtree: 1.7.48 -> 1.7.50
2023-06-18 20:19:08 -06:00
Sandro Jäckel
326b016d71
shfmt: 3.6.0 -> 3.7.0
Diff: https://github.com/mvdan/sh/compare/v3.6.0...v3.7.0
2023-06-18 17:48:39 +02:00
figsoda
67f46dfe5c gtree: 1.7.48 -> 1.7.50
Diff: https://github.com/ddddddO/gtree/compare/v1.7.48...v1.7.50

Changelog: https://github.com/ddddddO/gtree/releases/tag/v1.7.50
2023-06-18 10:38:02 -04:00
R. Ryantm
3f28eecf50 ugrep: 3.11.2 -> 3.12.1 2023-06-18 05:23:36 +00:00
Hollow Man
8ed3f9fb0a
mdbook-pdf: 0.1.6 -> 0.1.7
Signed-off-by: Hollow Man <hollowman@opensuse.org>
2023-06-17 20:41:58 +03:00
Vladimír Čunát
6d80b598ef
Merge #237233: staging-next 2023-06-11 2023-06-17 18:53:26 +02:00
figsoda
c1b901605f gtree: 1.7.46 -> 1.7.48
Diff: https://github.com/ddddddO/gtree/compare/v1.7.46...v1.7.48

Changelog: https://github.com/ddddddO/gtree/releases/tag/v1.7.48
2023-06-17 08:28:07 -04:00
Vladimír Čunát
41d7e84dd8
Merge branch 'master' into staging-next
Trivial conflict:
 	nixos/doc/manual/release-notes/rl-2311.section.md
2023-06-17 07:46:50 +02:00
Nick Cao
e0efc52acf
Merge pull request #238110 from figsoda/gtree
gtree: 1.7.45 -> 1.7.46
2023-06-16 19:45:37 -06:00
Mario Rodas
4153f603ec
Merge pull request #237906 from neumantm/updateReckon0.9.2
reckon: 0.8.0 -> 0.9.2
2023-06-16 18:32:09 -05:00
figsoda
a7b366295a gtree: 1.7.45 -> 1.7.46
Diff: https://github.com/ddddddO/gtree/compare/v1.7.45...v1.7.46

Changelog: https://github.com/ddddddO/gtree/releases/tag/v1.7.46
2023-06-16 11:52:20 -04:00
Leon Barrett
936092be1a Use propagatedBuildInputs for Python dependencies
When I ran rpl, I got the error

```
ModuleNotFoundError: No module named 'chardet'
```

but making this change to use propagatedBuildInputs fixed it, as
described at
https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/python.section.md#handling-dependencies-handling-dependencies
2023-06-15 21:07:16 -07:00
Tim Neumann
f7c95df62f reckon: 0.8.0 -> 0.9.2 2023-06-15 11:56:43 +02:00
github-actions[bot]
a5a4b79b0d
Merge master into staging-next 2023-06-15 06:01:39 +00:00
figsoda
791438ea98 rare-regex: 0.3.1 -> 0.3.2
Diff: https://github.com/zix99/rare/compare/0.3.1...0.3.2

Changelog: https://github.com/zix99/rare/releases/tag/0.3.2
2023-06-14 18:26:07 -04:00
github-actions[bot]
f29c608f98
Merge master into staging-next 2023-06-13 18:01:32 +00:00
Sandro Jäckel
3ad7d71afe treewide: don't set platforms.unix for buildGoModule 2023-06-13 17:54:26 +03:00
Weijia Wang
b725747962
Merge pull request #237509 from aaronjheng/d2
d2: 0.4.2 -> 0.5.1
2023-06-13 15:52:20 +03:00
github-actions[bot]
51c0c12cd4
Merge master into staging-next 2023-06-13 12:01:28 +00:00
wahjava
5567e38aed
goawk: 1.23.2 -> 1.23.3 (#237220)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-06-13 13:25:57 +02:00
Aaron Jheng
d0ef16f091
d2: 0.4.2 -> 0.5.1 2023-06-13 08:09:05 +00:00
github-actions[bot]
9dc5849025
Merge master into staging-next 2023-06-13 00:02:27 +00:00
Weijia Wang
cfd3d79d12
Merge pull request #237407 from r-ryantm/auto-update/basex
basex: 10.4 -> 10.6
2023-06-12 23:42:39 +03:00
R. Ryantm
7fd448e9f9 basex: 10.4 -> 10.6 2023-06-12 18:07:50 +00:00
github-actions[bot]
a69b4c6b89
Merge master into staging-next 2023-06-12 18:01:15 +00:00
R. Ryantm
662d9a4072 mdbook-toc: 0.9.0 -> 0.12.0 2023-06-12 16:29:36 +00:00
github-actions[bot]
74aefd1113
Merge master into staging-next 2023-06-12 06:01:28 +00:00
Mario Rodas
1caf98c3a7 readability-cli: repackage using buildNpmPackage 2023-06-12 04:20:00 +00:00
R. Ryantm
bdc9930174 miller: 6.7.0 -> 6.8.0 2023-06-12 02:29:11 +00:00
github-actions[bot]
112762351d
Merge master into staging-next 2023-06-12 00:02:19 +00:00
figsoda
6527ea2dd1 rare-regex: init at 0.3.1
https://github.com/zix99/rare
https://rare.zdyn.net
2023-06-11 23:24:51 +00:00
figsoda
f8c8457765 gtree: init at 1.7.45
https://github.com/ddddddO/gtree
2023-06-11 22:55:55 +00:00
Sergei Trofimovich
a4d88eeaee
Merge pull request #236229 from trofi/gnugrep-parallel
gnugrep: enable parallel build and tests
2023-06-11 18:03:32 +01:00
github-actions[bot]
b5b56fecff
Merge staging-next into staging 2023-06-11 12:02:12 +00:00
R. Ryantm
1e4c8b3336 txr: 285 -> 287 2023-06-11 11:39:33 +00:00
Vladimír Čunát
2b50c0e06b
Merge #233306: diffutils: 3.9 -> 3.10
...into staging
2023-06-11 09:22:33 +02:00
Vladimír Čunát
fadcdd1263
Merge #233312: gawk: 5.2.1 -> 5.2.2
...into staging
2023-06-11 09:21:38 +02:00
figsoda
d6600ec13d tml: 0.6.0 -> 0.6.1
Diff: https://github.com/liamg/tml/compare/v0.6.0...v0.6.1

Changelog: https://github.com/liamg/tml/releases/tag/v0.6.1
2023-06-09 10:00:44 -04:00
Weijia Wang
337bc2233c dirdiff: add darwin support 2023-06-08 17:48:23 +03:00
Sergei Trofimovich
bf442ea3fe gnugrep: disable tests x86_64-darwin
When running on Rosetta 2 emulator (x86_64-darwin biaries executed on
aarch64-darwin) `stack-overflow` test fails as:

    rosetta error: unexpectedly need to EmulateForward on a synchronous exception x86_rip=0x4303486096 arm_pc=0x4303949136 num_insts=6 inst_index=4 x86 instruction bytes: 0x6215344901283465301 0x17041981987679720769
2023-06-07 23:26:07 +01:00
Weijia Wang
fa73675295
Merge pull request #236456 from figsoda/rgr
repgrep: 0.12.4 -> 0.13.0
2023-06-07 23:21:45 +03:00
figsoda
8114bf63ad
Merge pull request #236124 from figsoda/jotdown 2023-06-07 16:17:00 -04:00
figsoda
fb11b1640a
Merge pull request #236119 from figsoda/djot 2023-06-07 09:57:08 -04:00
figsoda
0617a59c8b repgrep: 0.12.4 -> 0.13.0
Diff: https://github.com/acheronfail/repgrep/compare/0.12.4...0.13.0

Changelog: https://github.com/acheronfail/repgrep/blob/0.13.0/CHANGELOG.md
2023-06-07 09:35:02 -04:00
Alyssa Ross
4b4d7aa38a unoconv: allow UNO_PATH to be overridden
Upstream intends this to be overridable, so we should preserve that
property.
2023-06-07 15:04:23 +02:00
Sergei Trofimovich
fd76e6c2ab gnugrep: disable gnulib tests on x86_64-darwin as well 2023-06-06 20:10:06 +01:00
figsoda
2276d2900b
Merge pull request #236236 from SuperSandro2000/goawk
goawk: 1.23.1 -> 1.23.2
2023-06-06 09:57:14 -04:00
Sandro Jäckel
afdb5e26aa
goawk: 1.23.1 -> 1.23.2
Diff: https://github.com/benhoyt/goawk/compare/v1.23.1...v1.23.2
2023-06-06 10:24:59 +02:00
Sergei Trofimovich
e27de00517 gnugrep: enable parallel build and tests
On a 16-core system number changes are:

- before: 1m34s
- after: 39s

2.5x speedup. If ./configure phase was faster the change would be even
more substantial.
2023-06-06 09:05:31 +01:00
figsoda
66cd9e425d jotdown: init at 0.3.0
https://github.com/hellux/jotdown
2023-06-05 14:02:44 -04:00
figsoda
cc20801002 djot-js: init at 0.2.3
https://github.com/jgm/djot.js
2023-06-05 13:51:02 -04:00
Weijia Wang
d718c355b3
Merge pull request #235683 from r-ryantm/auto-update/mdbook
mdbook: 0.4.29 -> 0.4.30
2023-06-05 11:19:51 +03:00
R. Ryantm
640627bae8 dos2unix: 7.4.4 -> 7.5.0 2023-06-04 09:02:35 +00:00
figsoda
8cb8cac87b
Merge pull request #235509 from figsoda/ov 2023-06-03 12:32:01 -04:00
figsoda
f64e7c90a1
Merge pull request #235716 from r-ryantm/auto-update/kdiff3
kdiff3: 1.10.1 -> 1.10.4
2023-06-03 08:22:52 -04:00
R. Ryantm
70ce7f48aa kdiff3: 1.10.1 -> 1.10.4 2023-06-03 07:01:42 +00:00
Mario Rodas
9c8e5d481d
Merge pull request #188267 from matthiasbeyer/mdbook-toc
mdbook-toc: init at 0.9.0
2023-06-02 21:01:58 -05:00
R. Ryantm
16eb3e00ca mdbook: 0.4.29 -> 0.4.30 2023-06-03 00:25:28 +00:00
name_snrl
67cc1e1125 languagetool-rust: 2.1.1 -> 2.1.2 2023-06-02 23:01:16 +05:00
R. Ryantm
41be8364be crowdin-cli: 3.11.1 -> 3.12.0 2023-06-02 05:00:40 +00:00
figsoda
943781aa98 ov: add version test 2023-06-01 23:04:12 -04:00
figsoda
7d042cde84 ov: 0.23.0 -> 0.30.0
Diff: https://github.com/noborus/ov/compare/refs/tags/v0.23.0...v0.30.0

Changelog: https://github.com/noborus/ov/releases/tag/v0.30.0
2023-06-01 23:01:50 -04:00
figsoda
88da0982d1 repgrep: init at 0.12.4
https://github.com/acheronfail/repgrep
2023-06-01 11:17:50 -04:00
Nick Cao
41b3e5f0ed
mdbook-katex: 0.5.2 -> 0.5.3 2023-06-01 10:39:07 +08:00
Nick Cao
53abbd40f8
Merge pull request #235122 from r-ryantm/auto-update/mdbook-katex
mdbook-katex: 0.5.1 -> 0.5.2
2023-05-31 20:33:23 -06:00
R. Ryantm
fce953dc7b mdbook-katex: 0.5.1 -> 0.5.2 2023-05-31 04:20:49 +00:00
Janne Heß
4e6bb70098
gnugrep: Fix build on Musl 2023-05-30 08:53:32 +02:00
github-actions[bot]
ceb7ed5e38
Merge master into staging-next 2023-05-30 00:02:21 +00:00
figsoda
58c8583551
Merge pull request #234540 from figsoda/topfew 2023-05-29 18:37:14 -04:00
github-actions[bot]
1baa1734cb
Merge master into staging-next 2023-05-29 12:01:30 +00:00
Weijia Wang
18c97a4c44
Merge pull request #234736 from r-ryantm/auto-update/highlight
highlight: 4.5 -> 4.6
2023-05-29 10:57:37 +03:00
Vladimír Čunát
2f9191eb88
Merge branch 'master' into staging-next 2023-05-29 08:14:18 +02:00
R. Ryantm
2a8e5b25be highlight: 4.5 -> 4.6 2023-05-29 04:59:09 +00:00
Fabian Affolter
3a74e488ff
Merge pull request #234489 from figsoda/tml
tml: init at 0.6.0
2023-05-28 22:58:12 +02:00
Fabian Affolter
ad420b311c
tml: add changelog to meta 2023-05-28 20:32:44 +02:00
github-actions[bot]
98bba575c0
Merge master into staging-next 2023-05-28 06:01:07 +00:00
figsoda
22c55e2830
Merge pull request #234101 from figsoda/unfurl 2023-05-27 22:36:15 -04:00
figsoda
5c2207bc41 topfew: init at 0.9.0
https://github.com/timbray/topfew
2023-05-27 21:57:22 -04:00
figsoda
ac50b88e1a
Merge pull request #234095 from figsoda/anew 2023-05-27 21:26:42 -04:00
github-actions[bot]
7dd6245c3c
Merge master into staging-next 2023-05-28 00:02:31 +00:00
Weijia Wang
f8715030d4
Merge pull request #234500 from figsoda/frogmouth
frogmouth: 0.5.0 -> 0.6.0
2023-05-28 01:39:19 +03:00
figsoda
ea332796f2 frogmouth: 0.5.0 -> 0.6.0
Diff: https://github.com/Textualize/frogmouth/compare/v0.5.0...v0.6.0

Changelog: https://github.com/Textualize/frogmouth/blob/v0.6.0/ChangeLog.md
2023-05-27 16:50:22 -04:00
Weijia Wang
7083969a63
Merge pull request #234482 from figsoda/katex
mdbook-katex: remove unused dependencies, 0.5.0 -> 0.5.1
2023-05-27 23:02:46 +03:00
figsoda
93a5540024 tml: init at 0.6.0
https://github.com/liamg/tml
2023-05-27 16:00:10 -04:00
Azat Bahawi
b65bce55a2
Merge pull request #234458 from name-snrl/languagetool-rust
languagetool-rust: init at 2.1.1
2023-05-27 22:44:15 +03:00
figsoda
7997e72cd9 mdbook-katex: 0.5.0 -> 0.5.1
Diff: https://diff.rs/mdbook-katex/0.5.0/0.5.1
2023-05-27 15:16:25 -04:00
figsoda
6d6a709a50 mdbook-katex: remove unused dependencies 2023-05-27 15:13:55 -04:00
figsoda
2d36610993
Merge pull request #234475 from r-ryantm/auto-update/mdbook-katex
mdbook-katex: 0.4.2 -> 0.5.0
2023-05-27 15:11:04 -04:00
name_snrl
ac7c0ee7e1 languagetool-rust: init at 2.1.1 2023-05-27 23:46:38 +05:00
R. Ryantm
2f384f9c66 mdbook-katex: 0.4.2 -> 0.5.0 2023-05-27 18:11:45 +00:00
github-actions[bot]
2b40002569
Merge master into staging-next 2023-05-27 18:01:06 +00:00
Doron Behar
2336019dab
Merge pull request #206959 from deviant/bump-par
par: 1.52 -> 1.53.0
2023-05-27 17:15:12 +03:00
github-actions[bot]
8f73f12f12
Merge master into staging-next 2023-05-27 00:02:24 +00:00
R. Ryantm
2b579eb628 zim-tools: 3.1.3 -> 3.2.0 2023-05-26 19:35:00 +00:00
github-actions[bot]
73ddcacb58
Merge master into staging-next 2023-05-26 18:01:05 +00:00
R. Ryantm
02b2355964 angle-grinder: 0.19.0 -> 0.19.2 2023-05-26 15:46:49 +00:00
figsoda
bbcea569c5 unfurl: init at 0.4.3
https://github.com/tomnomnom/unfurl
2023-05-25 20:38:12 -04:00
figsoda
0173cb16f8 anew: init at 0.1.1
https://github.com/tomnomnom/anew
2023-05-25 19:39:54 -04:00
github-actions[bot]
137b9085b3
Merge master into staging-next 2023-05-25 18:01:20 +00:00
Weijia Wang
027259f359
Merge pull request #234021 from figsoda/inherited
treewide: use top-level fetchPypi instead of inheriting from the python package set
2023-05-25 20:19:51 +03:00
figsoda
aa500fcfda treewide: use top-level fetchPypi instead of inheriting from the python package set 2023-05-25 12:18:37 -04:00
Weijia Wang
35690e335f treewide/tools: use top-level fetchPypi 2023-05-25 19:03:52 +03:00
Weijia Wang
88db8ca7dd
Merge pull request #233936 from marsam/update-vale
vale: 2.26.0 -> 2.27.0
2023-05-25 15:43:55 +03:00
Weijia Wang
90f4d963aa
Merge pull request #233859 from raphaelr/update/poedit
poedit: 3.1.1 -> 3.3.1
2023-05-25 15:25:42 +03:00
Mario Rodas
184a43ef9c vale: 2.26.0 -> 2.27.0
Diff: https://github.com/errata-ai/vale/compare/v2.26.0...v2.27.0
2023-05-25 04:20:00 +00:00