diff --git a/pytest_env-1.1.4.tar.gz b/pytest_env-1.1.4.tar.gz deleted file mode 100644 index 1039167bae2a6a57073a7c46884ab797c527119f..0000000000000000000000000000000000000000 Binary files a/pytest_env-1.1.4.tar.gz and /dev/null differ diff --git a/pytest_env-1.1.5.tar.gz b/pytest_env-1.1.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ac21cd4b2d9d6b2cfccd3238398f45c1db9eb24d Binary files /dev/null and b/pytest_env-1.1.5.tar.gz differ diff --git a/python-pytest-env.spec b/python-pytest-env.spec index c1fe6f1703f08130a86e4e88d98577b02c5055ab..f3ff00585d2e879c83191aa9e2bfd1f3d28a6cff 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.4 +Version: 1.1.5 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-1.1.4.tar.gz +Source0: https://files.pythonhosted.org/packages/1f/31/27f28431a16b83cab7a636dce59cf397517807d247caa38ee67d65e71ef8/pytest_env-1.1.5.tar.gz BuildArch: noarch %description py.test plugin that allows you to add environment variables. @@ -75,6 +75,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jun 224 2025 liudy -1.1.5-1 +- Update version to 1.1.5 +- Improve the CI + * Tue Dec 10 2024 wanggang - 1.1.4-1 - Update version to 1.1.4 - Bump actions/setup-python from 4 to 5