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:
parent
8f019e3090
commit
f186bdc810
@ -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
3
hatchling-1.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aaa63019c9d666053d9ff318097335e766123844547c52940155c0401c3c142f
|
||||
size 45567
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user