Accepting request 777569 from devel:languages:python:pytest

- Update to 3.2.1:
  * Update MANIFEST.in so tests are included in the sdist tarball again.

OBS-URL: https://build.opensuse.org/request/show/777569
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-randomly?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2020-02-20 13:57:53 +00:00 committed by Git OBS Bridge
commit 7a283eb4ea
4 changed files with 11 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:16510f1878c2b1b86d990289c4f6461d5ca48538e4ed403c0daecfbccb0858a3
size 29410

3
3.2.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e6917c2211f6135f073681d8ec8b069ab903c207fc5c6ceb1769c986c3da84e
size 29736

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 20 07:14:24 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.2.1:
* Update MANIFEST.in so tests are included in the sdist tarball again.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 6 13:03:16 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com> Mon Jan 6 13:03:16 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -19,12 +19,11 @@
%define skip_python2 1 %define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-randomly Name: python-pytest-randomly
Version: 3.2.0 Version: 3.2.1
Release: 0 Release: 0
Summary: Pytest plugin to randomly order tests and control random.seed Summary: Pytest plugin to randomly order tests and control random.seed
License: BSD-3-Clause License: BSD-3-Clause
Group: Development/Languages/Python URL: https://github.com/pytest-dev/pytest-randomly
URL: https://github.com/adamchainz/pytest-randomly
Source: https://github.com/pytest-dev/pytest-randomly/archive/%{version}.tar.gz Source: https://github.com/pytest-dev/pytest-randomly/archive/%{version}.tar.gz
BuildRequires: %{python_module importlib-metadata} BuildRequires: %{python_module importlib-metadata}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}