diff --git a/nox-2024.10.9.tar.gz b/nox-2025.2.9.tar.gz similarity index 79% rename from nox-2024.10.9.tar.gz rename to nox-2025.2.9.tar.gz index e1f5939e539c41dad00df108f51bd224c0fc2f80..9f7918cfb17d2bf9acdf8b02c469d067ffe5e27f 100644 Binary files a/nox-2024.10.9.tar.gz and b/nox-2025.2.9.tar.gz differ diff --git a/python-nox.spec b/python-nox.spec index d45dc100bba5bbe99dbeb6add01b822a9c4bcbf2..0c15563ac667b04f79f1fb47f9b32953f52cf234 100644 --- a/python-nox.spec +++ b/python-nox.spec @@ -1,11 +1,11 @@ Name: python-nox -Version: 2024.10.9 +Version: 2025.2.9 Release: 1 Summary: Flexible test automation License: Apache-2.0 URL: https://github.com/wntrblm/nox -Source0: https://files.pythonhosted.org/packages/08/93/4df547afcd56e0b2bbaa99bc2637deb218a01802ed62d80f763189be802c/nox-2024.10.9.tar.gz +Source0: https://files.pythonhosted.org/packages/0d/22/84a2d3442cb33e6fb1af18172a15deb1eea3f970417f1f4c5fa1600143e8/nox-2025.2.9.tar.gz BuildArch: noarch %description @@ -53,6 +53,14 @@ sed -i "s/2\.7/%python3_version/;s/27/%python3_version_nodots/" tests/test_tox_t %{python3_sitelib}/nox/ %changelog +* Fri Aug 08 2025 dongqi - 2025.2.9-1 +- Upgrade package version to 2025.2.9-1 + - Support PEP 723 noxfiles + - Add a "pyproject.toml" default for load_toml + - Add more Ruff checks and fixes + - Cleanup symlink noxfile code + - Drop some type ignores for colorlog + * Thu Oct 17 2024 lixiaoyong - 2024.10.9-1 - Upgrade package version to 2024.10.9 - Updated type annotation of stderr parameter to make it optional