Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-securesystemslib for
openSUSE:Factory checked in at 2025-02-11 21:23:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-securesystemslib (Old)
and /work/SRC/openSUSE:Factory/.python-securesystemslib.new.19470 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-securesystemslib"
Tue Feb 11 21:23:35 2025 rev:5 rq:1244881 version:1.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-securesystemslib/python-securesystemslib.changes
2025-01-15 17:44:53.740894981 +0100
+++
/work/SRC/openSUSE:Factory/.python-securesystemslib.new.19470/python-securesystemslib.changes
2025-02-11 21:25:03.855342165 +0100
@@ -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.u5kSif/_old 2025-02-11 21:25:04.895385165 +0100
+++ /var/tmp/diff_new_pack.u5kSif/_new 2025-02-11 21:25:04.895385165 +0100
@@ -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 {} \;