Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-securesystemslib for
openSUSE:Leap:16.0 checked in at 2025-07-24 08:31:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/python-securesystemslib (Old)
and /work/SRC/openSUSE:Leap:16.0/.python-securesystemslib.new.8875 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-securesystemslib"
Thu Jul 24 08:31:24 2025 rev:2 rq:1293758 version:1.2.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:16.0/python-securesystemslib/python-securesystemslib.changes
2025-03-19 11:55:46.720512886 +0100
+++
/work/SRC/openSUSE:Leap:16.0/.python-securesystemslib.new.8875/python-securesystemslib.changes
2025-07-24 08:31:53.124012718 +0200
@@ -1,0 +2,10 @@
+Mon Feb 10 20:35:16 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 1.2.0:
+ * Small release with mostly internal changes.
+ * SigstoreSigner now has a convenience function for creating a
+ signing identity for GitHub Actions workflow
+ * Linting refactoring, switched to ruff
+ * Modern annotations used in most of the code base
+
+-------------------------------------------------------------------
Old:
----
_service
securesystemslib-1.1.0.obscpio
securesystemslib.obsinfo
New:
----
securesystemslib-1.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-securesystemslib.spec ++++++
--- /var/tmp/diff_new_pack.TMfeOE/_old 2025-07-24 08:31:53.400024193 +0200
+++ /var/tmp/diff_new_pack.TMfeOE/_new 2025-07-24 08:31:53.404024360 +0200
@@ -17,12 +17,12 @@
Name: python-securesystemslib
-Version: 1.1.0
+Version: 1.2.0
Release: 0
-License: MIT
Summary: Cryptographic and general routines for Secure Systems Lab
+License: MIT
URL: https://github.com/secure-systems-lab/securesystemslib
-Source: securesystemslib-%{version}.tar.xz
+Source:
https://files.pythonhosted.org/packages/source/s/securesystemslib/securesystemslib-%{version}.tar.gz
BuildRequires: %{python_module PyKCS11}
BuildRequires: %{python_module asn1crypto}
BuildRequires: %{python_module cryptography >= 3.3.2}
@@ -31,10 +31,9 @@
BuildRequires: %{python_module pytest}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Suggests: python-asn1crypto
-Suggests: python-cryptography
-Suggests: python-PyKCS11
-
+Requires: python-PyKCS11
+Requires: python-asn1crypto
+Requires: python-cryptography
BuildArch: noarch
%python_subpackages
@@ -42,7 +41,7 @@
Cryptographic and general-purpose routines for Secure Systems Lab projects at
NYU
%prep
-%autosetup -p1 -n securesystemslib-%version
+%autosetup -p1 -n securesystemslib-%{version}
# Remove exec permission from python scripts
find . -type f -name *.py -exec chmod 0644 {} \;