From 3965ea16bd99a2fb75059676bb68ba0a66cb6f31783212db34a7c7ba3b578030 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 7 Jun 2024 07:08:23 +0000 Subject: [PATCH] - update to 1.0.2: * remove tests from source installation OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-xprocess?expand=0&rev=13 --- pytest-xprocess-1.0.1.tar.gz | 3 --- pytest-xprocess-1.0.2.tar.gz | 3 +++ python-pytest-xprocess.changes | 6 ++++++ python-pytest-xprocess.spec | 6 ++++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 pytest-xprocess-1.0.1.tar.gz create mode 100644 pytest-xprocess-1.0.2.tar.gz diff --git a/pytest-xprocess-1.0.1.tar.gz b/pytest-xprocess-1.0.1.tar.gz deleted file mode 100644 index 6231fb3..0000000 --- a/pytest-xprocess-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34f94e59a99c3f4bff08a7da54ad8592f6eb61f318e9f3d385ee0e55c4b12404 -size 38665 diff --git a/pytest-xprocess-1.0.2.tar.gz b/pytest-xprocess-1.0.2.tar.gz new file mode 100644 index 0000000..6968f52 --- /dev/null +++ b/pytest-xprocess-1.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e270637586eabc56755ee5fcc81c48bdb46ba7ef7c0d5b1b64302d080cc60f +size 13232 diff --git a/python-pytest-xprocess.changes b/python-pytest-xprocess.changes index 5ca5fb4..9633f91 100644 --- a/python-pytest-xprocess.changes +++ b/python-pytest-xprocess.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jun 7 07:03:26 UTC 2024 - Dirk Müller + +- update to 1.0.2: + * remove tests from source installation + ------------------------------------------------------------------- Mon Apr 15 09:10:40 UTC 2024 - Dirk Müller diff --git a/python-pytest-xprocess.spec b/python-pytest-xprocess.spec index 6aa2836..29fa519 100644 --- a/python-pytest-xprocess.spec +++ b/python-pytest-xprocess.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pytest-xprocess -Version: 1.0.1 +Version: 1.0.2 Release: 0 Summary: A pytest plugin for managing processes across test runs License: MIT @@ -42,6 +42,8 @@ test-specific databases (i.e. Postgres, Couchdb). %prep %setup -q -n pytest-xprocess-%{version} +rm -rvf tests/__pycache__ +chmod -x README.rst %build %python_build @@ -54,7 +56,7 @@ test-specific databases (i.e. Postgres, Couchdb). %pytest %files %{python_files} -%doc %attr(0644, -, -) README.rst +%doc README.rst %license LICENSE %{python_sitelib}/xprocess %{python_sitelib}/pytest_xprocess-%{version}*-info