Commit bd8e1dff authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.tempora: add changelog to meta

parent ddc7f4fb
Loading
Loading
Loading
Loading
+5 −10
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchPypi
, pythonOlder

# build time
, setuptools-scm

# runtime
, pytz
, jaraco-functools

# tests
, freezegun
, jaraco-functools
, pytest-freezegun
, pytestCheckHook
, pythonOlder
, pytz
, setuptools-scm
}:

buildPythonPackage rec {
@@ -53,6 +47,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Objects and routines pertaining to date and time";
    homepage = "https://github.com/jaraco/tempora";
    changelog = "https://github.com/jaraco/tempora/blob/v${version}/NEWS.rst";
    license = licenses.mit;
    maintainers = with maintainers; [ ];
  };