From 781676957e91f87afb75dbfc114af2518a948cdcecf802ee304c37c8d6401a10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 5 Apr 2020 07:17:47 +0000 Subject: [PATCH 1/4] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatch?expand=0&rev=3 --- python-hatch.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-hatch.spec b/python-hatch.spec index e0185df..ea1c57b 100644 --- a/python-hatch.spec +++ b/python-hatch.spec @@ -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 From b15350b4cce791f2974c7965b3a9a1f45d61adc4805141f39f747706fe2df13b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 5 Apr 2020 07:19:49 +0000 Subject: [PATCH 2/4] - Skip flaky test - Update to 0.23.0: * fixes wheel packaging a bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatch?expand=0&rev=4 --- hatch-0.22.0.tar.gz | 3 --- hatch-0.23.0.tar.gz | 3 +++ python-hatch.changes | 11 +++++++++++ python-hatch.spec | 5 ++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 hatch-0.22.0.tar.gz create mode 100644 hatch-0.23.0.tar.gz 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 ea1c57b..a3a0557 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} From fb612fedf512f3fc07f6a72f784f990d0ed62c508e7590676f10783fbc21668d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 5 Apr 2020 07:28:56 +0000 Subject: [PATCH 3/4] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatch?expand=0&rev=5 --- python-hatch.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/python-hatch.spec b/python-hatch.spec index a3a0557..67e4665 100644 --- a/python-hatch.spec +++ b/python-hatch.spec @@ -34,13 +34,14 @@ BuildRequires: %{python_module devel > 3.5} BuildRequires: %{python_module parse} BuildRequires: %{python_module pexpect} BuildRequires: %{python_module pip >= 9.0.1} +BuildRequires: %{python_module pytest-xdist} 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 @@ -59,8 +60,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 +87,7 @@ It aims to make the 90% use cases as pleasant as possible. export LANG=en_US.UTF-8 export PATH=$PATH:%{buildroot}%{_bindir} # test_list_success_1 randomly timeouts in OBS -%pytest -k 'not test_list_success_1' +%pytest -n auto -k 'not test_list_success_1' %files %{python_files} %doc README.rst From 0f272e08b3c8f1fc0a985db168e95f7dd62c421d0163d48d1f423c41df30bcce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 5 Apr 2020 07:46:07 +0000 Subject: [PATCH 4/4] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatch?expand=0&rev=6 --- python-hatch.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python-hatch.spec b/python-hatch.spec index 67e4665..3e020de 100644 --- a/python-hatch.spec +++ b/python-hatch.spec @@ -34,7 +34,6 @@ BuildRequires: %{python_module devel > 3.5} BuildRequires: %{python_module parse} BuildRequires: %{python_module pexpect} BuildRequires: %{python_module pip >= 9.0.1} -BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} BuildRequires: %{python_module semver >= 2.7.8} BuildRequires: %{python_module setuptools >= 36.0.0} @@ -87,7 +86,7 @@ It aims to make the 90% use cases as pleasant as possible. export LANG=en_US.UTF-8 export PATH=$PATH:%{buildroot}%{_bindir} # test_list_success_1 randomly timeouts in OBS -%pytest -n auto -k 'not test_list_success_1' +%pytest -k 'not test_list_success_1' %files %{python_files} %doc README.rst