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..857f95b6b6a8c5a44a24cf4d29a149430f7e6b01 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/source/p/pytest_env/pytest_env-%{version}.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 +* Thu Nov 20 2025 lvwq - 1.2.0-1 +- Update 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