14
0

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysnmpcrypto?expand=0&rev=3
This commit is contained in:
2025-05-13 06:21:49 +00:00
committed by Git OBS Bridge
parent 8f574a03a0
commit cae1e76ef4
3 changed files with 17 additions and 5 deletions

View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon May 12 14:11:00 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
- 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 <steven.kowalik@suse.com>

View File

@@ -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