diff --git a/hatch-0.22.0.tar.gz b/hatch-0.22.0.tar.gz deleted file mode 100644 index bba3cc0..0000000 --- a/hatch-0.22.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f82cabcf22eab3fc7ed7333e698de0adef6bc204bc4958364bf33396824f0286 -size 73551 diff --git a/hatch-0.23.0.tar.gz b/hatch-0.23.0.tar.gz new file mode 100644 index 0000000..7088a31 --- /dev/null +++ b/hatch-0.23.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b65753fcd8319ebddd51c0e1ef148d09592cdc38923d032f8f58ffc1658fd7 +size 73637 diff --git a/python-hatch.changes b/python-hatch.changes index 00503ee..aff423c 100644 --- a/python-hatch.changes +++ b/python-hatch.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Apr 5 07:19:23 UTC 2020 - Tomáš Chvátal + +- Skip flaky test + +------------------------------------------------------------------- +Wed Dec 11 12:00:14 UTC 2019 - Tomáš Chvátal + +- Update to 0.23.0: + * fixes wheel packaging a bit + ------------------------------------------------------------------- Mon Oct 21 09:42:14 UTC 2019 - John Vandenberg diff --git a/python-hatch.spec b/python-hatch.spec index e0185df..3e020de 100644 --- a/python-hatch.spec +++ b/python-hatch.spec @@ -1,7 +1,7 @@ # # spec file for package python-hatch # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,11 +19,10 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-hatch -Version: 0.22.0 +Version: 0.23.0 Release: 0 Summary: A modern project, package, and virtual env manager License: MIT OR Apache-2.0 -Group: Development/Languages/Python URL: https://github.com/ofek/hatch Source: https://files.pythonhosted.org/packages/source/h/hatch/hatch-%{version}.tar.gz BuildRequires: %{python_module appdirs} @@ -39,9 +38,9 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module semver >= 2.7.8} BuildRequires: %{python_module setuptools >= 36.0.0} BuildRequires: %{python_module sortedcontainers >= 1.5.7} -BuildRequires: %{python_module toml} +BuildRequires: %{python_module toml >= 0.9.3} BuildRequires: %{python_module twine >= 1.9.1} -BuildRequires: %{python_module userpath >= 1.1.0} +BuildRequires: %{python_module userpath >= 1.3.0} BuildRequires: %{python_module virtualenv} BuildRequires: %{python_module wheel >= 0.27.0} BuildRequires: dos2unix @@ -60,8 +59,9 @@ Requires: python-pytest Requires: python-semver >= 2.7.8 Requires: python-setuptools >= 36.0.0 Requires: python-sortedcontainers +Requires: python-toml >= 0.9.3 Requires: python-twine >= 1.9.1 -Requires: python-userpath >= 1.1.0 +Requires: python-userpath >= 1.3.0 Requires: python-virtualenv Requires: python-wheel >= 0.27.0 BuildArch: noarch @@ -85,7 +85,8 @@ It aims to make the 90% use cases as pleasant as possible. %check export LANG=en_US.UTF-8 export PATH=$PATH:%{buildroot}%{_bindir} -%pytest +# test_list_success_1 randomly timeouts in OBS +%pytest -k 'not test_list_success_1' %files %{python_files} %doc README.rst