Accepting request 1221947 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1221947
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-endesive?expand=0&rev=2
This commit is contained in:
2024-11-07 15:28:01 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 5 deletions

View File

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

3
endesive-2.17.3.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Nov 6 15:19:26 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.17.3
* Creating certificates with dates after 2040-01-04
- Remove shebangs from Python source files
- Remove period from summary line
-------------------------------------------------------------------
Thu Aug 22 20:51:33 UTC 2024 - Aline Werner <aline.werner@suse.com>

View File

@@ -18,9 +18,9 @@
%{?sle15_python_module_pythons}
Name: python-endesive
Version: 2.17.2
Version: 2.17.3
Release: 0
Summary: Library for digital signing and verification of digital signatures.
Summary: Library for digital signing and verification of digital signatures
License: MIT
URL: https://github.com/m32/endesive
Source: https://github.com/m32/endesive/archive/refs/tags/v%{version}.tar.gz#/endesive-%{version}.tar.gz
@@ -68,6 +68,7 @@ Library for digital signing and verification of digital signatures in mail, PDF
sed -i 's|2.17.1|2.17.2|g' endesive/__init__.py
# Set correct path to find the softhsm library, needed for test_create and test_load
sed -i 's|softhsm/libsofthsm2.so|pkcs11/libsofthsm2.so|g' tests/test_hsm.py
find . -name "*.py" -exec sed -i '/\/usr\/bin\/env.*python.*/d' {} \;
%build
%python_build