14
0
forked from pool/python-hatch

- 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
This commit is contained in:
Tomáš Chvátal
2020-04-05 07:19:49 +00:00
committed by Git OBS Bridge
parent 781676957e
commit b15350b4cc
4 changed files with 16 additions and 6 deletions

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}