From f9bc4e00a618ac7b9a7b14bedd6043bed1e61c2ed8b6402eb8fb560b08ded5a2 Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Tue, 17 Jun 2025 14:12:45 +0000 Subject: [PATCH] Accepting request 1286373 from home:mcalabkova:branches:devel:languages:python - update to 0.2.0 * method overrides and server payload compatibility with Sentinel OBS-URL: https://build.opensuse.org/request/show/1286373 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-altcha?expand=0&rev=7 --- altcha-0.1.9.tar.gz | 3 --- altcha-0.2.0.tar.gz | 3 +++ python-altcha.changes | 6 ++++++ python-altcha.spec | 5 ++++- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 altcha-0.1.9.tar.gz create mode 100644 altcha-0.2.0.tar.gz diff --git a/altcha-0.1.9.tar.gz b/altcha-0.1.9.tar.gz deleted file mode 100644 index 5e6fdd6..0000000 --- a/altcha-0.1.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24833796af620c0f056a59435a1d3015ee3ebf5c52de7be12c74ea95d697a20d -size 8797 diff --git a/altcha-0.2.0.tar.gz b/altcha-0.2.0.tar.gz new file mode 100644 index 0000000..7ebec9a --- /dev/null +++ b/altcha-0.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3f7ad6055bd49e0c2eae39485d569b5aa3089419fd2964d6391034bc5867e9 +size 11047 diff --git a/python-altcha.changes b/python-altcha.changes index a56659a..7c0c945 100644 --- a/python-altcha.changes +++ b/python-altcha.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 17 12:40:24 UTC 2025 - Markéta Machová + +- update to 0.2.0 + * method overrides and server payload compatibility with Sentinel + ------------------------------------------------------------------- Mon Feb 3 08:11:41 UTC 2025 - Dirk Müller diff --git a/python-altcha.spec b/python-altcha.spec index 173a637..8615af3 100644 --- a/python-altcha.spec +++ b/python-altcha.spec @@ -17,7 +17,7 @@ Name: python-altcha -Version: 0.1.9 +Version: 0.2.0 Release: 0 Summary: A library for creating and verifying challenges for ALTCHA License: MIT @@ -25,6 +25,7 @@ URL: https://github.com/altcha-org/altcha-lib-py Source: https://files.pythonhosted.org/packages/source/a/altcha/altcha-%{version}.tar.gz BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -48,6 +49,8 @@ The ALTCHA Python Library is a lightweight, zero-dependency library designed for %pyunittest -v tests/test_altcha.py %files %{python_files} +%doc README.md +%license LICENSE %{python_sitelib}/altcha %{python_sitelib}/altcha-%{version}.dist-info