From f186bdc8101fac06d9d754cda1033474979aa4f4bfa6eb08278d2b5cf7859bde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 13 Jun 2022 15:51:19 +0000 Subject: [PATCH 1/2] 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 --- hatchling-1.3.0.tar.gz | 3 --- hatchling-1.3.1.tar.gz | 3 +++ python-hatchling.changes | 9 +++++++++ python-hatchling.spec | 6 +++++- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 hatchling-1.3.0.tar.gz create mode 100644 hatchling-1.3.1.tar.gz 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 From 19b00c53538ee56c965ed534c081f3bc26fe92717db9d7c31a53b8e34395081b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 13 Jun 2022 15:53:20 +0000 Subject: [PATCH 2/2] add dummy check phase tag OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatchling?expand=0&rev=5 --- python-hatchling.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-hatchling.spec b/python-hatchling.spec index 5a2f39b..ab399c4 100644 --- a/python-hatchling.spec +++ b/python-hatchling.spec @@ -63,6 +63,7 @@ This is the extensible, standards compliant build backend used by Hatch. %python_expand %fdupes %{buildroot}%{$python_sitelib} %python_clone -a %{buildroot}%{_bindir}/hatchling +%check # 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