diff --git a/3.2.0.tar.gz b/3.2.0.tar.gz deleted file mode 100644 index d4262ea..0000000 --- a/3.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16510f1878c2b1b86d990289c4f6461d5ca48538e4ed403c0daecfbccb0858a3 -size 29410 diff --git a/3.2.1.tar.gz b/3.2.1.tar.gz new file mode 100644 index 0000000..1d259cc --- /dev/null +++ b/3.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e6917c2211f6135f073681d8ec8b069ab903c207fc5c6ceb1769c986c3da84e +size 29736 diff --git a/python-pytest-randomly.changes b/python-pytest-randomly.changes index 3a14bbb..e2eaec2 100644 --- a/python-pytest-randomly.changes +++ b/python-pytest-randomly.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 20 07:14:24 UTC 2020 - Tomáš Chvátal + +- 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 diff --git a/python-pytest-randomly.spec b/python-pytest-randomly.spec index 0f65c98..512b76d 100644 --- a/python-pytest-randomly.spec +++ b/python-pytest-randomly.spec @@ -19,12 +19,11 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-randomly -Version: 3.2.0 +Version: 3.2.1 Release: 0 Summary: Pytest plugin to randomly order tests and control random.seed License: BSD-3-Clause -Group: Development/Languages/Python -URL: https://github.com/adamchainz/pytest-randomly +URL: https://github.com/pytest-dev/pytest-randomly Source: https://github.com/pytest-dev/pytest-randomly/archive/%{version}.tar.gz BuildRequires: %{python_module importlib-metadata} BuildRequires: %{python_module setuptools}