diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-21 17:09:06 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 17:09:06 +0000 |
| commit | f66d95d1484ad83540240761fe9c2f0d4003ab83 (patch) | |
| tree | 1f9fc13732d133b789bd6bcd37d68d1c3d8e8ddc | |
| parent | 84513914c82b2cd0c0109b58039426d9dd7e505a (diff) | |
automatic import of python-pytest-splitopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-pytest-split.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /pytest-split-0.8.0.tar.gz +/pytest_split-0.8.1.tar.gz diff --git a/python-pytest-split.spec b/python-pytest-split.spec index bc585f6..49d44f3 100644 --- a/python-pytest-split.spec +++ b/python-pytest-split.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-split -Version: 0.8.0 +Version: 0.8.1 Release: 1 Summary: Pytest plugin which splits the test suite to equally sized sub suites based on test execution time. License: MIT URL: https://jerry-git.github.io/pytest-split -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/04/10/c317f5e9682a6fa184a9f598c987c8cef42edbd8ba8534184cf0c1918473/pytest-split-0.8.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4f/7f/6e24e7e1e36d6d6ce059f7f388eee518646a3bb25329011ba465f9f73c75/pytest_split-0.8.1.tar.gz BuildArch: noarch Requires: python3-pytest @@ -32,7 +32,7 @@ Provides: python3-pytest-split-doc **Source Code**: [https://github.com/jerry-git/pytest-split](https://github.com/jerry-git/pytest-split) %prep -%autosetup -n pytest-split-0.8.0 +%autosetup -n pytest-split-0.8.1 %build %py3_build @@ -72,5 +72,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.1-1 - Package Spec generated @@ -1 +1 @@ -bc6de21980b6469d52fbdd1b818adceb pytest-split-0.8.0.tar.gz +85c39d177aeeee6227d50dad8790a85d pytest_split-0.8.1.tar.gz |
