diff --git a/-2025.11.12.tar.gz b/-2025.11.12.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/2025.5.1.tar.gz b/2025.5.1.tar.gz deleted file mode 100644 index 2a2519300b7acec0f86366e1a3d5cc81759450f7..0000000000000000000000000000000000000000 Binary files a/2025.5.1.tar.gz and /dev/null differ diff --git a/python-nox.spec b/python-nox.spec index f8830c294eba8f8f73382dcc1ac406849b860c42..24e6fc24d1d4363b380b3097350c7a77cce48351 100644 --- a/python-nox.spec +++ b/python-nox.spec @@ -1,11 +1,11 @@ Name: python-nox -Version: 2025.5.1 +Version: 2025.11.12 Release: 1 Summary: Flexible test automation License: Apache-2.0 URL: https://github.com/wntrblm/nox -Source0: https://github.com/wntrblm/nox/archive/refs/tags/%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/-//-%{version}.tar.gz BuildArch: noarch %description @@ -53,6 +53,9 @@ sed -i "s/2\.7/%python3_version/;s/27/%python3_version_nodots/" tests/test_tox_t %{python3_sitelib}/nox/ %changelog +* Thu Nov 20 2025 lvwq - 2025.11.12-1 +- Update to 2025.11.12 + * Thu Oct 09 2025 lifeifei - 2025.5.1-1 - update package to 2025.05.01 - Fix conda_install compatibility issue with newer versions of conda (Unix only).