todoman: 3.9.0 -> 4.0.0

launchpad/nixpkgs/master
Anubhav Kini 3 years ago
parent 491f953ce5
commit ebe32d542f
  1. 8
      nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
  2. 2
      nixos/doc/manual/release-notes/rl-2111.section.md
  3. 5
      pkgs/applications/office/todoman/default.nix

@ -872,6 +872,14 @@ Superuser created successfully.
<literal>exfat</literal>.
</para>
</listitem>
<listitem>
<para>
The <literal>todoman</literal> package was upgraded from 3.9.0
to 4.0.0. This introduces breaking changes in the
<link xlink:href="https://todoman.readthedocs.io/en/stable/configure.html#configuration-file">configuration
file</link> format.
</para>
</listitem>
</itemizedlist>
</section>
<section xml:id="sec-release-21.11-notable-changes">

@ -253,6 +253,8 @@ To be able to access the web UI this port needs to be opened in the firewall.
- If `exfat` is included in `boot.supportedFilesystems` and when using kernel 5.7
or later, the `exfatprogs` user-space utilities are used instead of `exfat`.
- The `todoman` package was upgraded from 3.9.0 to 4.0.0. This introduces breaking changes in the [configuration file](https://todoman.readthedocs.io/en/stable/configure.html#configuration-file) format.
## Other Notable Changes {#sec-release-21.11-notable-changes}
- The setting [`services.openssh.logLevel`](options.html#opt-services.openssh.logLevel) `"VERBOSE"` `"INFO"`. This brings NixOS in line with upstream and other Linux distributions, and reduces log spam on servers due to bruteforcing botnets.

@ -10,11 +10,11 @@ let
in
buildPythonApplication rec {
pname = "todoman";
version = "3.9.0";
version = "4.0.0";
src = fetchPypi {
inherit pname version;
sha256 = "e7e5cab13ecce0562b1f13f46ab8cbc079caed4b462f2371929f8a4abff2bcbe";
sha256 = "4c4d0c6533da8d553f3dd170c9c4ff3752eb11fd7177ee391414a39adfef60ad";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;
@ -28,7 +28,6 @@ buildPythonApplication rec {
click
click-log
click-repl
configobj
humanize
icalendar
parsedatetime

Loading…
Cancel
Save