From 55948ac9ce4639818379415b1bf95229c278c6c12430fbe6b8219a263a3354fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 14 May 2025 10:19:58 +0000 Subject: [PATCH] Accepting request 1277373 from home:glaubitz:branches:devel:languages:python - Update to 0.2.2 * Test with default SSL configuration * Can't support Python 3.7 if we require setuptools-scm 8 * Return flask app * Add AuthorityKeyIdentifier extension OBS-URL: https://build.opensuse.org/request/show/1277373 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-certipy?expand=0&rev=8 --- certipy-0.2.1.tar.gz | 3 --- certipy-0.2.2.tar.gz | 3 +++ python-certipy.changes | 9 +++++++++ python-certipy.spec | 5 ++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 certipy-0.2.1.tar.gz create mode 100644 certipy-0.2.2.tar.gz diff --git a/certipy-0.2.1.tar.gz b/certipy-0.2.1.tar.gz deleted file mode 100644 index 2f3806e..0000000 --- a/certipy-0.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c0ea7b25248b42fb930f30173a78c029e6ba67e2ef9598ca4470d8975c9cbb6 -size 20424 diff --git a/certipy-0.2.2.tar.gz b/certipy-0.2.2.tar.gz new file mode 100644 index 0000000..20484d1 --- /dev/null +++ b/certipy-0.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef1f3d8819ee29c4c67719171c988302823dfe0b6cfbb47d249f374809ba05e +size 20591 diff --git a/python-certipy.changes b/python-certipy.changes index 17e0baf..fdd375d 100644 --- a/python-certipy.changes +++ b/python-certipy.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Apr 4 08:10:06 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.2.2 + * Test with default SSL configuration + * Can't support Python 3.7 if we require setuptools-scm 8 + * Return flask app + * Add AuthorityKeyIdentifier extension + ------------------------------------------------------------------- Fri Nov 8 10:38:43 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-certipy.spec b/python-certipy.spec index b0900f7..632c39b 100644 --- a/python-certipy.spec +++ b/python-certipy.spec @@ -1,7 +1,7 @@ # # spec file for package python-certipy # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-certipy -Version: 0.2.1 +Version: 0.2.2 Release: 0 Summary: Create and sign CAs and certificates License: BSD-3-Clause @@ -37,7 +37,6 @@ BuildArch: noarch BuildRequires: %{python_module Flask} BuildRequires: %{python_module pyOpenSSL} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module requests} # /SECTION Requires(post): update-alternatives Requires(postun): update-alternatives