15
0
forked from pool/python-altcha

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
This commit is contained in:
2025-01-21 12:12:44 +00:00
committed by Git OBS Bridge
parent 7c4f122ae3
commit bac0750f6f
4 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ca5e19cf3bb37d060c9943961582731333956ab61db3f17fa0ecfb7878ba3d4e
size 8671

3
altcha-0.1.8.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e3c4fca843480b2f866d85655db5b5d3b8cf583cf7527a09f62f0b4a659baf08
size 8789

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 21 10:01:21 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.1.8
* fix: set default number to None (ChallengeOptions)
-------------------------------------------------------------------
Tue Jan 7 16:09:16 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -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