From bac0750f6f50c37cf5fd452fc3e341d8af9ff8a35fc1161fabbd88e65679c7f0 Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Tue, 21 Jan 2025 12:12:44 +0000 Subject: [PATCH] Accepting request 1239223 from home:glaubitz:branches:devel:languages:python - Update to 0.1.8 * fix: set default number to None (ChallengeOptions) OBS-URL: https://build.opensuse.org/request/show/1239223 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-altcha?expand=0&rev=3 --- altcha-0.1.7.tar.gz | 3 --- altcha-0.1.8.tar.gz | 3 +++ python-altcha.changes | 6 ++++++ python-altcha.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 altcha-0.1.7.tar.gz create mode 100644 altcha-0.1.8.tar.gz diff --git a/altcha-0.1.7.tar.gz b/altcha-0.1.7.tar.gz deleted file mode 100644 index dc5f49c..0000000 --- a/altcha-0.1.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca5e19cf3bb37d060c9943961582731333956ab61db3f17fa0ecfb7878ba3d4e -size 8671 diff --git a/altcha-0.1.8.tar.gz b/altcha-0.1.8.tar.gz new file mode 100644 index 0000000..62d5c80 --- /dev/null +++ b/altcha-0.1.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3c4fca843480b2f866d85655db5b5d3b8cf583cf7527a09f62f0b4a659baf08 +size 8789 diff --git a/python-altcha.changes b/python-altcha.changes index 23f5708..f07e275 100644 --- a/python-altcha.changes +++ b/python-altcha.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 21 10:01:21 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.1.8 + * fix: set default number to None (ChallengeOptions) + ------------------------------------------------------------------- Tue Jan 7 16:09:16 UTC 2025 - Markéta Machová diff --git a/python-altcha.spec b/python-altcha.spec index 760ea08..ba72520 100644 --- a/python-altcha.spec +++ b/python-altcha.spec @@ -17,21 +17,21 @@ Name: python-altcha -Version: 0.1.7 +Version: 0.1.8 Release: 0 Summary: A library for creating and verifying challenges for ALTCHA License: MIT URL: https://github.com/altcha-org/altcha-lib-py Source: https://files.pythonhosted.org/packages/source/a/altcha/altcha-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages %description -The ALTCHA Python Library is a lightweight, zero-dependency library designed for creating and verifying +The ALTCHA Python Library is a lightweight, zero-dependency library designed for creating and verifying [ALTCHA](https://altcha.org) challenges, specifically tailored for Python applications. %prep