Accepting request 982220 from home:benoit_monin:branches:devel:languages:python

- update to version 1.3.1
- add a comment explaining why the tests are skipped in obs because they need internet access

OBS-URL: https://build.opensuse.org/request/show/982220
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatchling?expand=0&rev=4
This commit is contained in:
Markéta Machová 2022-06-13 15:51:19 +00:00 committed by Git OBS Bridge
parent 8f019e3090
commit f186bdc810
4 changed files with 17 additions and 4 deletions

View File

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

3
hatchling-1.3.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Jun 12 13:54:32 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr>
- update to version 1.3.1:
* Fixed: Better populate global variables for the code version
source
- add a comment explaining why the tests are skipped in obs
because they need internet access
-------------------------------------------------------------------
Thu May 26 16:38:22 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr>

View File

@ -19,7 +19,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-hatchling
Version: 1.3.0
Version: 1.3.1
Release: 0
Summary: Build backend used by Hatch
License: MIT
@ -63,6 +63,10 @@ This is the extensible, standards compliant build backend used by Hatch.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%python_clone -a %{buildroot}%{_bindir}/hatchling
# The tests provided in the tarball relies on internet access to run
# (git clone, pip install ...), so they cannot work on obs
# see tests/downstream/integrate.py for details
%post
%python_install_alternative hatchling