diff --git a/pytest_env-1.1.5.tar.gz b/pytest_env-1.1.5.tar.gz deleted file mode 100644 index ac21cd4b2d9d6b2cfccd3238398f45c1db9eb24d..0000000000000000000000000000000000000000 Binary files a/pytest_env-1.1.5.tar.gz and /dev/null differ diff --git a/pytest_env-1.2.0.tar.gz b/pytest_env-1.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..9b2185421640c6f5452ace61f4c90d27e60e72aa Binary files /dev/null and b/pytest_env-1.2.0.tar.gz differ diff --git a/python-pytest-env.spec b/python-pytest-env.spec index b88496890b10e9ba76e0f827c35e6413f775731e..001e628b2ff0e4a70f0507adbef4e0068c00822d 100644 --- a/python-pytest-env.spec +++ b/python-pytest-env.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-env -Version: 1.1.5 +Version: 1.2.0 Release: 1 Summary: py.test plugin that allows you to add environment variables. License: MIT URL: https://github.com/pytest-dev/pytest-env -Source0: https://files.pythonhosted.org/packages/b1/4d/5b11f903b1c253574b15168e13b32ea6482bb95f5964f090142b1cb75755/pytest_env-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/13/12/9c87d0ca45d5992473208bcef2828169fa7d39b8d7fc6e3401f5c08b8bf7/pytest_env-1.2.0.tar.gz BuildArch: noarch %description py.test plugin that allows you to add environment variables. @@ -75,6 +75,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Oct 17 2025 guochao - 1.2.0-1 +- Update version to 1.2.0 + * Thu Sep 11 2025 liutao1 liutao1@kylinos.cn - 1.1.5-1 - Update package to version 1.1.5 - Improve the CI