Robert Schütz
9ec4473be5
ledger-autosync: modernize
2024-08-12 12:11:32 -07:00
Robert Schütz
d11932af64
ledger-autosync: don't propagate ledger and hledger
...
The one available in $PATH is automatically selected.
Also remove other superfluous dependencies.
2024-08-12 12:11:32 -07:00
Robert Schütz
9ec78f5bc1
ledger-autosync: fix build with Python 3.12
2024-08-12 12:11:26 -07:00
Jakuzure Nonon
637fbd706e
roam-research: 0.0.19 -> 0.0.22
...
darwin: change undmg to _7zz, see https://github.com/NixOS/nixpkgs/pull/289900
2024-08-12 10:22:06 +02:00
R. Ryantm
927ad17355
planify: 4.10.5 -> 4.10.7
2024-08-12 04:01:43 +00:00
Pol Dellaiera
595f7405f8
Merge pull request #333601 from r-ryantm/auto-update/tryton
...
tryton: 7.2.3 -> 7.2.4
2024-08-11 20:37:26 +02:00
Steven Kou
25b5b38803
zotero: 6.0.35 -> 7.0
2024-08-11 16:11:25 +08:00
Pol Dellaiera
033c466feb
Merge pull request #333754 from Xaver106/bump-ticktick
...
ticktick: 2.0.30 -> 6.0.0
2024-08-11 00:59:48 +02:00
Xaver106
78132ff6bc
ticktick: 2.0.30 -> 6.0.0
2024-08-10 19:40:23 +02:00
Frank Lanitz
4f55ef68c7
homebank: 5.8.1 -> 5.8.2
2024-08-10 09:19:44 +02:00
R. Ryantm
63a1420c01
tryton: 7.2.3 -> 7.2.4
2024-08-10 04:33:56 +00:00
tomberek
23a3a7b230
Merge pull request #329672 from DarkOnion0/appflowy
...
appflowy: 0.6.4 -> 0.6.6
2024-08-07 00:27:14 -04:00
Nick Cao
0306728f34
Merge pull request #328891 from r-ryantm/auto-update/mendeley
...
mendeley: 2.118.0 -> 2.120.0
2024-08-05 19:49:34 -04:00
Patrizio Bekerle
b7204feb9e
qownnotes: 24.8.2 -> 24.8.3
...
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
2024-08-05 21:15:55 +02:00
R. Ryantm
6001665347
gnote: 46.0 -> 46.1
2024-08-05 17:23:00 +00:00
R. Ryantm
96f5069dd0
planify: 4.9.0 -> 4.10.5
2024-08-04 17:32:59 +08:00
R. Ryantm
482362c264
mendeley: 2.118.0 -> 2.120.0
2024-08-04 04:56:42 +00:00
DarkOnion0
571e27fb2a
appflowy: 0.6.5 -> 0.6.6
...
https://github.com/AppFlowy-IO/AppFlowy/releases/tag/0.6.6
2024-08-03 13:54:44 +02:00
R. Ryantm
28c45bac2e
qownnotes: 24.7.2 -> 24.8.2
2024-08-03 10:11:46 +00:00
adisbladis
e0816431a2
treewide: Pass self when overriding Python
...
Otherwise references to the Python interpreter inside the set are wrong, as demonstrated by:
``` nix
with import <nixpkgs> { };
let
python' = python3.override {
packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337"; }); };
};
in python'.pkgs.python.pkgs.requests
```
which returns the _non_ overriden requests.
And the same with `self`:
```
with import <nixpkgs> { };
let
python' = python3.override {
self = python';
packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337"; }); };
};
in python'.pkgs.python.pkgs.requests
```
which returns the overriden requests.
This can manifest itself as file collisions when constructing environments or as subtly incorrect dependency graphs.
2024-08-03 12:18:56 +12:00
Leona Maroni
b72a202286
Merge pull request #331389 from SuperSandro2000/paperless-ngx
...
paperless-ngx: 2.11.0 -> 2.11.2
2024-08-01 07:31:48 +02:00
Sandro Jäckel
0eb0cd7db7
paperless-ngx: 2.11.0 -> 2.11.2
2024-08-01 00:02:10 +02:00
Nick Cao
0bcc0f62c0
Merge pull request #331079 from wineee/wpsoffice
...
wpsoffice{-cn}: 11.1.0.11720 -> 11.1.0.11723
2024-07-30 19:04:10 -04:00
Peder Bergebakken Sundt
a5779e925d
Merge pull request #328550 from pbsds/init-pytest-coverage-shim-1721428630
...
python3Packages.pytest-cov-stub: init at 1.0.0
2024-07-30 19:04:29 +02:00
rewine
bda99fed15
wpsoffice{-cn}: 11.1.0.11720 -> 11.1.0.11723
2024-07-30 20:31:46 +08:00
Aleksana
a07da9722d
Merge pull request #330664 from Mic92/empty-with
...
treewide: remove unused `with` statements from maintainer lists
2024-07-29 15:01:57 +08:00
Matthias Beyer
f7fa2daf89
Merge pull request #330043 from Sigmanificient/fava
...
fava: 1.27.3 -> 1.28
2024-07-29 08:41:33 +02:00
Jörg Thalheim
5356420466
treewide: remove unused with statements from maintainer lists
...
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
-e 's!with lib.maintainers; \[ *\];![ ];!' \
-e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Anderson Torres
9a624d10e3
treewide: remove viric from meta.maintainers [orphans]
...
Since theey is not active from at least six years.
All the packages on this commit became orphans.
---------------------------------------------------------------------------
There are files not covered by this commit, because they will be adopted
soon. Namely:
- pkgs/by-name/zs/zsync/package.nix
- pkgs/games/bsdgames/default.nix
- pkgs/misc/ghostscript/default.nix
- pkgs/os-specific/linux/kernel/perf/default.nix
- pkgs/tools/system/logrotate/default.nix
2024-07-28 11:48:51 -03:00
R. Ryantm
215f4a3610
super-productivity: 8.0.10 -> 9.0.5
2024-07-28 12:54:24 +00:00
Albert Safin
f31b6e87b7
libreoffice-collabora: fix Hydra failure by splitting src derivation
...
The Hydra build of the libreoffice-collabora derivation introduced in
ab5bdfd3c6
("libreoffice-collabora: init at 24.04.5-4") fails with the
status "Output limit exceeded" [1], particularly at fetchgit of its
sources. Indeed, the full checkout of the git repo along with its
submodules takes 4.2 GB which is past the 3.4 GB Hydra's max_output_size
[2]. Unfortunately, the Collabora branch lacks the tarball releases
like the upstream fresh/still variants, so we still have to fetch these
submodules. This commit gives up on the usage of fetchSubmodules and
instead fetches the submodules using separate fetchgit calls. This
makes the structure of the nix expression for the collabora variant
closer to the fresh/still variants than the initial version of the
collabora variant.
[1]: https://hydra.nixos.org/build/267358376
[2]: 4b5dd4f974/build/hydra.nix (L51)
2024-07-27 20:39:40 +00:00
Mynacol
02f1815436
libreoffice: Add meta.mainProgram
...
So users can leverage `lib.getExe`.
The expectation for the main program is the general libreoffice
program, not specific binaries for e.g. Writer or Impress.
2024-07-26 18:18:29 +02:00
Aleksana
84a53ad8e2
Merge pull request #328741 from Sigmanificient/remove-unused-arguments-pkgs-app
...
pkgs/applications: remove unused arguments
2024-07-26 22:05:49 +08:00
Sigmanificient
2ee703dccb
pkgs/applications: remove unused arguments
2024-07-26 11:36:49 +02:00
Sigmanificient
145580edb6
fava: migrate to pkgs/by-name
2024-07-26 03:30:54 +02:00
Sigmanificient
248a1649a5
fava: modernize
2024-07-26 03:29:36 +02:00
Sigmanificient
acb2c75e70
fava: fix disabled cli test
2024-07-26 03:28:57 +02:00
Sigmanificient
bff7842b1e
fava: replace python.pkgs to python3Packages due to splicing
2024-07-26 03:22:47 +02:00
Sigmanificient
3b0431e14d
fava: 1.27.3 -> 1.28
2024-07-26 02:54:36 +02:00
Albert Safin
052fb5c48d
libreoffice-collabora: remove passthru.srcs.{translations,help}
...
This fixes the evaluation error of libreoffice-collabora.passthru.srcs,
introduced in ab5bdfd3c6
("libreoffice-collabora: init at 24.04.5-4").
It was an overlook to keep these attributes. Unlike the still/fresh
variants, the collabora variant fetches translations and help files from
git submodules of the main repository rather than from these tarballs.
2024-07-25 11:21:49 +00:00
DarkOnion0
396a42e529
appflowy: 0.6.4 -> 0.6.5
...
https://github.com/AppFlowy-IO/AppFlowy/releases/tag/0.6.5
2024-07-25 10:04:02 +02:00
Albert Safin
ab5bdfd3c6
libreoffice-collabora: init at 24.04.5-4
2024-07-24 04:00:02 +00:00
R. Ryantm
d90f155b78
planify: 4.8.4 -> 4.9.0
2024-07-22 20:30:28 +08:00
Leona Maroni
8560d44477
Merge pull request #326352 from leona-ya/paperless-ngx-2.11.0
...
paperless-ngx: 2.10.2 -> 2.11.0
2024-07-22 10:59:55 +02:00
R. Ryantm
6a1dc2d9a5
qownnotes: 24.7.1 -> 24.7.2
2024-07-21 17:23:08 +00:00
Peder Bergebakken Sundt
9fa22ab0f1
todoman: migrate to pytest-cov-stub
2024-07-21 13:28:02 +02:00
Anderson Torres
6dba240f79
treewide: remove dtzWill as maintainer [orphans]
...
Since theey is not active in a long span of time.
All the packages in this commit are now orphan.
2024-07-17 13:52:45 -03:00
Anderson Torres
2ac414fa93
treewide: remove dtzWill as maintainer [no orphans]
...
Since theey is not active in a long span of time.
None of the packages in this commit are orphan.
2024-07-17 13:25:27 -03:00
Alexis Hildebrandt
4767d29976
appflowy: format using nixfmt
2024-07-17 12:54:57 +02:00
Alexis Hildebrandt
0e4dbceba0
appflowy: modernize
2024-07-17 12:54:57 +02:00
Alexis Hildebrandt
a0c617a0a9
appflowy: add darwin platform
2024-07-17 12:54:57 +02:00
7c6f434c
51a1c95c49
Merge pull request #327673 from K900/update-libreoffice
...
libreoffice-fresh: 24.2.3 -> 24.2.5
2024-07-17 07:51:07 +00:00
Weijia Wang
b9baf26492
Merge pull request #326429 from r-ryantm/auto-update/wpsoffice
...
wpsoffice: 11.1.0.11719 -> 11.1.0.11720
2024-07-16 22:24:14 +02:00
Pol Dellaiera
d5e8bd6d13
Merge pull request #327627 from SuperSandro2000/unoconv
...
unoconv: use python directly from libreoffice
2024-07-16 21:29:14 +02:00
K900
c59d543f1f
libreoffice-fresh: 24.2.3 -> 24.2.5
2024-07-16 17:38:09 +03:00
DarkOnion0
376e50c7cb
appflowy: 0.6.3 -> 0.6.4
...
https://github.com/AppFlowy-IO/AppFlowy/releases/tag/0.6.4
2024-07-16 16:23:06 +02:00
R. Ryantm
4e2f7260bf
wpsoffice: 11.1.0.11719 -> 11.1.0.11720
2024-07-16 15:20:12 +02:00
Sandro Jäckel
41ccef4a0f
libreoffice: passthru python version
2024-07-16 13:32:46 +02:00
Sandro
7a2174d64b
Merge pull request #325588 from DarkOnion0/appflowy
2024-07-16 11:16:45 +02:00
Weijia Wang
5a855f0659
Merge pull request #325183 from r-ryantm/auto-update/tryton
...
tryton: 7.2.2 -> 7.2.3
2024-07-16 10:20:05 +02:00
7c6f434c
717994b4b4
Merge pull request #327558 from honnip/libreoffice-korean
...
libreoffice: add Korean language pack
2024-07-16 07:04:40 +00:00
Honnip
6af0e1855f
libreoffice: add Korean language pack
2024-07-16 13:52:50 +09:00
Sandro
a0c86551ee
Merge pull request #324969 from nevivurn/feat/gnucash-update
...
gnucash: 5.6 -> 5.8
2024-07-15 21:01:34 +02:00
R. Ryantm
c3c2ea4fb8
tryton: 7.2.2 -> 7.2.3
2024-07-15 16:17:06 +02:00
Jörg Thalheim
e58cfebe72
{ib-tws,ib-controller}: remove
2024-07-15 10:19:12 +02:00
Atemu
476b450df8
Merge pull request #272380 from chayleaf/gradle2
...
gradle: add setup hook
2024-07-14 22:08:41 +02:00
Aleksana
e8f2aabb01
Merge pull request #324767 from Sigmanificient/remove-unused-stdenv-arguments
...
treewide: remove unused occurence of stdenv (and other) arguments
2024-07-14 19:42:52 +08:00
Sigmanificient
512e8afdb9
treewide: remove unused occurence of stdenv (and other) arguments
...
format (will squash)
2024-07-14 04:32:56 +02:00
aleksana
07c1bc2034
treewide: sha256 -> hash attribute for pypi fetchers
2024-07-14 01:25:22 +08:00
éclairevoyant
0926bdbf98
treewide: fix uses of finalAttrs.pname
in source urls
2024-07-12 20:23:39 -04:00
chayleaf
6d3d966976
jabref: convert to gradle setup hook
2024-07-12 21:36:17 +07:00
Doron Behar
3cddaded22
Merge pull request #318015 from doronbehar/pkg/yarnConfigHook
...
Create yarnBuildHook and yarnConfigHook
2024-07-12 09:45:26 +03:00
Leona Maroni
ee1638a54f
paperless-ngx: 2.10.2 -> 2.11.0
...
https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.11.0
2024-07-11 19:05:28 +02:00
John Whitman
9b429bf2be
ib-{controller,tws}: mark as broken ( #324591 )
...
* Marks ib-tws broken.
* Marks ib-controller broken.
* Relocates release note to derivation comment.
---------
Co-authored-by: John Whitman <john@s2sq.com>
Co-authored-by: aleksana <me@aleksana.moe>
2024-07-11 21:17:31 +08:00
Robert Schütz
3ce8e93408
gtg: don't use nose
2024-07-10 12:05:08 -07:00
Aleksana
3796ea665d
Merge pull request #325330 from Shawn8901/update-portfolio
...
portfolio: 0.69.0 -> 0.69.1
2024-07-10 21:47:59 +08:00
Weijia Wang
9f44e1e1ad
Merge pull request #325786 from r-ryantm/auto-update/qownnotes
...
qownnotes: 24.7.0 -> 24.7.1
2024-07-10 12:14:05 +02:00
Doron Behar
ef845dd609
micropad: reformat using yarn{Config,Build}Hooks
2024-07-10 09:39:07 +03:00
7c6f434c
ddbd789fe5
Merge pull request #325290 from theCapypara/fix-hyphen-libreoffice
...
libreoffice, hyphen: Load hyphen dicts in LibreOffice, modularize hyphen dicts, add german hyphen dict
2024-07-09 23:20:18 +00:00
R. Ryantm
7246d4321f
qownnotes: 24.7.0 -> 24.7.1
2024-07-09 08:43:52 +00:00
DarkOnion0
49a526b98a
appflowy: 0.6.2 -> 0.6.3
...
https://github.com/AppFlowy-IO/AppFlowy/releases/tag/0.6.3
2024-07-08 18:56:25 +02:00
Yongun Seong
8eb0fc8d1b
gnucash: 5.6 -> 5.8
...
Diff: https://github.com/Gnucash/gnucash/compare/5.6...5.8
2024-07-08 12:58:27 +09:00
Shawn8901
589acaf732
portfolio: migrate to pkgs/by-name
2024-07-07 22:29:03 +02:00
Shawn8901
f3f49198ed
portfolio: drop custom update script in favor of gitUpdater
2024-07-07 22:26:38 +02:00
Shawn8901
e8c9764385
portfolio: 0.69.0 -> 0.69.1
2024-07-07 22:21:21 +02:00
Shawn8901
8506b91b95
portfolio: format with nixfmt-rfc-style
2024-07-07 22:21:03 +02:00
Weijia Wang
c5a88c73c6
Merge pull request #323889 from r-ryantm/auto-update/mendeley
...
mendeley: 2.117.0 -> 2.118.0
2024-07-07 20:26:21 +02:00
Marco "Capypara" Köpcke
9500d14459
libreoffice: Load Hyphen dictionaries
2024-07-07 17:42:21 +02:00
Martin Weinelt
d9610a9f2e
Merge remote-tracking branch 'origin/master' into staging-next
2024-07-06 01:51:14 +02:00
Weijia Wang
93e2e6b31b
Merge pull request #324100 from Limosine/vnote
...
vnote: 3.17.0 -> 3.18.0
2024-07-05 22:05:47 +02:00
github-actions[bot]
30cfd4445f
Merge master into staging-next
2024-07-05 00:02:21 +00:00
Nick Cao
ca2de1bbb4
Merge pull request #324522 from r-ryantm/auto-update/treesheets
...
treesheets: 0-unstable-2024-06-23 -> 0-unstable-2024-06-29
2024-07-04 14:04:06 -04:00
github-actions[bot]
36cbae9ff0
Merge master into staging-next
2024-07-04 18:01:19 +00:00
Nick Cao
1de53fa3fa
Merge pull request #324402 from DarkOnion0/appflowy
...
appflowy: 0.6.1 -> 0.6.2
2024-07-04 13:48:36 -04:00
Weijia Wang
c35707f8f5
Merge pull request #322798 from foundationkitty/ticktick-2.0.30
...
ticktick: 2.0.20 -> 2.0.30
2024-07-04 15:49:18 +02:00
Weijia Wang
6f3c3f0f25
vnote: move to pkgs/by-name
2024-07-04 14:49:50 +02:00
R. Ryantm
6158690aa4
treesheets: 0-unstable-2024-06-23 -> 0-unstable-2024-06-29
2024-07-04 09:44:38 +00:00
foundationkitty
c2610003d7
ticktick: 2.0.20 -> 2.0.30
2024-07-04 00:08:20 +02:00
DarkOnion0
9bf8f4b2a6
appflowy: 0.6.1 -> 0.6.2
...
https://github.com/AppFlowy-IO/AppFlowy/releases/tag/0.6.2
2024-07-03 22:05:01 +02:00
Quentin Frey
475d0d4458
vnote: 3.17.0 -> 3.18.0
2024-07-02 19:09:55 +02:00
K900
ac42e4ac39
Merge remote-tracking branch 'origin/master' into staging-next
2024-07-02 19:52:45 +03:00
Markus Kowalewski
a4da33a97a
Merge pull request #323932 from r-ryantm/auto-update/qownnotes
...
qownnotes: 24.6.3 -> 24.7.0
2024-07-02 16:00:06 +00:00
Martin Weinelt
7b8429bbc4
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/jaxtyping/default.nix
2024-07-02 12:08:49 +02:00
K900
90a2780029
libreoffice: fix build with Python 3.12
2024-07-02 11:34:21 +03:00
R. Ryantm
ca10d932a2
qownnotes: 24.6.3 -> 24.7.0
2024-07-02 02:19:07 +00:00
R. Ryantm
813094bd16
mendeley: 2.117.0 -> 2.118.0
2024-07-01 21:31:28 +00:00
Jan Tojnar
b69ed4249d
zenity: Move from gnome scope to top-level
...
It is widely used outside gnome, not much inside.
2024-07-01 08:26:47 +02:00
Jan Tojnar
5c5c20919b
adwaita-icon-theme: Move from gnome scope to top-level
...
It is widely used outside gnome – although it probably should not be.
2024-07-01 08:26:46 +02:00
Martin Weinelt
9b79a05ae1
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/flexcache/default.nix
- pkgs/development/python-modules/flexparser/default.nix
- pkgs/development/python-modules/odp-amsterdam/default.nix
- pkgs/development/python-modules/pint/default.nix
- pkgs/development/python-modules/uncertainties/default.nix
- pkgs/top-level/python-packages.nix
2024-07-01 01:07:21 +02:00
7c6f434c
93f44a57c1
Merge pull request #323520 from rennsax/master
...
libreoffice-bin: dollar sign should be escaped
2024-06-30 16:03:47 +00:00
Matthias Beyer
03c41536b7
Merge pull request #323084 from r-ryantm/auto-update/morgen
...
morgen: 3.4.5 -> 3.5.1
2024-06-30 17:20:09 +02:00
Bojun Ren
e3a3e0205d
libreoffice-bin: dollar sign should be escaped
2024-06-30 11:26:00 +08:00
github-actions[bot]
3bb3e89f3b
Merge master into staging-next
2024-06-29 18:01:05 +00:00
superherointj
41579d64bd
beancount-share: mark broken
2024-06-29 14:03:38 -03:00
K900
bde999c03e
Merge branch 'master' into staging-next
2024-06-29 10:13:13 +03:00
éclairevoyant
243e565d75
treewide: fix name for appimages
2024-06-29 00:34:41 -04:00
Nick Cao
dbd90e4721
Merge pull request #323029 from r-ryantm/auto-update/treesheets
...
treesheets: 0-unstable-2024-06-20 -> 0-unstable-2024-06-23
2024-06-28 16:37:12 -04:00
Artturin
f6485dd8b7
Merge pull request #321703 from DarkOnion0/appflowy
...
appflowy: 0.5.7 -> 0.6.1
2024-06-28 16:20:39 +03:00
github-actions[bot]
d3f2171a63
Merge master into staging-next
2024-06-28 06:01:08 +00:00
R. Ryantm
47c6c7b15e
morgen: 3.4.5 -> 3.5.1
2024-06-28 03:59:55 +00:00
Weijia Wang
4d2b1190e0
Merge pull request #318986 from r-ryantm/auto-update/mendeley
...
mendeley: 2.115.0 -> 2.117.0
2024-06-28 02:11:01 +02:00
R. Ryantm
211fb1b01c
treesheets: 0-unstable-2024-06-20 -> 0-unstable-2024-06-23
2024-06-27 22:29:01 +00:00
github-actions[bot]
27074b7d07
Merge master into staging-next
2024-06-26 00:02:13 +00:00
Weijia Wang
5eba0b9e8f
Merge pull request #319990 from r-ryantm/auto-update/timeular
...
timeular: 6.7.9 -> 6.8.1
2024-06-26 00:47:32 +02:00
Weijia Wang
d42c8a8767
Merge pull request #320220 from r-ryantm/auto-update/super-productivity
...
super-productivity: 8.0.7 -> 8.0.10
2024-06-26 00:33:54 +02:00
Weijia Wang
b247afce25
Merge pull request #320573 from r-ryantm/auto-update/tryton
...
tryton: 7.2.1 -> 7.2.2
2024-06-26 00:28:22 +02:00
Sandro Jäckel
8a33fa6409
paperless-ngx: 2.10.1 -> 2.10.2
...
Changelog: https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.10.2
2024-06-25 14:14:10 +02:00
Martin Weinelt
88b3421982
libreoffice: apply patch for icu74 compat
2024-06-24 12:18:31 +02:00
Martin Weinelt
0cd882cba0
libreoffice: pin to python3.11
...
Both still and fresh at this point rely on distutils in their configure
script.
2024-06-24 12:18:31 +02:00
R. Ryantm
d42810fb29
super-productivity: 8.0.7 -> 8.0.10
2024-06-23 16:09:34 +00:00
R. Ryantm
799243cebf
planify: 4.8.2 -> 4.8.4
2024-06-23 23:35:54 +08:00
R. Ryantm
d9ff2d16ac
timeular: 6.7.9 -> 6.8.1
2024-06-23 09:08:48 +00:00
Nick Cao
7c8c31f890
Merge pull request #321608 from r-ryantm/auto-update/treesheets
...
treesheets: 0-unstable-2024-06-09 -> 0-unstable-2024-06-20
2024-06-22 10:02:23 -04:00
P.
7e1ff7bd73
treewide: remove wolfangaukang as maintainer
2024-06-22 07:03:16 -06:00
Leona Maroni
f399afc5ef
Merge pull request #321072 from pyrox0/paperless-ngx-2.10
...
paperless-ngx: 2.9.0 -> 2.10.1, python3Packages.django-soft-delete: init at 1.0.13
2024-06-22 11:39:58 +02:00
DarkOnion0
414c6a432d
appflowy: 0.5.7 -> 0.6.1
...
https://github.com/AppFlowy-IO/AppFlowy/releases/tag/v0.6.1
2024-06-22 10:17:56 +02:00
R. Ryantm
6215e2c784
treesheets: 0-unstable-2024-06-09 -> 0-unstable-2024-06-20
2024-06-21 21:36:24 +00:00
Sandro Jäckel
743d9f835d
maintainers: remove one year inactive maintainer kiwi
2024-06-21 01:38:39 -04:00
Pyrox
56ad583131
paperless-ngx: 2.9.0 -> 2.10.1
2024-06-19 12:37:20 -04:00
R. Ryantm
6c446d9095
qownnotes: 24.6.1 -> 24.6.3
2024-06-19 10:44:26 +00:00
R. Ryantm
45ed866c55
mendeley: 2.115.0 -> 2.117.0
2024-06-19 00:10:08 +00:00
Weijia Wang
ab6c59eff6
Merge pull request #320109 from foundationkitty/master
...
ticktick: 2.0.10 -> 2.0.20
2024-06-18 10:23:21 +02:00
R. Ryantm
ae8f685ec9
tryton: 7.2.1 -> 7.2.2
2024-06-17 16:44:24 +00:00
Pol Dellaiera
53d7fc2a2d
Merge pull request #319525 from leon-erd/pympress-gstreamer
...
pympress: fix gstreamer support
2024-06-16 22:42:18 +02:00
Pol Dellaiera
d57e37b77b
Merge pull request #319746 from elohmeier/rm-maintainer
...
Remove myself from some packages I no longer actively use
2024-06-16 22:37:01 +02:00
Pol Dellaiera
5561080ce0
Merge pull request #319797 from r-ryantm/auto-update/morgen
...
morgen: 3.4.4 -> 3.4.5
2024-06-16 22:32:33 +02:00
Pol Dellaiera
5714af1901
Merge pull request #320179 from r-ryantm/auto-update/scribus
...
scribus: 1.6.1 -> 1.6.2
2024-06-16 22:02:38 +02:00
Zitrone
895f3506f3
CoinMP: rename to coinmp
2024-06-16 16:24:30 +02:00
R. Ryantm
fbe0770661
scribus: 1.6.1 -> 1.6.2
2024-06-16 03:18:46 +00:00
foundationkitty
18ab855ad0
ticktick: 2.0.10 -> 2.0.20
2024-06-15 10:52:16 -07:00
hlad
2be74bd88f
libreoffice: add Slovak language
2024-06-15 11:06:04 +02:00
Weijia Wang
806664a476
Merge pull request #319528 from kilianar/portfolio-0.69.0
...
portfolio: 0.68.4 -> 0.69.0
2024-06-14 23:11:19 +02:00
Nick Cao
145ddf6013
Merge pull request #319661 from r-ryantm/auto-update/treesheets
...
treesheets: 0-unstable-2024-06-05 -> 0-unstable-2024-06-09
2024-06-14 13:34:02 -04:00
Aleksana
1c266bfb55
Merge pull request #318545 from symphorien/paperwork_2_2_3
...
paperwork: 2.2.2 -> 2.2.3
2024-06-14 17:17:03 +08:00
R. Ryantm
40eb861d78
morgen: 3.4.4 -> 3.4.5
2024-06-14 09:10:34 +00:00
Enno Richter
321c6641ba
portfolio: remove elohmeier as maintainer
2024-06-14 09:18:02 +02:00
R. Ryantm
9260e62182
treesheets: 0-unstable-2024-06-05 -> 0-unstable-2024-06-09
2024-06-13 21:42:01 +00:00
Leona Maroni
5db8c2c5e6
Merge pull request #319530 from SuperSandro2000/paperless-headless-ghostscript
...
paperless-ngx: use headless ghostscript
2024-06-13 12:44:26 +02:00
kilianar
fb28cf9c40
portfolio: 0.68.4 -> 0.69.0
...
https://github.com/portfolio-performance/portfolio/releases/tag/0.69.0
2024-06-13 11:21:24 +02:00
Sandro Jäckel
f50c22a7f2
paperless-ngx: use headless ghostscript
...
we don't need cups or X
2024-06-13 10:45:38 +02:00
Leon
5a16017bcd
pympress: fix gstreamer support
2024-06-13 10:42:06 +02:00
Martin Weinelt
c04fadeaa6
paperless-ngx: fix drf tests
2024-06-13 09:56:58 +02:00
Jan Tojnar
7987842fec
Merge pull request #318589 from jtojnar/u-s-v-ignore-same
...
common-updater-scripts/u-s-v: support --ignore-same-version
2024-06-13 00:41:07 +02:00
Martin Weinelt
3efcc2bcf2
Merge pull request #315187 from sephii/djangorestframework-3_15_1
...
python3Packages.djangorestframework: 3.14.0 -> 3.15.1
2024-06-13 00:02:17 +02:00
Nick Cao
bc0801d4ba
Merge pull request #319124 from daylinmorgan/zk-version
...
zk: set main.Version build flag
2024-06-12 16:51:02 -04:00
Sylvain Fankhauser
b56c60cdd6
python311Packages.djangorestframework: 3.14.0 -> 3.15.1
...
https://github.com/encode/django-rest-framework/releases/tag/3.15.1
Co-Authored-By: Martin Weinelt <hexa@darmstadt.ccc.de>
2024-06-12 22:05:03 +02:00
github-actions[bot]
477d2d32ff
Merge master into staging-next
2024-06-12 00:02:10 +00:00
Daylin Morgan
5ec3dfe4b9
zk: set main.Version build flag
2024-06-11 14:37:42 -05:00
K900
c4c0dd9fd8
paperless-ngx: skip newly failing test
2024-06-11 18:21:57 +03:00
R. Ryantm
5d726a8e57
qownnotes: 24.6.0 -> 24.6.1
2024-06-11 14:08:49 +00:00
Weijia Wang
ff7fe6d392
Merge pull request #316320 from r-ryantm/auto-update/super-productivity
...
super-productivity: 8.0.5 -> 8.0.7
2024-06-10 19:26:57 +02:00
rewine
2bbc9c09ba
Merge pull request #318500 from pokon548/fix-wps-pdf-export
...
wpsoffice{-cn}: fix pdf export not working
2024-06-10 13:57:46 +08:00
Alexis Hildebrandt
f8c4a98e8e
treewide: Remove the definite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Alexis Hildebrandt
bf995e3641
treewide: Remove ending period from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Jan Tojnar
0421c816ba
treewide: Simplify use of update-source-version
...
- `--ignore-same-version` allows us to not call it twice.
- with that, we can also omit version, to allow us updating e.g. `cargoDeps` hash
2024-06-09 20:33:23 +02:00
Bu Kun
da74ad3a90
wpsoffice{-cn}: Fix pdf export not working
2024-06-09 20:43:30 +08:00
Guillaume Girol
d1f9cadf4c
paperwork: 2.2.2 -> 2.2.3
...
changelog: 620eb58061
2024-06-09 12:00:00 +00:00
R. Ryantm
60c04968a2
planify: 4.8 -> 4.8.2
2024-06-09 13:32:10 +08:00
Maximilian Bosch
fa8f1bd252
Merge pull request #317981 from Ma27/homebank-clang
...
homebank: fix clang build
2024-06-08 08:35:09 +00:00
Maximilian Bosch
5b15ea1e00
homebank: fix clang build
...
Labels always require a statement behind that. GCC permits declarations
for some reason, but it's against the standard and clang (rightfully)
rejects this.
Adding an empty statement to work around this.
2024-06-07 12:41:17 +02:00
R. Ryantm
3d3d873541
treesheets: 0-unstable-2024-05-29 -> 0-unstable-2024-06-05
2024-06-06 12:13:47 +00:00
Sandro
da1498a4a9
Merge pull request #313107 from justanotherariel/zotero-beta
2024-06-06 01:45:39 +02:00
Ariel Ebersberger
573f27b24c
zotero-beta: 7.0.0-65 -> 7.0.0-83
2024-06-05 20:37:58 +02:00
Weijia Wang
c1d4d8de47
Merge pull request #315738 from r-ryantm/auto-update/treesheets
...
treesheets: 0-unstable-2024-05-20 -> 0-unstable-2024-05-29
2024-06-04 22:08:30 +02:00
Weijia Wang
4433ec2b27
Merge pull request #315789 from r-ryantm/auto-update/timeular
...
timeular: 6.7.8 -> 6.7.9
2024-06-04 22:00:40 +02:00
Weijia Wang
8fc950525c
Merge pull request #315970 from r-ryantm/auto-update/morgen
...
morgen: 3.4.3 -> 3.4.4
2024-06-04 21:46:32 +02:00
Pyrox
0ff6a8b88c
paperless-ngx: 2.8.6 -> 2.9.0
2024-06-03 14:31:00 -04:00
Nick Cao
524e6f2308
Merge pull request #316527 from r-ryantm/auto-update/qownnotes
...
qownnotes: 24.5.8 -> 24.6.0
2024-06-03 09:50:57 -04:00
R. Ryantm
ddff6e2c20
planify: 4.7.4 -> 4.8
2024-06-02 17:40:59 +08:00
R. Ryantm
501d7c532b
qownnotes: 24.5.8 -> 24.6.0
2024-06-01 22:12:13 +00:00
R. Ryantm
d3f4a086cf
super-productivity: 8.0.5 -> 8.0.7
2024-06-01 02:47:39 +00:00
Peder Bergebakken Sundt
95b54cc906
Merge pull request #313632 from dbalan/roam-research-0.0.19
...
roam-research: 0.0.18 -> 0.0.19
2024-05-31 23:03:43 +02:00
Colin
0b8cee8ae4
planify: build with the -gtk4 variant of evolution-data-server
...
this saves us from having to build both the webkitgtk_6_0 (gtk4)
AND webkitgtk_4_1 (gtk3) versions of webkitgtk. Planify now depends only
on the webkitgtk_6_0 version
2024-05-31 05:58:52 +00:00
R. Ryantm
62942da854
morgen: 3.4.3 -> 3.4.4
2024-05-30 19:34:14 +00:00
R. Ryantm
774c00e4b9
timeular: 6.7.8 -> 6.7.9
2024-05-30 04:44:43 +00:00
R. Ryantm
23041e5931
treesheets: 0-unstable-2024-05-20 -> 0-unstable-2024-05-29
2024-05-29 22:37:21 +00:00
Frank Lanitz
c6cfeb78b3
homebank: 5.8 -> 5.8.1
2024-05-29 20:46:16 +02:00
Weijia Wang
c30b51d180
p3x-onenote: fix hash
2024-05-29 07:53:31 +02:00
rewine
683ee2df30
Merge pull request #315130 from r-ryantm/auto-update/qownnotes
...
qownnotes: 24.5.4 -> 24.5.8
2024-05-28 23:06:24 +08:00