diff --git a/pysnmpcrypto-0.1.0.tar.gz b/pysnmpcrypto-0.1.0.tar.gz new file mode 100644 index 0000000..7864fa1 --- /dev/null +++ b/pysnmpcrypto-0.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adb91ceecac82da0137ae5d25f4dfecb812838fe30a50f9fe57c7ff6c0f0c78b +size 12888 diff --git a/python-pysnmpcrypto.changes b/python-pysnmpcrypto.changes index e63e483..bd11b64 100644 --- a/python-pysnmpcrypto.changes +++ b/python-pysnmpcrypto.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon May 12 14:11:00 UTC 2025 - Nico Krapp + +- Update to 0.1.0 + * Drop support for Python older than 3.8 + * Drop support for PyCryptodome +- Build backend is now poetry-core +- use github tarball to include tests + ------------------------------------------------------------------- Tue Aug 1 06:20:11 UTC 2023 - Steve Kowalik diff --git a/python-pysnmpcrypto.spec b/python-pysnmpcrypto.spec index 5a68f0f..52e3f07 100644 --- a/python-pysnmpcrypto.spec +++ b/python-pysnmpcrypto.spec @@ -1,7 +1,7 @@ # # spec file for package python-pysnmpcrypto # -# Copyright (c) 2023 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 @@ -17,16 +17,16 @@ Name: python-pysnmpcrypto -Version: 0.0.4 +Version: 0.1.0 Release: 0 Summary: Strong cryptography support for PySNMP (SNMP library for Python) License: BSD-2-Clause -URL: https://github.com/etingof/pysnmpcrypto -Source: https://files.pythonhosted.org/packages/source/p/pysnmpcrypto/pysnmpcrypto-%{version}.tar.gz +URL: https://github.com/lextudio/pysnmpcrypto +Source: https://github.com/lextudio/pysnmpcrypto/archive/refs/tags/v%{version}.tar.gz#/pysnmpcrypto-%{version}.tar.gz BuildRequires: %{python_module cryptography} BuildRequires: %{python_module pip} +BuildRequires: %{python_module poetry-core} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros