forked from pool/python-librouteros
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| cc48895e3f | |||
| 057e417469 | |||
| c7ac55a45f | |||
| e3cbb7b02d |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aec31ae8b7c88f5c248a18a5624b74d72c3e1f65e0cbaab0cee9151a9de5d393
|
||||
size 34545
|
||||
3
librouteros-3.4.1.tar.gz
Normal file
3
librouteros-3.4.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:efd79f5cf7fa2a8d8017c2a92bb4b512a43a5d1fafc9d757ba232e7a5240e846
|
||||
size 39005
|
||||
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 27 11:06:31 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 3.4.1
|
||||
* Revert `SYNC_DEFAULTS` to `DEFAULTS`
|
||||
- from version 3.4.0
|
||||
* Add async support
|
||||
- from version 3.3.1
|
||||
* Fix empty `select()` `=.proplist=` argument
|
||||
- from version 3.3.0
|
||||
* Allow empty `select()`
|
||||
* Drop python 3.7 support (end of life)
|
||||
* Drop python 3.6 support (end of life)
|
||||
- Drop migrate-to-setup-method.patch, merged upstream
|
||||
- Update BuildRequires and Requires from pyproject.toml
|
||||
- Use Python 3.11 on SLE-15 by default
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 20 04:27:52 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Add patch migrate-to-setup-method.patch:
|
||||
* Migrate to using setup_method().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 23 06:26:04 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -16,15 +16,16 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-librouteros
|
||||
Version: 3.2.1
|
||||
Version: 3.4.1
|
||||
Release: 0
|
||||
Summary: Python implementation of MikroTik RouterOS API
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://github.com/luqasz/librouteros
|
||||
Source: https://github.com/luqasz/librouteros/archive/%{version}.tar.gz#/librouteros-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module poetry-core}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
@@ -32,7 +33,9 @@ BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module pytest-asyncio}
|
||||
# /SECTION
|
||||
Requires: python-toml
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
||||
Reference in New Issue
Block a user