Accepting request 791483 from devel:languages:python

- Skip flaky test

- Update to 0.23.0:
  * fixes wheel packaging a bit

OBS-URL: https://build.opensuse.org/request/show/791483
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hatch?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2020-04-05 18:55:28 +00:00 committed by Git OBS Bridge
commit 3df40cf8e7
4 changed files with 22 additions and 10 deletions

View File

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

3
hatch-0.23.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Apr 5 07:19:23 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Skip flaky test
-------------------------------------------------------------------
Wed Dec 11 12:00:14 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.23.0:
* fixes wheel packaging a bit
-------------------------------------------------------------------
Mon Oct 21 09:42:14 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@ -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