)]}'
{
  "log": [
    {
      "commit": "36f4e373dda6cba1219cfba39bf1108465b010f9",
      "tree": "5817f3df9445436104ce65a0f3adff92dc71f6f1",
      "parents": [
        "a6921676c98c4cb0c8965bffecfaf54a7ef9c8b9"
      ],
      "author": {
        "name": "Takashi Kajinami",
        "email": "tkajinam@redhat.com",
        "time": "Sun Feb 06 01:47:42 2022 +0900"
      },
      "committer": {
        "name": "Takashi Kajinami",
        "email": "kajinamit@oss.nttdata.com",
        "time": "Sat Dec 20 20:22:56 2025 +0900"
      },
      "message": "setup.cfg: Replace dashes by underscores\n\nSince setuptools v54.1.0[1], the parmeters with dash have been\ndeprecated in favor of the new parameters with underscore.\n\nThis change updates the parameters accordingly to avoid the warnings\nlike the example below.\n\n  UserWarning: Usage of dash-separated \u0027description-file\u0027 will not be\n  supported in future versions. Please use the underscore name\n  \u0027description_file\u0027 instead\n\n[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb\n\nChange-Id: I7b1018b75068b64574b5fe81699fd649596be370\nSigned-off-by: Takashi Kajinami \u003ckajinamit@oss.nttdata.com\u003e\n"
    },
    {
      "commit": "a6921676c98c4cb0c8965bffecfaf54a7ef9c8b9",
      "tree": "de19bf55b3270b70b63c10287d1a27b203e26469",
      "parents": [
        "97d6de342fc0b7487c2dc99765c4717850758afc"
      ],
      "author": {
        "name": "Ghanshyam Maan",
        "email": "gmaan@ghanshyammann.com",
        "time": "Tue Nov 04 20:53:28 2025 +0000"
      },
      "committer": {
        "name": "Ghanshyam Maan",
        "email": "gmaan@ghanshyammann.com",
        "time": "Tue Nov 04 21:01:03 2025 +0000"
      },
      "message": "Drop python 3.9 and support python 3.13\n\nDue to requirements repo dropped the constraints for\npython3.9[1], Tempest needs to drop the python 3.9\nsupport[2]. Because Tempest master cannot support\npy3.9 anymore, it needs to be dropped from tempest\nplugins also.\n\nAlso, add python 3.13 support which is tested as mandatory\nin 2026.2 cycle.\n\n[1] https://review.opendev.org/c/openstack/requirements/+/957587\n[2] https://review.opendev.org/c/openstack/tempest/+/966101\n\nChange-Id: I9586938ab1e9012f72bd3d2240c9aacae04499a1\nSigned-off-by: Ghanshyam Maan \u003cgmaan@ghanshyammann.com\u003e\n"
    },
    {
      "commit": "a66d11522d466c0eacd8524bf347596af0d9800a",
      "tree": "ec6678e2b60203003ab6763c3d1c43b79b10c918",
      "parents": [
        "8ac8c4ff9cf435d3938eb9e28ffc2167d8d98bb3"
      ],
      "author": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Fri Oct 25 15:50:18 2024 -0700"
      },
      "committer": {
        "name": "Takashi Kajinami",
        "email": "kajinamit@oss.nttdata.com",
        "time": "Sat Oct 26 18:07:05 2024 +0000"
      },
      "message": "Support py3.12 and drop py3.8\n\nAs per the current release tested runtime, we test\nfrom python 3.9 till python 3.12 so updating the same\nin python classifier in setup.cfg\n\nAlso, dropping the python3.8 support\n- https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/FOWV4UQZTH4DPDA67QDEROAESYU5Z3LE/\n\nChange-Id: I642fed691c0e3ee103831f7d66b65e9f4fc5caf0\n"
    },
    {
      "commit": "fd5ab8adeacb363c30c40fb38a2cf21567d67504",
      "tree": "ef6875c4e84c107218e736e17b3011b2fb397adf",
      "parents": [
        "7814dc20341d73db482f5128c642e9830a3f5daa"
      ],
      "author": {
        "name": "Andreas Jaeger",
        "email": "aj@suse.com",
        "time": "Sun May 03 11:23:36 2020 +0200"
      },
      "committer": {
        "name": "Andreas Jaeger",
        "email": "aj@suse.com",
        "time": "Tue Jun 09 07:51:26 2020 +0200"
      },
      "message": "Update docs building, cleanup\n\nUpdate docs building and cleanup a bit:\n* Update requirements for Sphinx and openstackdocstheme for\n  python 3, create doc/requirements.txt for these\n* Remove unneeded doc and translation sections from setup.cfg\n* Remove install_command, it\u0027s unneeded, the default is fine,\n  move constraints into deps, use TOX_CONSTRAINTS instead of\n  obsolete UPPER_CONSTRAINTS\n* Use new variables from updated openstackdocstheme\n\nChange-Id: I659a8736195ff621032b4fb3bd7a72fa616cf8c6\n"
    },
    {
      "commit": "47244edbc5822bc78e301d1af9f3e2923905dc92",
      "tree": "53fa08fc3f5c787bcb687eb329a5a04d2672b793",
      "parents": [
        "874e450b3163272486358d429976a10abaad8a37"
      ],
      "author": {
        "name": "Vishakha Agarwal",
        "email": "agarwalvishakha18@gmail.com",
        "time": "Wed Feb 05 11:29:25 2020 +0530"
      },
      "committer": {
        "name": "Vishakha Agarwal",
        "email": "agarwalvishakha18@gmail.com",
        "time": "Wed Feb 05 11:29:25 2020 +0530"
      },
      "message": "Drop py3.5 from tempest plugins\n\nAs per the community goal drop python2.7 [1], tempest is dropping\npy3.5 and asked to drop from its plugins too.\n\n[1]lists.openstack.org/pipermail/openstack-discuss/2020-February/012310.html\n\nChange-Id: I40d40c58a77c58533da543d59cdb4549a1d20d45\n"
    },
    {
      "commit": "0cf7ef8bc63d565d5b033d74d641824bfacb6ec1",
      "tree": "c7caf60d537189a65579e373124501ec306103f8",
      "parents": [
        "e3163c2a695a5171ca4bb1fd0ae5f51c2b57f027"
      ],
      "author": {
        "name": "Vishakha Agarwal",
        "email": "agarwalvishakha18@gmail.com",
        "time": "Sun Dec 15 19:37:06 2019 +0530"
      },
      "committer": {
        "name": "Vishakha Agarwal",
        "email": "agarwalvishakha18@gmail.com",
        "time": "Wed Jan 22 12:41:06 2020 +0530"
      },
      "message": "[ussuri][goal] Drop python 2.7 support and testing\n\nOpenStack is dropping the py2.7 support in ussuri cycle.\n\nkeystone-tempest-plugin is ready with python 3 and ok to drop the\npython 2.7 support.\n\nComplete discussion \u0026 schedule can be found in\n- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html\n- https://etherpad.openstack.org/p/drop-python2-support\n\nUssuri Communtiy-wide goal:\nhttps://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html\n\nChange-Id: I4c46dfbfb9e679d64f6cc6b99d8f63775ec3914a\n"
    },
    {
      "commit": "958d34ee2dfa131ad5441b17ddb4480a7a72b7b2",
      "tree": "c51af42f9a60b8c52e50e2e682c9b7ca0399af1f",
      "parents": [
        "2f85a352bee7d8cbe87bef4125ada1b6ffda1dae"
      ],
      "author": {
        "name": "Vieri",
        "email": "15050873171@163.com",
        "time": "Wed Dec 05 03:39:31 2018 +0000"
      },
      "committer": {
        "name": "Vieri",
        "email": "15050873171@163.com",
        "time": "Wed Dec 05 03:39:47 2018 +0000"
      },
      "message": "Change openstack-dev to openstack-discuss\n\nMailinglists have been updated. Openstack-discuss replaces openstack-dev.\n\nChange-Id: I917d0bd9d0754ee9d05852e5e10bb03504296324\n"
    },
    {
      "commit": "d7a7c901348d07dfc8a8937b7f6d0734c214d020",
      "tree": "3381dab097ebaabfdc6a80c28e318636103b2bd4",
      "parents": [
        "48f7e2609644817855a0057896d6ac85415829dc"
      ],
      "author": {
        "name": "inspurericzhang",
        "email": "zhanglf01@inspur.com",
        "time": "Tue Oct 30 16:47:30 2018 +0800"
      },
      "committer": {
        "name": "inspurericzhang",
        "email": "zhanglf01@inspur.com",
        "time": "Tue Oct 30 16:48:54 2018 +0800"
      },
      "message": "[Trivial Fix] update home-page url\n\nChange-Id: I3f336b61669882c5aa03a877c9bc254373bd698b\n"
    },
    {
      "commit": "aeaa80958521eaa8b160cc69c64466b2af86c789",
      "tree": "9b27d27d0bdae85f6bff204e0f287d74cd119c0b",
      "parents": [
        "8055563f0d958b46754c0af5c5b0441fd4068d69"
      ],
      "author": {
        "name": "Arundhati Surpur",
        "email": "arundhati@nectechnologies.in",
        "time": "Wed Jul 19 18:12:30 2017 +0530"
      },
      "committer": {
        "name": "Arundhati Surpur",
        "email": "arundhati@nectechnologies.in",
        "time": "Fri Aug 11 04:31:58 2017 +0000"
      },
      "message": "Removed the older version of python and added 3.5\n\nIn setup.cfg file the python 3.4 support is removed\nand added 3.5\nIn tox.ini the python 3.5 is added\n\nChange-Id: Ice4dd6734f75c357de18da0a86167c0a1174506c\n"
    },
    {
      "commit": "8b63586d8296de363ac61d8b5ac5b116f59a659c",
      "tree": "cfed9c7be1481ec2815bcdb4694f1def5e38ff65",
      "parents": [
        "44df103ff96f3b2c0c9d78a7f9af960d34bf8b5d"
      ],
      "author": {
        "name": "Colleen Murphy",
        "email": "colleen.murphy@suse.com",
        "time": "Tue Jun 06 11:18:20 2017 +0200"
      },
      "committer": {
        "name": "Colleen Murphy",
        "email": "colleen.murphy@suse.com",
        "time": "Tue Jun 06 13:45:04 2017 +0200"
      },
      "message": "Cleanup cookiecutter defaults\n\nSome of the defaults applied by cookiecutter are not applicable to this\nrepository and were not cleaned up before getting committed. This patch:\n\n - updates the project setting so that \u0027git review\u0027 will work properly.\n - updates the docs conf so docs will build\n - updates the setup.cfg so that it can be installed properly\n\nChange-Id: I47b2324202fe041d49d414f30756627123093dc9\n"
    },
    {
      "commit": "44df103ff96f3b2c0c9d78a7f9af960d34bf8b5d",
      "tree": "0ebafc47e570fd2ec308ee9006bd52b22110c8f7",
      "parents": [
        "efe078baa78d17e321d74fb86d3a340a1963ce24"
      ],
      "author": {
        "name": "Colleen Murphy",
        "email": "colleen.murphy@suse.com",
        "time": "Tue May 30 16:21:48 2017 +0200"
      },
      "committer": {
        "name": "Colleen Murphy",
        "email": "colleen.murphy@suse.com",
        "time": "Tue May 30 16:56:11 2017 +0200"
      },
      "message": "Apply cookiecutter to newly split project\n\nThis tempest plugin is being split out of the main keystone project in\naccordance with Queens goal \"Split Tempest Plugins into Separate\nRepos/Projects\"[1]. This patch applies the standard boilerplate files\nfor OpenStack projects so that it can stand on its own.\n\n[1] https://governance.openstack.org/tc/goals/queens/split-tempest-plugins.html\n"
    }
  ]
}
