Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b1e6f501d5 | |||
| 380a4e6e52 | |||
| 904246d0b9 | |||
| 0519b6179e | |||
| 22efbc561a | |||
| bc0d83c9e9 |
3
josepy-2.0.0.tar.gz
Normal file
3
josepy-2.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e7d7acd2fe77435cda76092abe4950bb47b597243a8fb733088615fa6de9ec40
|
||||||
|
size 55767
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:74c033151337c854f83efe5305a291686cef723b4b970c43cfe7270cf4a677a9
|
|
||||||
size 56500
|
|
||||||
@@ -1,13 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Thu Nov 6 00:12:25 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
||||||
|
|
||||||
- Update to 2.2.0:
|
|
||||||
* Added support for Python 3.14.
|
|
||||||
* Dropped support for Python 3.9.0 and 3.9.1 for compatibility with newer
|
|
||||||
versions of the cryptography Python package. Python 3.9.2+ is still
|
|
||||||
supported.
|
|
||||||
- Clean up {Build,}Requires.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 17 18:07:11 UTC 2025 - ecsos <ecsos@opensuse.org>
|
Thu Apr 17 18:07:11 UTC 2025 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-josepy
|
# spec file for package python-josepy
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%define libname josepy
|
%define libname josepy
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-%{libname}
|
Name: python-%{libname}
|
||||||
Version: 2.2.0
|
Version: 2.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: JOSE protocol implementation in Python
|
Summary: JOSE protocol implementation in Python
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -30,11 +30,15 @@ BuildRequires: %{python_module base >= 3.9}
|
|||||||
BuildRequires: %{python_module coverage >= 4.0}
|
BuildRequires: %{python_module coverage >= 4.0}
|
||||||
BuildRequires: %{python_module cryptography >= 1.5}
|
BuildRequires: %{python_module cryptography >= 1.5}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module poetry-core >= 2.0.0}
|
BuildRequires: %{python_module poetry >= 1.0.8}
|
||||||
|
BuildRequires: %{python_module pyOpenSSL >= 0.13}
|
||||||
BuildRequires: %{python_module pytest >= 2.8.0}
|
BuildRequires: %{python_module pytest >= 2.8.0}
|
||||||
|
BuildRequires: %{python_module setuptools >= 1.0}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-cryptography >= 1.5
|
Requires: python-cryptography >= 1.5
|
||||||
|
Requires: python-pyOpenSSL >= 0.13
|
||||||
Conflicts: python-acme < 0.21.0
|
Conflicts: python-acme < 0.21.0
|
||||||
Obsoletes: python-%{libname}-doc
|
Obsoletes: python-%{libname}-doc
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@@ -71,6 +75,7 @@ It is used by the certbot project. Formerly Let's Encrypt project.
|
|||||||
%doc CHANGELOG.rst CONTRIBUTING.md
|
%doc CHANGELOG.rst CONTRIBUTING.md
|
||||||
%{python_sitelib}/%{libname}
|
%{python_sitelib}/%{libname}
|
||||||
%{python_sitelib}/%{libname}-%{version}.dist-info
|
%{python_sitelib}/%{libname}-%{version}.dist-info
|
||||||
|
%pycache_only %{python_sitelib}/%{libname}/__pycache__
|
||||||
# following the certbot-packaging guide, "jws" should not be packaged
|
# following the certbot-packaging guide, "jws" should not be packaged
|
||||||
%exclude %{_bindir}/jws
|
%exclude %{_bindir}/jws
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user