diff --git a/pytest-env-0.6.2.tar.gz b/pytest-env-0.6.2.tar.gz deleted file mode 100644 index af74977959e312c1e2ee811cc7eb546d2afc821d..0000000000000000000000000000000000000000 Binary files a/pytest-env-0.6.2.tar.gz and /dev/null differ diff --git a/pytest_env-0.8.1.tar.gz b/pytest_env-0.8.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..157e2142a5207b0aea5f1f5eec213bb77fa35245 Binary files /dev/null and b/pytest_env-0.8.1.tar.gz differ diff --git a/python-pytest-env.spec b/python-pytest-env.spec index b22b783d629fc04a0fcea9a7e37e61efa27fdd42..3c70f4835cf7ddbbaeebe52969a0706b0e9bb813 100644 --- a/python-pytest-env.spec +++ b/python-pytest-env.spec @@ -1,18 +1,18 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-env -Version: 0.6.2 +Version: 0.8.1 Release: 1 Summary: py.test plugin that allows you to add environment variables. License: MIT URL: https://github.com/MobileDynasty/pytest-env -Source0: https://files.pythonhosted.org/packages/f9/6e/31efb8dc1d17052c12f39262223e94038bfcc4cc7a124235630a6d50f166/pytest-env-0.6.2.tar.gz +Source0: https://files.pythonhosted.org/packages/a3/10/2be3d3ef39212ee94407779260311a6d48e5d484aa4597308c6037878089/pytest_env-0.8.1.tar.gz BuildArch: noarch %description py.test plugin that allows you to add environment variables. %package -n python3-pytest-env Summary: py.test plugin that allows you to add environment variables. -Provides: python-pytest-env +Provides: python-pytest-env = %{version}-%{release} # Base build requires BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -30,14 +30,13 @@ Provides: python3-pytest-env-doc py.test plugin that allows you to add environment variables. %prep -%autosetup -n pytest-env-%{version} +%autosetup -n pytest_env-%{version} %build %py3_build %install %py3_install - install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi @@ -74,6 +73,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Dec 08 2022 liqiuyu - 0.8.1-1 +- Update package to version 0.8.1 + * Thu Jun 23 2022 OpenStack_SIG - 0.6.2-1 - Init package python3-pytest-env of version 0.6.2