diff --git a/hatchling-1.3.0.tar.gz b/hatchling-1.3.0.tar.gz deleted file mode 100644 index ffd2df8..0000000 --- a/hatchling-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1401d45d3dd6a5910f64d539acaa943486d5e8b7dda1a97f2b0040fdddc5b85e -size 45480 diff --git a/hatchling-1.3.1.tar.gz b/hatchling-1.3.1.tar.gz new file mode 100644 index 0000000..c51d018 --- /dev/null +++ b/hatchling-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaa63019c9d666053d9ff318097335e766123844547c52940155c0401c3c142f +size 45567 diff --git a/python-hatchling.changes b/python-hatchling.changes index 13aeeb0..71290db 100644 --- a/python-hatchling.changes +++ b/python-hatchling.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Jun 12 13:54:32 UTC 2022 - Benoît Monin + +- 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 diff --git a/python-hatchling.spec b/python-hatchling.spec index f611be8..5a2f39b 100644 --- a/python-hatchling.spec +++ b/python-hatchling.spec @@ -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